summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-10-22 18:00:27 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-10-22 18:00:27 +0000
commit097100c3918f07053d38aab9a513d8f0f54dee8f (patch)
treedc4899643937681b7ac7916f3565cd820f5e6f4b /x11-libs/libXcursor
parentVersion bump with minor changes. (diff)
downloadgentoo-2-097100c3918f07053d38aab9a513d8f0f54dee8f.tar.gz
gentoo-2-097100c3918f07053d38aab9a513d8f0f54dee8f.tar.bz2
gentoo-2-097100c3918f07053d38aab9a513d8f0f54dee8f.zip
Version bump with minor changes.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r--x11-libs/libXcursor/ChangeLog8
-rw-r--r--x11-libs/libXcursor/files/digest-libXcursor-1.1.83
-rw-r--r--x11-libs/libXcursor/libXcursor-1.1.8.ebuild21
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog
index aec2195c8e74..530a8da276d0 100644
--- a/x11-libs/libXcursor/ChangeLog
+++ b/x11-libs/libXcursor/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXcursor
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.36 2006/07/19 09:43:40 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.37 2006/10/22 18:00:27 joshuabaergen Exp $
+
+*libXcursor-1.1.8 (21 Oct 2006)
+
+ 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXcursor-1.1.8.ebuild:
+ Version bump.
19 Jul 2006; Guy Martin <gmsoft@gentoo.org> libXcursor-1.1.7.ebuild:
Stable on hppa.
diff --git a/x11-libs/libXcursor/files/digest-libXcursor-1.1.8 b/x11-libs/libXcursor/files/digest-libXcursor-1.1.8
new file mode 100644
index 000000000000..a3207b4b1ce5
--- /dev/null
+++ b/x11-libs/libXcursor/files/digest-libXcursor-1.1.8
@@ -0,0 +1,3 @@
+MD5 ec2acd10a7736a85dd1e1ed9ea5bec96 libXcursor-1.1.8.tar.bz2 251641
+RMD160 836f58793d44125bcd95cdd0b0c03012b699dcc9 libXcursor-1.1.8.tar.bz2 251641
+SHA256 8f039f81af52c88d583fba48b878abd074542221cb0030638ad52336b4ae1377 libXcursor-1.1.8.tar.bz2 251641
diff --git a/x11-libs/libXcursor/libXcursor-1.1.8.ebuild b/x11-libs/libXcursor/libXcursor-1.1.8.ebuild
new file mode 100644
index 000000000000..d9fbf2329d97
--- /dev/null
+++ b/x11-libs/libXcursor/libXcursor-1.1.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.8.ebuild,v 1.1 2006/10/22 18:00:27 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+# SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xcursor library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="x11-libs/libXrender
+ x11-libs/libXfixes
+ x11-libs/libX11
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--with-icondir=/usr/share/cursors/xorg-x11
+ --with-cursorpath=~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps"