diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:04:01 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:04:01 +0000 |
commit | 39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6 (patch) | |
tree | 334081f26594f84ea6fff0da1073c191c4c182be /x11-apps/xconsole | |
parent | Fix init script for linux-2.4 (bug #116220), remove older ebuilds (diff) | |
download | gentoo-2-39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6.tar.gz gentoo-2-39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6.tar.bz2 gentoo-2-39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xconsole/files/digest-xconsole-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/xconsole/files/digest-xconsole-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-0.99.3.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xconsole/ChangeLog b/x11-apps/xconsole/ChangeLog index d2c1a2f827fe..10540c4ea73c 100644 --- a/x11-apps/xconsole/ChangeLog +++ b/x11-apps/xconsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xconsole # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.10 2005/12/23 10:34:18 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.11 2005/12/26 21:03:06 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xconsole-0.99.3.ebuild, -xconsole-1.0.0.ebuild: + Pull old versions. *xconsole-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xconsole/files/digest-xconsole-0.99.3 b/x11-apps/xconsole/files/digest-xconsole-0.99.3 deleted file mode 100644 index 0674c0938119..000000000000 --- a/x11-apps/xconsole/files/digest-xconsole-0.99.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8dbbb4d183266e697ed49ec814c98768 xconsole-0.99.3.tar.bz2 80690 diff --git a/x11-apps/xconsole/files/digest-xconsole-1.0.0 b/x11-apps/xconsole/files/digest-xconsole-1.0.0 deleted file mode 100644 index 3ee9467325eb..000000000000 --- a/x11-apps/xconsole/files/digest-xconsole-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3775bded53c2f612746074d88116a45 xconsole-1.0.0.tar.bz2 81906 diff --git a/x11-apps/xconsole/xconsole-0.99.3.ebuild b/x11-apps/xconsole/xconsole-0.99.3.ebuild deleted file mode 100644 index 886c8b331106..000000000000 --- a/x11-apps/xconsole/xconsole-0.99.3.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/xconsole/xconsole-0.99.3.ebuild,v 1.1 2005/12/04 21:56:46 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xconsole application" -KEYWORDS="~amd64 ~mips ~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/xconsole/xconsole-1.0.0.ebuild b/x11-apps/xconsole/xconsole-1.0.0.ebuild deleted file mode 100644 index 11cd8b68af19..000000000000 --- a/x11-apps/xconsole/xconsole-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/xconsole/xconsole-1.0.0.ebuild,v 1.1 2005/12/18 19:27:51 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xconsole application" -KEYWORDS="~amd64 ~mips ~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 -} |