diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:06:23 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:06:23 +0000 |
commit | 0f48225a57b7d8ee86a6257cd6605a6eaef8be85 (patch) | |
tree | 02b21289ead2f08af381c076d7587bad2959ab60 /x11-libs/libXcursor | |
parent | + forgotten init. (diff) | |
download | historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.tar.gz historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.tar.bz2 historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.zip |
Version bump with minor changes.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r-- | x11-libs/libXcursor/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXcursor/files/digest-libXcursor-1.1.8 | 3 | ||||
-rw-r--r-- | x11-libs/libXcursor/libXcursor-1.1.8.ebuild | 21 |
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" |