diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-04-29 11:49:55 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-04-29 11:49:55 +0000 |
commit | ea14e752a775e04b5efa84e8075e594e9c89c78d (patch) | |
tree | a003a21ec3e432e3dd56377d3dd0444c689441d4 /x11-libs | |
parent | Stable for HPPA (bug #267832). (diff) | |
download | gentoo-2-ea14e752a775e04b5efa84e8075e594e9c89c78d.tar.gz gentoo-2-ea14e752a775e04b5efa84e8075e594e9c89c78d.tar.bz2 gentoo-2-ea14e752a775e04b5efa84e8075e594e9c89c78d.zip |
x11-libs/libXfont: prune older versions
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.0.ebuild | 34 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.1.ebuild | 34 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.2.ebuild | 34 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.3.ebuild | 34 |
5 files changed, 5 insertions, 137 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index 6fae3799e019..042a82dad5d2 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.103 2009/04/29 11:38:35 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.104 2009/04/29 11:49:55 remi Exp $ + + 29 Apr 2009; Rémi Cardona <remi@gentoo.org> -libXfont-1.3.0.ebuild, + -libXfont-1.3.1.ebuild, -libXfont-1.3.2.ebuild, -libXfont-1.3.3.ebuild: + prune older versions *libXfont-1.4.0 (29 Apr 2009) diff --git a/x11-libs/libXfont/libXfont-1.3.0.ebuild b/x11-libs/libXfont/libXfont-1.3.0.ebuild deleted file mode 100644 index 40cffe1e6ccd..000000000000 --- a/x11-libs/libXfont/libXfont-1.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.0.ebuild,v 1.8 2008/03/26 03:52:26 ricmm Exp $ - -# Must be before x-modular eclass is inherited -# SNAPSHOT="yes" - -inherit x-modular flag-o-matic - -DESCRIPTION="X.Org Xfont library" - -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-libs/libfontenc - x11-proto/xproto - x11-proto/fontsproto - >=media-libs/freetype-2" -DEPEND="${RDEPEND} - x11-proto/fontcacheproto" - -CONFIGURE_OPTIONS="$(use_enable ipv6) - --with-encodingsdir=/usr/share/fonts/encodings" - -pkg_setup() { - # No such function yet - # x-modular_pkg_setup - - # (#125465) Broken with Bdirect support - filter-flags -Wl,-Bdirect - filter-ldflags -Bdirect - filter-ldflags -Wl,-Bdirect -} diff --git a/x11-libs/libXfont/libXfont-1.3.1.ebuild b/x11-libs/libXfont/libXfont-1.3.1.ebuild deleted file mode 100644 index c37d4c2190bc..000000000000 --- a/x11-libs/libXfont/libXfont-1.3.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.1.ebuild,v 1.8 2008/01/13 09:23:17 vapier Exp $ - -# Must be before x-modular eclass is inherited -# SNAPSHOT="yes" - -inherit x-modular flag-o-matic - -DESCRIPTION="X.Org Xfont library" - -KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-libs/libfontenc - x11-proto/xproto - x11-proto/fontsproto - >=media-libs/freetype-2" -DEPEND="${RDEPEND} - x11-proto/fontcacheproto" - -CONFIGURE_OPTIONS="$(use_enable ipv6) - --with-encodingsdir=/usr/share/fonts/encodings" - -pkg_setup() { - # No such function yet - # x-modular_pkg_setup - - # (#125465) Broken with Bdirect support - filter-flags -Wl,-Bdirect - filter-ldflags -Bdirect - filter-ldflags -Wl,-Bdirect -} diff --git a/x11-libs/libXfont/libXfont-1.3.2.ebuild b/x11-libs/libXfont/libXfont-1.3.2.ebuild deleted file mode 100644 index 2e7cbee246e3..000000000000 --- a/x11-libs/libXfont/libXfont-1.3.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.2.ebuild,v 1.1 2008/03/10 01:52:39 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -# SNAPSHOT="yes" - -inherit x-modular flag-o-matic - -DESCRIPTION="X.Org Xfont library" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-libs/libfontenc - x11-proto/xproto - x11-proto/fontsproto - >=media-libs/freetype-2" -DEPEND="${RDEPEND} - x11-proto/fontcacheproto" - -CONFIGURE_OPTIONS="$(use_enable ipv6) - --with-encodingsdir=/usr/share/fonts/encodings" - -pkg_setup() { - # No such function yet - # x-modular_pkg_setup - - # (#125465) Broken with Bdirect support - filter-flags -Wl,-Bdirect - filter-ldflags -Bdirect - filter-ldflags -Wl,-Bdirect -} diff --git a/x11-libs/libXfont/libXfont-1.3.3.ebuild b/x11-libs/libXfont/libXfont-1.3.3.ebuild deleted file mode 100644 index c178499d2dca..000000000000 --- a/x11-libs/libXfont/libXfont-1.3.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.3.ebuild,v 1.1 2008/07/05 06:26:38 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -# SNAPSHOT="yes" - -inherit x-modular flag-o-matic - -DESCRIPTION="X.Org Xfont library" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-libs/libfontenc - x11-proto/xproto - x11-proto/fontsproto - >=media-libs/freetype-2" -DEPEND="${RDEPEND} - x11-proto/fontcacheproto" - -CONFIGURE_OPTIONS="$(use_enable ipv6) - --with-encodingsdir=/usr/share/fonts/encodings" - -pkg_setup() { - # No such function yet - # x-modular_pkg_setup - - # (#125465) Broken with Bdirect support - filter-flags -Wl,-Bdirect - filter-ldflags -Bdirect - filter-ldflags -Wl,-Bdirect -} |