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 | 34d263a6919070c1310202462ed7984e8aa18dc5 (patch) | |
tree | d36f9eb088cc24a97084e895a00d9aaea075e1aa /xfce-extra/xfce4-artwork | |
parent | punt virtual/kernel since its long dead #107940 (diff) | |
download | historical-34d263a6919070c1310202462ed7984e8aa18dc5.tar.gz historical-34d263a6919070c1310202462ed7984e8aa18dc5.tar.bz2 historical-34d263a6919070c1310202462ed7984e8aa18dc5.zip |
Remove allot of old crufty versions.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'xfce-extra/xfce4-artwork')
-rw-r--r-- | xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 b/xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 deleted file mode 100644 index 7b03d03a51ed..000000000000 --- a/xfce-extra/xfce4-artwork/files/digest-xfce4-artwork-0.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b5d96c987a61b1a847b2010b1947244 xfce4-artwork-0.0.4.tar.gz 1897295 diff --git a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild deleted file mode 100644 index 23b768ba39d9..000000000000 --- a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.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-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild,v 1.12 2005/01/06 23:41:10 bcowan Exp $ - -DESCRIPTION="Xfce4 extra artwork" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="http://download.berlios.de/xfce-goodies/${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" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL README -} |