diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 08:24:35 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 08:24:35 +0000 |
commit | 3f3030de49b57d7d98bb9083ba73cdf5da694f5e (patch) | |
tree | 05fc99d250c6614eec5e2ebbc2d591fa2dfafe7b /x11-misc | |
parent | Removing old files. (diff) | |
download | gentoo-2-3f3030de49b57d7d98bb9083ba73cdf5da694f5e.tar.gz gentoo-2-3f3030de49b57d7d98bb9083ba73cdf5da694f5e.tar.bz2 gentoo-2-3f3030de49b57d7d98bb9083ba73cdf5da694f5e.zip |
Removing old files.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfce4-toys/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild | 25 |
3 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/xfce4-toys/ChangeLog b/x11-misc/xfce4-toys/ChangeLog deleted file mode 100644 index cf8dda46342d..000000000000 --- a/x11-misc/xfce4-toys/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for x11-misc/xfce4-toys -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-toys/ChangeLog,v 1.1 2003/06/13 19:06:36 bcowan Exp $ - -*xfce4-toys-0.3.0 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-toys-0.3.0.ebuild: - Initial import. - diff --git a/x11-misc/xfce4-toys/Manifest b/x11-misc/xfce4-toys/Manifest deleted file mode 100644 index c7358b92dda9..000000000000 --- a/x11-misc/xfce4-toys/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1f1ea52870b5058b9f75f96ec343fdac xfce4-toys-0.3.0.ebuild 844 -MD5 7973cdb21ddf75e4b32ed18901e815a9 ChangeLog 343 -MD5 162a087e8f8fd6913e27e9e7c5fe8f0b files/digest-xfce4-toys-0.3.0 68 diff --git a/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild b/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild deleted file mode 100644 index 2eaa3a9f7c7e..000000000000 --- a/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild,v 1.3 2003/06/25 19:53:17 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 toys" -HOMEPAGE="http://www.xfce.org" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - >=x11-wm/xfce4-3.90.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL COPYING README -} |