summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-04-14 12:07:59 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-04-14 12:07:59 +0000
commit7ce004784850b965f1918e8fd69c07434610e889 (patch)
tree30b28d60f5e878578fbea94561c00e075ab0bcb2 /x11-misc/icewoed
parentNew version (diff)
downloadhistorical-7ce004784850b965f1918e8fd69c07434610e889.tar.gz
historical-7ce004784850b965f1918e8fd69c07434610e889.tar.bz2
historical-7ce004784850b965f1918e8fd69c07434610e889.zip
New version
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r--x11-misc/icewoed/Manifest4
-rw-r--r--x11-misc/icewoed/files/digest-icewoed-1.41
-rw-r--r--x11-misc/icewoed/icewoed-1.4.ebuild27
3 files changed, 30 insertions, 2 deletions
diff --git a/x11-misc/icewoed/Manifest b/x11-misc/icewoed/Manifest
index 3b6b3befd6f2..91c580074d6a 100644
--- a/x11-misc/icewoed/Manifest
+++ b/x11-misc/icewoed/Manifest
@@ -1,5 +1,5 @@
MD5 41db13b1d720dc410482ef7ea56a354c icewoed-1.3.ebuild 609
-MD5 41db13b1d720dc410482ef7ea56a354c icewoed-1.4.ebuild 609
-MD5 cfa9ff12d307bf20ecf658de9a5f55be ChangeLog 374
+MD5 dba30305dd5ed757eed322081d1b4918 icewoed-1.4.ebuild 609
+MD5 d5d0863e2b093d343b63b72f1dff27dc ChangeLog 519
MD5 6c951bd6dc093c9bf60049b9836f564b files/digest-icewoed-1.3 64
MD5 1b666d85ce4c344b21b6b5f003dd3a86 files/digest-icewoed-1.4 64
diff --git a/x11-misc/icewoed/files/digest-icewoed-1.4 b/x11-misc/icewoed/files/digest-icewoed-1.4
new file mode 100644
index 000000000000..403fff0c0c79
--- /dev/null
+++ b/x11-misc/icewoed/files/digest-icewoed-1.4
@@ -0,0 +1 @@
+MD5 1aba07f30b524e77fed5db63e4be3c5a icewoed-1.4.tar.bz2 258202
diff --git a/x11-misc/icewoed/icewoed-1.4.ebuild b/x11-misc/icewoed/icewoed-1.4.ebuild
new file mode 100644
index 000000000000..7ae91110b09f
--- /dev/null
+++ b/x11-misc/icewoed/icewoed-1.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.4.ebuild,v 1.1 2003/04/14 12:07:44 phosphan Exp $
+
+DESCRIPTION="IceWM winoptions editor."
+SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
+HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
+
+DEPEND=">=qt-3.0.0"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile () {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml ${PN}/docs/en/*.{html,sgml}
+
+ dodoc AUTHORS README TODO
+}