From 1fb3e5f473cd88c7df96e6e737ff1d1713522f2f Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Fri, 9 Dec 2005 07:07:56 +0000 Subject: Pull old versions. Package-Manager: portage-2.0.53 --- x11-apps/xload/ChangeLog | 6 +++++- x11-apps/xload/files/digest-xload-0.99.0 | 1 - x11-apps/xload/files/digest-xload-0.99.1 | 1 - x11-apps/xload/xload-0.99.0.ebuild | 22 ---------------------- x11-apps/xload/xload-0.99.1.ebuild | 22 ---------------------- 5 files changed, 5 insertions(+), 47 deletions(-) delete mode 100644 x11-apps/xload/files/digest-xload-0.99.0 delete mode 100644 x11-apps/xload/files/digest-xload-0.99.1 delete mode 100644 x11-apps/xload/xload-0.99.0.ebuild delete mode 100644 x11-apps/xload/xload-0.99.1.ebuild (limited to 'x11-apps/xload') diff --git a/x11-apps/xload/ChangeLog b/x11-apps/xload/ChangeLog index 6b8ffcf81a3d..4f82fe79a44e 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.6 2005/12/04 22:09:43 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.7 2005/12/09 06:54:48 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz ; -xload-0.99.0.ebuild, + -xload-0.99.1.ebuild: + Pull old versions. *xload-0.99.2 (04 Dec 2005) diff --git a/x11-apps/xload/files/digest-xload-0.99.0 b/x11-apps/xload/files/digest-xload-0.99.0 deleted file mode 100644 index 8e1d911e1e4d..000000000000 --- a/x11-apps/xload/files/digest-xload-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ed1a80505222d1eb8a931bed57f38f3 xload-0.99.0.tar.bz2 64035 diff --git a/x11-apps/xload/files/digest-xload-0.99.1 b/x11-apps/xload/files/digest-xload-0.99.1 deleted file mode 100644 index 2739243edfb9..000000000000 --- a/x11-apps/xload/files/digest-xload-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1893371b9ccbefe0e62995a7bee8dee2 xload-0.99.1.tar.bz2 85066 diff --git a/x11-apps/xload/xload-0.99.0.ebuild b/x11-apps/xload/xload-0.99.0.ebuild deleted file mode 100644 index bcbdb72118bb..000000000000 --- a/x11-apps/xload/xload-0.99.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-0.99.0.ebuild,v 1.4 2005/10/19 03:00:44 geoman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xload application" -KEYWORDS="~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-0.99.1.ebuild b/x11-apps/xload/xload-0.99.1.ebuild deleted file mode 100644 index 5c2258f80a15..000000000000 --- a/x11-apps/xload/xload-0.99.1.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.1.ebuild,v 1.2 2005/11/17 13:37:11 herbs 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 -} -- cgit v1.2.3-65-gdbad