diff options
Diffstat (limited to 'xfce-extra/xfce4-toys/xfce4-toys-4.0.2.ebuild')
-rw-r--r-- | xfce-extra/xfce4-toys/xfce4-toys-4.0.2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.0.2.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.0.2.ebuild deleted file mode 100644 index caec308513b3..000000000000 --- a/xfce-extra/xfce4-toys/xfce4-toys-4.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.0.2.ebuild,v 1.4 2004/04/27 16:16:53 pvdabeel Exp $ - -IUSE="" -DESCRIPTION="Xfce4 toys" -HOMEPAGE="http://www.xfce.org" -SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ia64 ~x86 ppc ~alpha ~sparc ~amd64 ~hppa" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =xfce-base/xfce4-base-${PV}" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL COPYING README ChangeLog TODO -} |