diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 19:10:55 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 19:10:55 +0000 |
commit | 3435ea9618b811c72142d1b125d05b92cb9d2b35 (patch) | |
tree | 1ad22c6bacb200b1d2e15336b21508afa59bd9c8 /x11-misc/xfce4-toys | |
parent | Initial import. (diff) | |
download | gentoo-2-3435ea9618b811c72142d1b125d05b92cb9d2b35.tar.gz gentoo-2-3435ea9618b811c72142d1b125d05b92cb9d2b35.tar.bz2 gentoo-2-3435ea9618b811c72142d1b125d05b92cb9d2b35.zip |
Initial import.
Diffstat (limited to 'x11-misc/xfce4-toys')
-rw-r--r-- | x11-misc/xfce4-toys/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/Manifest | 5 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 | 1 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild | 25 |
4 files changed, 38 insertions, 2 deletions
diff --git a/x11-misc/xfce4-toys/ChangeLog b/x11-misc/xfce4-toys/ChangeLog new file mode 100644 index 000000000000..cf8dda46342d --- /dev/null +++ b/x11-misc/xfce4-toys/ChangeLog @@ -0,0 +1,9 @@ +# 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 index d4046d79ac14..804edf17a676 100644 --- a/x11-misc/xfce4-toys/Manifest +++ b/x11-misc/xfce4-toys/Manifest @@ -1,2 +1,3 @@ -MD5 d7575f3d45266982a3a2e4c2ce1e4790 xfce4-toys-0.2.0.ebuild 711 -MD5 a87bce2f687039522b0c5cf2e7d33beb files/digest-xfce4-toys-0.2.0 68 +MD5 3cafc1a5c699a272d4aa64028f3765ce xfce4-toys-0.3.0.ebuild 863 +MD5 7973cdb21ddf75e4b32ed18901e815a9 ChangeLog 343 +MD5 162a087e8f8fd6913e27e9e7c5fe8f0b files/digest-xfce4-toys-0.3.0 68 diff --git a/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 b/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 new file mode 100644 index 000000000000..aeb8074672b3 --- /dev/null +++ b/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 @@ -0,0 +1 @@ +MD5 24dbde1bd7d461466a8a9aa5d9120562 xfce4-toys-0.3.0.tar.gz 247043 diff --git a/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild b/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild new file mode 100644 index 000000000000..8409b6eb1633 --- /dev/null +++ b/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild @@ -0,0 +1,25 @@ +# 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.1 2003/06/13 19:06:37 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 NEWS COPYING README ChangeLog TODO +} |