diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 18:58:49 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 18:58:49 +0000 |
commit | da9957c05834e335f9748285c8fd5c06274cae93 (patch) | |
tree | fbd97902af1529bbedd75aeac0a2c23607cd9fa7 /x11-misc | |
parent | Initial import. (diff) | |
download | historical-da9957c05834e335f9748285c8fd5c06274cae93.tar.gz historical-da9957c05834e335f9748285c8fd5c06274cae93.tar.bz2 historical-da9957c05834e335f9748285c8fd5c06274cae93.zip |
Initial import.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfce-utils/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 | 1 | ||||
-rw-r--r-- | x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/xfce4-iconbox/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfce4-iconbox/Manifest | 2 |
5 files changed, 42 insertions, 1 deletions
diff --git a/x11-misc/xfce-utils/Manifest b/x11-misc/xfce-utils/Manifest index 07551a04252c..16963e66285b 100644 --- a/x11-misc/xfce-utils/Manifest +++ b/x11-misc/xfce-utils/Manifest @@ -1,2 +1,3 @@ -MD5 8bdf4a5767f7f4b8257b755925c558b0 xfce-utils-3.90.0.ebuild 901 +MD5 18495bcc929a085ab6e73f8bdaec6f30 xfce-utils-3.90.0.ebuild 808 +MD5 315fe321348273b21972749275cdc6c7 ChangeLog 345 MD5 45b8f20e083dedd5f9140d9ea1a5e7c3 files/digest-xfce-utils-3.90.0 69 diff --git a/x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 b/x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 new file mode 100644 index 000000000000..9626fba39a82 --- /dev/null +++ b/x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 @@ -0,0 +1 @@ +MD5 e82ae701185d0b7365bbe943fe6af855 xfce-utils-3.90.0.tar.gz 566597 diff --git a/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild b/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild new file mode 100644 index 000000000000..9fe50400594c --- /dev/null +++ b/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 utilities" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =x11-libs/libxfce4util-3.90.0 + =x11-libs/libxfcegui4-3.90.0 + =x11-libs/libxfce4mcs-3.90.0 + =x11-misc/xfce-mcs-manager-3.90.0" + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} diff --git a/x11-misc/xfce4-iconbox/ChangeLog b/x11-misc/xfce4-iconbox/ChangeLog new file mode 100644 index 000000000000..f03b04ec64a5 --- /dev/null +++ b/x11-misc/xfce4-iconbox/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/xfce4-iconbox +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/ChangeLog,v 1.1 2003/06/13 18:58:49 bcowan Exp $ + +*xfce4-iconbox-3.90.0 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-iconbox-3.90.0.ebuild: + Initial import. + diff --git a/x11-misc/xfce4-iconbox/Manifest b/x11-misc/xfce4-iconbox/Manifest new file mode 100644 index 000000000000..2c57ce9e4414 --- /dev/null +++ b/x11-misc/xfce4-iconbox/Manifest @@ -0,0 +1,2 @@ +MD5 8bdf4a5767f7f4b8257b755925c558b0 xfce4-iconbox-3.90.0.ebuild 901 +MD5 8797839544a9bd5c1c2d220c0769311e files/digest-xfce4-iconbox-3.90.0 72 |