diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:31:04 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:31:04 +0000 |
commit | eda6860f1fe6588c54550db0c9d6a88fd88b6553 (patch) | |
tree | ad45c81653d1a586d114821e07edf15242271c48 /x11-apps/xfontsel | |
parent | Fix init script for linux-2.4 (bug #116220), remove older ebuilds (diff) | |
download | historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.tar.gz historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.tar.bz2 historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.zip |
Pull old versions.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xfontsel/files/digest-xfontsel-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xfontsel/files/digest-xfontsel-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-0.99.2.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog index 491cb9c0361a..997ffe15c628 100644 --- a/x11-apps/xfontsel/ChangeLog +++ b/x11-apps/xfontsel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xfontsel # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.9 2005/12/23 10:38:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.10 2005/12/26 21:09:23 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xfontsel-0.99.2.ebuild, -xfontsel-1.0.0.ebuild: + Pull old versions. *xfontsel-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xfontsel/files/digest-xfontsel-0.99.2 b/x11-apps/xfontsel/files/digest-xfontsel-0.99.2 deleted file mode 100644 index fe8085da1e9d..000000000000 --- a/x11-apps/xfontsel/files/digest-xfontsel-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ba71df364afe06ee9c48a4ecce13e34 xfontsel-0.99.2.tar.bz2 94219 diff --git a/x11-apps/xfontsel/files/digest-xfontsel-1.0.0 b/x11-apps/xfontsel/files/digest-xfontsel-1.0.0 deleted file mode 100644 index 49e10b3521f3..000000000000 --- a/x11-apps/xfontsel/files/digest-xfontsel-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 baadbcb8b939c1a157ff9edb52c1ccf4 xfontsel-1.0.0.tar.bz2 95474 diff --git a/x11-apps/xfontsel/xfontsel-0.99.2.ebuild b/x11-apps/xfontsel/xfontsel-0.99.2.ebuild deleted file mode 100644 index 478d6ee55c74..000000000000 --- a/x11-apps/xfontsel/xfontsel-0.99.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-0.99.2.ebuild,v 1.1 2005/12/04 22:03:30 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xfontsel application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} diff --git a/x11-apps/xfontsel/xfontsel-1.0.0.ebuild b/x11-apps/xfontsel/xfontsel-1.0.0.ebuild deleted file mode 100644 index bd58e5af34b3..000000000000 --- a/x11-apps/xfontsel/xfontsel-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.0.ebuild,v 1.1 2005/12/18 19:34:57 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xfontsel application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} |