diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:20:08 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:20:08 +0000 |
commit | 2aadf329e73a9a8febf84e1db05c217e9989707e (patch) | |
tree | 79f6e91c63b69f6d6c33db9f8f237ecc13cc9422 /x11-apps/xload | |
parent | Pull old versions. (diff) | |
download | gentoo-2-2aadf329e73a9a8febf84e1db05c217e9989707e.tar.gz gentoo-2-2aadf329e73a9a8febf84e1db05c217e9989707e.tar.bz2 gentoo-2-2aadf329e73a9a8febf84e1db05c217e9989707e.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xload')
-rw-r--r-- | x11-apps/xload/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xload/files/digest-xload-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xload/files/digest-xload-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xload/xload-0.99.2.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xload/ChangeLog b/x11-apps/xload/ChangeLog index 1cabd660ee35..c6d905b940ce 100644 --- a/x11-apps/xload/ChangeLog +++ b/x11-apps/xload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xload # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.9 2005/12/23 10:42:10 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.10 2005/12/26 21:15:45 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xload-0.99.2.ebuild, -xload-1.0.0.ebuild: + Pull old versions. *xload-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xload/files/digest-xload-0.99.2 b/x11-apps/xload/files/digest-xload-0.99.2 deleted file mode 100644 index e165982d5470..000000000000 --- a/x11-apps/xload/files/digest-xload-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c95cc92f24d7c654f6c572c4b4fe3e2c xload-0.99.2.tar.bz2 85824 diff --git a/x11-apps/xload/files/digest-xload-1.0.0 b/x11-apps/xload/files/digest-xload-1.0.0 deleted file mode 100644 index 79243bd607fb..000000000000 --- a/x11-apps/xload/files/digest-xload-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab8dc66d309a3bd9f2c295c8e9d71287 xload-1.0.0.tar.bz2 87085 diff --git a/x11-apps/xload/xload-0.99.2.ebuild b/x11-apps/xload/xload-0.99.2.ebuild deleted file mode 100644 index c95a44c9a4b7..000000000000 --- a/x11-apps/xload/xload-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/xload/xload-0.99.2.ebuild,v 1.1 2005/12/04 22:09:43 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xload 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/xload/xload-1.0.0.ebuild b/x11-apps/xload/xload-1.0.0.ebuild deleted file mode 100644 index 5b2759e646a0..000000000000 --- a/x11-apps/xload/xload-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/xload/xload-1.0.0.ebuild,v 1.1 2005/12/18 19:42:23 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xload 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 -} |