summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-06-13 19:16:24 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-06-13 19:16:24 +0000
commit6ac77349c6ec9f8e72d6ec2296e77a317386b156 (patch)
treed9e51cf605f5c471c18db429310eb320de132eaf /x11-themes/xffm-icons
parentInitial import. (diff)
downloadhistorical-6ac77349c6ec9f8e72d6ec2296e77a317386b156.tar.gz
historical-6ac77349c6ec9f8e72d6ec2296e77a317386b156.tar.bz2
historical-6ac77349c6ec9f8e72d6ec2296e77a317386b156.zip
Initial import.
Diffstat (limited to 'x11-themes/xffm-icons')
-rw-r--r--x11-themes/xffm-icons/Manifest3
-rw-r--r--x11-themes/xffm-icons/files/digest-xffm-icons-3.90.01
-rw-r--r--x11-themes/xffm-icons/xffm-icons-3.90.0.ebuild25
3 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/xffm-icons/Manifest b/x11-themes/xffm-icons/Manifest
index e6f1e2a2f659..29cf542581e6 100644
--- a/x11-themes/xffm-icons/Manifest
+++ b/x11-themes/xffm-icons/Manifest
@@ -1,2 +1,3 @@
-MD5 d7575f3d45266982a3a2e4c2ce1e4790 xffm-icons-3.90.0.ebuild 711
+MD5 2dc87e0ddae7c103edc92e23972275fe xffm-icons-3.90.0.ebuild 682
+MD5 a561da80bf4ff47989f070d9238cc245 ChangeLog 349
MD5 bbc0a81a0980330afc4e1582023f7ca0 files/digest-xffm-icons-3.90.0 70
diff --git a/x11-themes/xffm-icons/files/digest-xffm-icons-3.90.0 b/x11-themes/xffm-icons/files/digest-xffm-icons-3.90.0
new file mode 100644
index 000000000000..a1cdf2f59059
--- /dev/null
+++ b/x11-themes/xffm-icons/files/digest-xffm-icons-3.90.0
@@ -0,0 +1 @@
+MD5 f5a18b7ffcc15788f55720eed4b2e773 xffm-icons-3.90.0.tar.gz 4790715
diff --git a/x11-themes/xffm-icons/xffm-icons-3.90.0.ebuild b/x11-themes/xffm-icons/xffm-icons-3.90.0.ebuild
new file mode 100644
index 000000000000..ec136ac8d293
--- /dev/null
+++ b/x11-themes/xffm-icons/xffm-icons-3.90.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Icons for xffm"
+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-wm/xfce4-3.90.0"
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
+}