summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-07-08 13:56:22 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-07-08 13:56:22 +0000
commit025175da72ed5ef1309ff3758e1beb20b3955149 (patch)
tree01d40ec48944505a5427e6e33a6a289e58fe42e3 /x11-misc/icewoed
parentVersion bump (diff)
downloadgentoo-2-025175da72ed5ef1309ff3758e1beb20b3955149.tar.gz
gentoo-2-025175da72ed5ef1309ff3758e1beb20b3955149.tar.bz2
gentoo-2-025175da72ed5ef1309ff3758e1beb20b3955149.zip
Version bump
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r--x11-misc/icewoed/ChangeLog7
-rw-r--r--x11-misc/icewoed/Manifest4
-rw-r--r--x11-misc/icewoed/files/digest-icewoed-1.51
-rw-r--r--x11-misc/icewoed/icewoed-1.5.ebuild27
4 files changed, 36 insertions, 3 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog
index 5dd92898b00d..d4016d3fa42d 100644
--- a/x11-misc/icewoed/ChangeLog
+++ b/x11-misc/icewoed/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/icewoed
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.4 2003/05/19 14:11:29 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.5 2003/07/08 13:56:14 phosphan Exp $
+
+*icewoed-1.5 (08 Jul 2003)
+
+ 08 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.5.ebuild:
+ Version bump
19 May 2003; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.4.ebuild:
Homepage moved
diff --git a/x11-misc/icewoed/Manifest b/x11-misc/icewoed/Manifest
index d8b363f84a02..4982743c2034 100644
--- a/x11-misc/icewoed/Manifest
+++ b/x11-misc/icewoed/Manifest
@@ -1,7 +1,7 @@
MD5 41db13b1d720dc410482ef7ea56a354c icewoed-1.3.ebuild 609
-MD5 03555778d390151b69a74ddd84a23340 icewoed-1.5.ebuild 592
+MD5 7e57878215d23ffb5132fb678d0e9451 icewoed-1.5.ebuild 592
MD5 03555778d390151b69a74ddd84a23340 icewoed-1.4.ebuild 592
-MD5 304d935b8b2d98dbafe2dcc456cb7889 ChangeLog 704
+MD5 e1baee411a7a7c9b08dfcc63af19f176 ChangeLog 821
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
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.5 b/x11-misc/icewoed/files/digest-icewoed-1.5
new file mode 100644
index 000000000000..9d6a87e6ed55
--- /dev/null
+++ b/x11-misc/icewoed/files/digest-icewoed-1.5
@@ -0,0 +1 @@
+MD5 585ed6e04718d46433969518d0ba8905 icewoed-1.5.tar.bz2 260109
diff --git a/x11-misc/icewoed/icewoed-1.5.ebuild b/x11-misc/icewoed/icewoed-1.5.ebuild
new file mode 100644
index 000000000000..ef29e4789299
--- /dev/null
+++ b/x11-misc/icewoed/icewoed-1.5.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.5.ebuild,v 1.1 2003/07/08 13:56:14 phosphan Exp $
+
+DESCRIPTION="IceWM winoptions editor."
+SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
+HOMEPAGE="http://icecc.sourceforge.net/"
+
+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
+}