diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 03:28:19 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 03:28:19 +0000 |
commit | b2ddf4a9ba00212a053029479824c000221ecc7c (patch) | |
tree | 225f7225f6e0e66743629911995f26ee9c0edaeb /xfce-extra/xfce4-toys | |
parent | punt virtual/kernel since its long dead #107940 (diff) | |
download | gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.gz gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.bz2 gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.zip |
Remove allot of old crufty versions.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/xfce4-toys')
-rw-r--r-- | xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.0.6 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.0 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/xfce4-toys-4.0.6.ebuild | 24 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/xfce4-toys-4.2.0.ebuild | 11 |
4 files changed, 0 insertions, 37 deletions
diff --git a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.0.6 b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.0.6 deleted file mode 100644 index 6ba2564da319..000000000000 --- a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 ea559319c3c51846cfa6e159ccbd40c1 xfce4-toys-4.0.6.tar.gz 391511 diff --git a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.0 b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.0 deleted file mode 100644 index 233368f331af..000000000000 --- a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 57d9266a786a7b66bb0b6308fc2ded80 xfce4-toys-4.2.0.tar.bz2 292267 diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.0.6.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.0.6.ebuild deleted file mode 100644 index 1828a0982dfd..000000000000 --- a/xfce-extra/xfce4-toys/xfce4-toys-4.0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.0.6.ebuild,v 1.10 2005/01/02 16:36:20 bcowan Exp $ - -DESCRIPTION="Xfce4 toys" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0.6 - dev-libs/libxml2 - =xfce-base/xfce4-base-${PV}" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL README ChangeLog TODO -} diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.2.0.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.2.0.ebuild deleted file mode 100644 index 1a328913d25d..000000000000 --- a/xfce-extra/xfce4-toys/xfce4-toys-4.2.0.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.2.0.ebuild,v 1.9 2005/06/15 07:53:14 corsair Exp $ - -DESCRIPTION="Xfce 4 panel toys plugin" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" - -BZIPPED=1 -RDEPEND="~xfce-base/xfce4-panel-${PV}" - -inherit xfce4 |