summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-07-30 10:22:33 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-07-30 10:22:33 +0000
commitf811038ed5ccde7fe1da0200ef6bdf93df2c6e75 (patch)
tree5b6017bab928a6cdf3509bfcaf1075e412472577 /x11-misc
parentcleanups (diff)
downloadgentoo-2-f811038ed5ccde7fe1da0200ef6bdf93df2c6e75.tar.gz
gentoo-2-f811038ed5ccde7fe1da0200ef6bdf93df2c6e75.tar.bz2
gentoo-2-f811038ed5ccde7fe1da0200ef6bdf93df2c6e75.zip
Cleanups
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/icewoed/ChangeLog5
-rw-r--r--x11-misc/icewoed/Manifest4
-rw-r--r--x11-misc/icewoed/files/digest-icewoed-1.31
-rw-r--r--x11-misc/icewoed/icewoed-1.3.ebuild27
4 files changed, 5 insertions, 32 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog
index d4016d3fa42d..0352e3efa49f 100644
--- a/x11-misc/icewoed/ChangeLog
+++ b/x11-misc/icewoed/ChangeLog
@@ -1,6 +1,9 @@
# 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.5 2003/07/08 13:56:14 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.6 2003/07/30 10:22:24 phosphan Exp $
+
+ 30 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.3.ebuild:
+ Cleanup
*icewoed-1.5 (08 Jul 2003)
diff --git a/x11-misc/icewoed/Manifest b/x11-misc/icewoed/Manifest
index 4982743c2034..2231f75a9485 100644
--- a/x11-misc/icewoed/Manifest
+++ b/x11-misc/icewoed/Manifest
@@ -1,8 +1,6 @@
-MD5 41db13b1d720dc410482ef7ea56a354c icewoed-1.3.ebuild 609
MD5 7e57878215d23ffb5132fb678d0e9451 icewoed-1.5.ebuild 592
MD5 03555778d390151b69a74ddd84a23340 icewoed-1.4.ebuild 592
-MD5 e1baee411a7a7c9b08dfcc63af19f176 ChangeLog 821
+MD5 a6605c95b5233d7fc907e2c2fdac0256 ChangeLog 905
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
-MD5 6c951bd6dc093c9bf60049b9836f564b files/digest-icewoed-1.3 64
MD5 1b666d85ce4c344b21b6b5f003dd3a86 files/digest-icewoed-1.4 64
MD5 978f45a5ad9bb84ade1326462abd3575 files/digest-icewoed-1.5 64
diff --git a/x11-misc/icewoed/files/digest-icewoed-1.3 b/x11-misc/icewoed/files/digest-icewoed-1.3
deleted file mode 100644
index 56367cecae39..000000000000
--- a/x11-misc/icewoed/files/digest-icewoed-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 327e7ae2d56af95365e344cdfe5d5c09 icewoed-1.3.tar.bz2 257906
diff --git a/x11-misc/icewoed/icewoed-1.3.ebuild b/x11-misc/icewoed/icewoed-1.3.ebuild
deleted file mode 100644
index f153fbc6d457..000000000000
--- a/x11-misc/icewoed/icewoed-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.3.ebuild,v 1.1 2003/03/17 10:04:08 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
-}