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-base/libxfce4util | |
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-base/libxfce4util')
4 files changed, 0 insertions, 39 deletions
diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.6 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.6 deleted file mode 100644 index 9b4e5b315740..000000000000 --- a/xfce-base/libxfce4util/files/digest-libxfce4util-4.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 4945103c0bd36f53d108bc49b4994f80 libxfce4util-4.0.6.tar.gz 314842 diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.2.0 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.2.0 deleted file mode 100644 index 3efafdef8c06..000000000000 --- a/xfce-base/libxfce4util/files/digest-libxfce4util-4.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 bed39c9bb683cee4621e87c94b7e9bcd libxfce4util-4.2.0.tar.bz2 315737 diff --git a/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild b/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild deleted file mode 100644 index c49f61477ba6..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.0.6.ebuild,v 1.10 2005/01/02 16:05:49 bcowan Exp $ - -DESCRIPTION="Libraries for XFCE4" -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="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0.6 - dev-libs/libxml2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog -} diff --git a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild deleted file mode 100644 index ce1f925aff51..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.10 2005/06/15 07:28:44 corsair Exp $ - -DESCRIPTION="Libraries for Xfce 4" -LICENSE="LGPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="doc" - -BZIPPED=1 -RDEPEND="doc? ( dev-util/gtk-doc )" -XFCE_CONFIG="`use_enable doc gtk-doc`" - -inherit xfce4 |