diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 20:53:21 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 20:53:21 +0000 |
commit | 8e8576cb7cbe2f70bfd6e8eb62fef117074f6fb3 (patch) | |
tree | aad7fb3e2eadba309958aeae4175e663a721ce8a /x11-apps/listres | |
parent | Pull old versions. (diff) | |
download | gentoo-2-8e8576cb7cbe2f70bfd6e8eb62fef117074f6fb3.tar.gz gentoo-2-8e8576cb7cbe2f70bfd6e8eb62fef117074f6fb3.tar.bz2 gentoo-2-8e8576cb7cbe2f70bfd6e8eb62fef117074f6fb3.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/listres')
-rw-r--r-- | x11-apps/listres/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/listres/files/digest-listres-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/listres/files/digest-listres-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/listres/listres-0.99.2.ebuild | 25 | ||||
-rw-r--r-- | x11-apps/listres/listres-1.0.0.ebuild | 25 |
5 files changed, 5 insertions, 53 deletions
diff --git a/x11-apps/listres/ChangeLog b/x11-apps/listres/ChangeLog index 36ae4a7dfed0..d336f51f8bf1 100644 --- a/x11-apps/listres/ChangeLog +++ b/x11-apps/listres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/listres # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.8 2005/12/23 10:27:27 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.9 2005/12/26 20:51:52 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -listres-0.99.2.ebuild, -listres-1.0.0.ebuild: + Pull old versions. *listres-1.0.1 (23 Dec 2005) diff --git a/x11-apps/listres/files/digest-listres-0.99.2 b/x11-apps/listres/files/digest-listres-0.99.2 deleted file mode 100644 index 3eaf1a42bc1b..000000000000 --- a/x11-apps/listres/files/digest-listres-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 96263a4b8170e502d3a94f1dda776240 listres-0.99.2.tar.bz2 75429 diff --git a/x11-apps/listres/files/digest-listres-1.0.0 b/x11-apps/listres/files/digest-listres-1.0.0 deleted file mode 100644 index 0a921dd9debc..000000000000 --- a/x11-apps/listres/files/digest-listres-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b967c365b0d90b711c751de8d9243b2f listres-1.0.0.tar.bz2 76327 diff --git a/x11-apps/listres/listres-0.99.2.ebuild b/x11-apps/listres/listres-0.99.2.ebuild deleted file mode 100644 index f341f1d5f821..000000000000 --- a/x11-apps/listres/listres-0.99.2.ebuild +++ /dev/null @@ -1,25 +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/listres/listres-0.99.2.ebuild,v 1.1 2005/12/04 21:45:25 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org listres application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXmu - 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/listres/listres-1.0.0.ebuild b/x11-apps/listres/listres-1.0.0.ebuild deleted file mode 100644 index efda23a69dfc..000000000000 --- a/x11-apps/listres/listres-1.0.0.ebuild +++ /dev/null @@ -1,25 +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/listres/listres-1.0.0.ebuild,v 1.1 2005/12/18 19:15:36 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org listres application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXmu - 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 -} |