diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-09 07:07:56 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-09 07:07:56 +0000 |
commit | 1fb3e5f473cd88c7df96e6e737ff1d1713522f2f (patch) | |
tree | e98f8475cf6e06a92fb744e4db8465a59b9453b8 /x11-apps/listres | |
parent | Pull old versions. (diff) | |
download | historical-1fb3e5f473cd88c7df96e6e737ff1d1713522f2f.tar.gz historical-1fb3e5f473cd88c7df96e6e737ff1d1713522f2f.tar.bz2 historical-1fb3e5f473cd88c7df96e6e737ff1d1713522f2f.zip |
Pull old versions.
Package-Manager: portage-2.0.53
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.0 | 1 | ||||
-rw-r--r-- | x11-apps/listres/files/digest-listres-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/listres/listres-0.99.0.ebuild | 25 | ||||
-rw-r--r-- | x11-apps/listres/listres-0.99.1.ebuild | 25 |
5 files changed, 5 insertions, 53 deletions
diff --git a/x11-apps/listres/ChangeLog b/x11-apps/listres/ChangeLog index 9e603e070b79..a48ad086a412 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.5 2005/12/04 21:45:25 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.6 2005/12/09 06:33:19 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -listres-0.99.0.ebuild, -listres-0.99.1.ebuild: + Pull old versions. *listres-0.99.2 (04 Dec 2005) diff --git a/x11-apps/listres/files/digest-listres-0.99.0 b/x11-apps/listres/files/digest-listres-0.99.0 deleted file mode 100644 index e66d139e297b..000000000000 --- a/x11-apps/listres/files/digest-listres-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a14a509d39d1520e04095c7d0ee45ab listres-0.99.0.tar.bz2 53546 diff --git a/x11-apps/listres/files/digest-listres-0.99.1 b/x11-apps/listres/files/digest-listres-0.99.1 deleted file mode 100644 index 8875d0593c35..000000000000 --- a/x11-apps/listres/files/digest-listres-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b401ed299f40690afbf6efb2373eea7 listres-0.99.1.tar.bz2 74769 diff --git a/x11-apps/listres/listres-0.99.0.ebuild b/x11-apps/listres/listres-0.99.0.ebuild deleted file mode 100644 index 8f58990ba2f6..000000000000 --- a/x11-apps/listres/listres-0.99.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-0.99.0.ebuild,v 1.4 2005/10/19 03:00:43 geoman 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-0.99.1.ebuild b/x11-apps/listres/listres-0.99.1.ebuild deleted file mode 100644 index 922818cc7e54..000000000000 --- a/x11-apps/listres/listres-0.99.1.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.1.ebuild,v 1.1 2005/10/20 00:45:21 spyderous 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 -} |