diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-29 09:28:27 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-29 09:28:27 +0000 |
commit | dae88028f4df2fcf59d37d6070055a2dce24468f (patch) | |
tree | d228cc636e6f1f34535f64a2eda2558bb6581b22 /x11-libs/libXcursor | |
parent | amd64/x86 stable, bug #286393 (diff) | |
download | gentoo-2-dae88028f4df2fcf59d37d6070055a2dce24468f.tar.gz gentoo-2-dae88028f4df2fcf59d37d6070055a2dce24468f.tar.bz2 gentoo-2-dae88028f4df2fcf59d37d6070055a2dce24468f.zip |
x11-libs/libXcursor: drop old ebuilds
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r-- | x11-libs/libXcursor/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libXcursor/libXcursor-1.1.8.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog index 146cf22e87f5..f11c3cf96647 100644 --- a/x11-libs/libXcursor/ChangeLog +++ b/x11-libs/libXcursor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXcursor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.59 2009/04/16 02:14:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.60 2009/09/29 09:28:27 remi Exp $ + + 29 Sep 2009; Rémi Cardona <remi@gentoo.org> -libXcursor-1.1.8.ebuild: + drop old ebuilds 16 Apr 2009; Jeroen Roovers <jer@gentoo.org> libXcursor-1.1.9.ebuild: Stable for HPPA (bug #251832). diff --git a/x11-libs/libXcursor/libXcursor-1.1.8.ebuild b/x11-libs/libXcursor/libXcursor-1.1.8.ebuild deleted file mode 100644 index c0e9ba6cc4c9..000000000000 --- a/x11-libs/libXcursor/libXcursor-1.1.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 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.12 2009/05/05 07:04:55 ssuominen 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" -IUSE="" - -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" |