summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-05-19 14:08:19 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-05-19 14:08:19 +0000
commit54496cc55c78515b2989d3b22b2fbb4e5e3100d3 (patch)
tree5d40f2f13d2f784aeed4a6b5e346f6dce146df97 /x11-misc/icebgset
parentversion bump (diff)
downloadhistorical-54496cc55c78515b2989d3b22b2fbb4e5e3100d3.tar.gz
historical-54496cc55c78515b2989d3b22b2fbb4e5e3100d3.tar.bz2
historical-54496cc55c78515b2989d3b22b2fbb4e5e3100d3.zip
version bump
Diffstat (limited to 'x11-misc/icebgset')
-rw-r--r--x11-misc/icebgset/Manifest4
-rw-r--r--x11-misc/icebgset/files/digest-icebgset-0.91
-rw-r--r--x11-misc/icebgset/icebgset-0.9.ebuild26
3 files changed, 29 insertions, 2 deletions
diff --git a/x11-misc/icebgset/Manifest b/x11-misc/icebgset/Manifest
index 6f67a1e14f37..e3b99ffaeb1d 100644
--- a/x11-misc/icebgset/Manifest
+++ b/x11-misc/icebgset/Manifest
@@ -1,7 +1,7 @@
MD5 f5184955f867c7145f05c5f5985e0d9f icebgset-0.8.ebuild 618
MD5 cc8dd7481406c82bd6eec323c828518a icebgset-0.5.ebuild 744
-MD5 3598fcd05eba2d3731a560c7d8d73dbf icebgset-0.9.ebuild 597
-MD5 c6e39223d21948269da9a6c3d656f520 ChangeLog 734
+MD5 dafd4f96103992133b44745a07716dce icebgset-0.9.ebuild 597
+MD5 4fe73380f8b2db670585bebe1339761e ChangeLog 853
MD5 95fd6d680a48ada79c23e5fed3a67b43 files/digest-icebgset-0.5 65
MD5 9e564c4b425b2c6cd4fa17723ea312ea files/digest-icebgset-0.8 65
MD5 8924750839c656a09b42667d3b239153 files/digest-icebgset-0.9 65
diff --git a/x11-misc/icebgset/files/digest-icebgset-0.9 b/x11-misc/icebgset/files/digest-icebgset-0.9
new file mode 100644
index 000000000000..b1bd024fc4a0
--- /dev/null
+++ b/x11-misc/icebgset/files/digest-icebgset-0.9
@@ -0,0 +1 @@
+MD5 828d694ee785923319b679b1550b729f icebgset-0.9.tar.bz2 240985
diff --git a/x11-misc/icebgset/icebgset-0.9.ebuild b/x11-misc/icebgset/icebgset-0.9.ebuild
new file mode 100644
index 000000000000..974570d485e1
--- /dev/null
+++ b/x11-misc/icebgset/icebgset-0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-0.9.ebuild,v 1.1 2003/05/19 14:08:11 phosphan Exp $
+
+DESCRIPTION="IceWM background editor"
+SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
+HOMEPAGE="http://icecc.sourceforge.net/"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=qt-3.0.0"
+
+SLOT="0"
+
+src_compile () {
+ econf
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml ${PN}/docs/en/*.{html,sgml}
+ dodoc AUTHORS ChangeLog README TODO
+}