summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-10 07:59:05 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-10 07:59:05 +0000
commit94188ab8d42d1c5e7ecfb3cbe3c0bfde0b237185 (patch)
tree057802fa14a2c09703ad9d10c38c72a41e210d4f
parentNew release (diff)
downloadhistorical-94188ab8d42d1c5e7ecfb3cbe3c0bfde0b237185.tar.gz
historical-94188ab8d42d1c5e7ecfb3cbe3c0bfde0b237185.tar.bz2
historical-94188ab8d42d1c5e7ecfb3cbe3c0bfde0b237185.zip
cleanup
-rw-r--r--x11-misc/icebgset/icebgset-0.8.ebuild26
-rw-r--r--x11-misc/icebgset/icebgset-0.9.ebuild26
-rw-r--r--x11-misc/icecc/files/digest-icecc-2.01
-rw-r--r--x11-misc/icecc/files/digest-icecc-2.41
-rw-r--r--x11-misc/icecc/files/icecc-2.0.patch11
-rw-r--r--x11-misc/icecc/files/icecc-2.4.patch11
-rw-r--r--x11-misc/icecc/icecc-2.0.ebuild41
-rw-r--r--x11-misc/icecc/icecc-2.4.ebuild39
-rw-r--r--x11-misc/iceiconcvt/files/digest-iceiconcvt-0.91
-rw-r--r--x11-misc/iceiconcvt/iceiconcvt-0.9.ebuild24
-rw-r--r--x11-misc/iceked/files/digest-iceked-1.21
-rw-r--r--x11-misc/iceked/iceked-1.2.ebuild26
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.21
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.51
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.61
-rw-r--r--x11-misc/icemc/icemc-1.2.ebuild24
-rw-r--r--x11-misc/icemc/icemc-1.5.ebuild24
-rw-r--r--x11-misc/icemc/icemc-1.6.ebuild24
-rw-r--r--x11-misc/icesndcfg/files/digest-icesndcfg-0.81
-rw-r--r--x11-misc/icesndcfg/icesndcfg-0.8.ebuild41
-rw-r--r--x11-misc/icets/files/digest-icets-1.01
-rw-r--r--x11-misc/icets/icets-1.0.ebuild37
-rw-r--r--x11-misc/icewm-tools/files/digest-icewm-tools-2.00
-rw-r--r--x11-misc/icewm-tools/files/digest-icewm-tools-2.40
-rw-r--r--x11-misc/icewm-tools/files/digest-icewm-tools-2.4.10
-rw-r--r--x11-misc/icewm-tools/files/digest-icewm-tools-2.50
-rw-r--r--x11-misc/icewm-tools/icewm-tools-2.0.ebuild29
-rw-r--r--x11-misc/icewm-tools/icewm-tools-2.4.1.ebuild31
-rw-r--r--x11-misc/icewm-tools/icewm-tools-2.4.ebuild31
-rw-r--r--x11-misc/icewm-tools/icewm-tools-2.5.ebuild31
-rw-r--r--x11-misc/icewoed/files/digest-icewoed-1.41
-rw-r--r--x11-misc/icewoed/icewoed-1.4.ebuild27
32 files changed, 0 insertions, 513 deletions
diff --git a/x11-misc/icebgset/icebgset-0.8.ebuild b/x11-misc/icebgset/icebgset-0.8.ebuild
deleted file mode 100644
index e361d949fc9e..000000000000
--- a/x11-misc/icebgset/icebgset-0.8.ebuild
+++ /dev/null
@@ -1,26 +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/icebgset/icebgset-0.8.ebuild,v 1.2 2003/04/24 14:04:11 phosphan Exp $
-
-DESCRIPTION="IceWM background editor"
-SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
-HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=qt-3.0.0"
-
-SLOT="0"
-
-src_compile () {
- econf || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- rm -rf ${D}/usr/doc
- dohtml ${PN}/docs/en/*.{html,sgml}
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/x11-misc/icebgset/icebgset-0.9.ebuild b/x11-misc/icebgset/icebgset-0.9.ebuild
deleted file mode 100644
index a67b28f81706..000000000000
--- a/x11-misc/icebgset/icebgset-0.9.ebuild
+++ /dev/null
@@ -1,26 +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/icebgset/icebgset-0.9.ebuild,v 1.3 2003/09/05 23:18:18 msterret 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
-}
diff --git a/x11-misc/icecc/files/digest-icecc-2.0 b/x11-misc/icecc/files/digest-icecc-2.0
deleted file mode 100644
index 732f9d284081..000000000000
--- a/x11-misc/icecc/files/digest-icecc-2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 44f24b502df7b2a8d14bed96dcbe5bfc icecc-2.0.tar.bz2 337549
diff --git a/x11-misc/icecc/files/digest-icecc-2.4 b/x11-misc/icecc/files/digest-icecc-2.4
deleted file mode 100644
index 89ecafeb6eeb..000000000000
--- a/x11-misc/icecc/files/digest-icecc-2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0724f7242c5b8b8371aa60f1b01232bc icecc-2.4.tar.bz2 340229
diff --git a/x11-misc/icecc/files/icecc-2.0.patch b/x11-misc/icecc/files/icecc-2.0.patch
deleted file mode 100644
index 855431abf148..000000000000
--- a/x11-misc/icecc/files/icecc-2.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- icecc/icecc.cpp 2003-04-03 22:48:22.000000000 +0200
-+++ icecc/icecc.cpp.new 2003-04-14 11:27:47.000000000 +0200
-@@ -49,7 +49,7 @@
- themeBrowser(0),
- icewmCfgDir(getenv("ICEWM_PRIVCFG")),
- aTools(COUNTTOOLS),
--themeDir("/usr/local/share/icecc/themes/")
-+themeDir("/usr/share/icecc/themes/")
- {
- setCaption(tr("IceWM Control Center " VERSION));
-
diff --git a/x11-misc/icecc/files/icecc-2.4.patch b/x11-misc/icecc/files/icecc-2.4.patch
deleted file mode 100644
index 855431abf148..000000000000
--- a/x11-misc/icecc/files/icecc-2.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- icecc/icecc.cpp 2003-04-03 22:48:22.000000000 +0200
-+++ icecc/icecc.cpp.new 2003-04-14 11:27:47.000000000 +0200
-@@ -49,7 +49,7 @@
- themeBrowser(0),
- icewmCfgDir(getenv("ICEWM_PRIVCFG")),
- aTools(COUNTTOOLS),
--themeDir("/usr/local/share/icecc/themes/")
-+themeDir("/usr/share/icecc/themes/")
- {
- setCaption(tr("IceWM Control Center " VERSION));
-
diff --git a/x11-misc/icecc/icecc-2.0.ebuild b/x11-misc/icecc/icecc-2.0.ebuild
deleted file mode 100644
index 98d93f7e5c4c..000000000000
--- a/x11-misc/icecc/icecc-2.0.ebuild
+++ /dev/null
@@ -1,41 +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/icecc/icecc-2.0.ebuild,v 1.4 2003/04/25 16:08:03 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="IceWM Control Center (only main program, see icewm-tools for the rest)"
-SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
-HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=x11-libs/qt-3.0.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}.patch
-}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- rm -rf ${D}/usr/doc
- dohtml ${PN}/docs/en/*.{html,sgml}
- dodoc AUTHORS ChangeLog README TODO
- dodir /usr/share/${PN}/themes
- cp -a theme/* ${D}/usr/share/${PN}/themes/
- chmod go-w ${D}/usr/share/${PN}/themes/
-}
-
-pkg_postinst() {
- einfo "emerge icewm-tools for the control center helper tools"
-}
diff --git a/x11-misc/icecc/icecc-2.4.ebuild b/x11-misc/icecc/icecc-2.4.ebuild
deleted file mode 100644
index 605189891791..000000000000
--- a/x11-misc/icecc/icecc-2.4.ebuild
+++ /dev/null
@@ -1,39 +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/icecc/icecc-2.4.ebuild,v 1.2 2003/07/30 10:16:45 phosphan Exp $
-
-DESCRIPTION="IceWM Control Center (only main program, see icewm-tools for the rest)"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://icecc.sourceforge.net/"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=x11-libs/qt-3.0.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}.patch || die "patch failed"
-}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- rm -rf ${D}/usr/doc
- dohtml ${PN}/docs/en/*.{html,sgml}
- dodoc AUTHORS ChangeLog README TODO
- dodir /usr/share/${PN}/themes
- cp -a theme/* ${D}/usr/share/${PN}/themes/
- chmod go-w ${D}/usr/share/${PN}/themes/
-}
-
-pkg_postinst() {
- einfo "emerge icewm-tools for the control center helper tools"
-}
diff --git a/x11-misc/iceiconcvt/files/digest-iceiconcvt-0.9 b/x11-misc/iceiconcvt/files/digest-iceiconcvt-0.9
deleted file mode 100644
index 909a84216a46..000000000000
--- a/x11-misc/iceiconcvt/files/digest-iceiconcvt-0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 60408e0f0d9fe3f31c8e78e438044a09 iceiconcvt-0.9.tar.bz2 2753
diff --git a/x11-misc/iceiconcvt/iceiconcvt-0.9.ebuild b/x11-misc/iceiconcvt/iceiconcvt-0.9.ebuild
deleted file mode 100644
index c15420724cfc..000000000000
--- a/x11-misc/iceiconcvt/iceiconcvt-0.9.ebuild
+++ /dev/null
@@ -1,24 +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/iceiconcvt/iceiconcvt-0.9.ebuild,v 1.4 2003/06/23 13:34:10 phosphan Exp $
-
-DESCRIPTION="IceWM icons' converter"
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-HOMEPAGE="http://icecc.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-RESTRICT="nostrip"
-
-DEPEND="dev-python/PyQt"
-
-SLOT="0"
-
-src_compile () {
- einfo "No compilation necessary"
-}
-
-src_install () {
- exeinto /usr/bin
- doexe iceiconcvt.py
- dodoc ChangeLog BUGS README.iceiconcvt TODO
-}
diff --git a/x11-misc/iceked/files/digest-iceked-1.2 b/x11-misc/iceked/files/digest-iceked-1.2
deleted file mode 100644
index 0b3e2ede716c..000000000000
--- a/x11-misc/iceked/files/digest-iceked-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7fdc7fc21c076f0054b2f0e159af1831 iceked-1.2.tar.bz2 253593
diff --git a/x11-misc/iceked/iceked-1.2.ebuild b/x11-misc/iceked/iceked-1.2.ebuild
deleted file mode 100644
index f50e8a88ddc2..000000000000
--- a/x11-misc/iceked/iceked-1.2.ebuild
+++ /dev/null
@@ -1,26 +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/iceked/iceked-1.2.ebuild,v 1.3 2003/05/19 14:18:29 phosphan Exp $
-
-DESCRIPTION="IceWM keys 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 || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- rm -rf ${D}/usr/doc
- dohtml ${PN}/docs/en/*.{html,sgml}
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/x11-misc/icemc/files/digest-icemc-1.2 b/x11-misc/icemc/files/digest-icemc-1.2
deleted file mode 100644
index a79404acbaf3..000000000000
--- a/x11-misc/icemc/files/digest-icemc-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 05be8a5cfda2afefe61d7bffe08ab675 icemc-1.2.tar.bz2 251885
diff --git a/x11-misc/icemc/files/digest-icemc-1.5 b/x11-misc/icemc/files/digest-icemc-1.5
deleted file mode 100644
index c6099db88799..000000000000
--- a/x11-misc/icemc/files/digest-icemc-1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fe4a1d5cd6e415aeba94a39cc0e7e994 icemc-1.5.tar.bz2 258838
diff --git a/x11-misc/icemc/files/digest-icemc-1.6 b/x11-misc/icemc/files/digest-icemc-1.6
deleted file mode 100644
index 88b1aba2adf7..000000000000
--- a/x11-misc/icemc/files/digest-icemc-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2c19ee7f56733a0c5171dd6236325fc3 icemc-1.6.tar.bz2 258920
diff --git a/x11-misc/icemc/icemc-1.2.ebuild b/x11-misc/icemc/icemc-1.2.ebuild
deleted file mode 100644
index 0f65e78c84a5..000000000000
--- a/x11-misc/icemc/icemc-1.2.ebuild
+++ /dev/null
@@ -1,24 +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/icemc/icemc-1.2.ebuild,v 1.4 2003/05/19 13:31:15 phosphan Exp $
-
-DESCRIPTION="IceWM menu/toolbar editor"
-HOMEPAGE="http://icecc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=">=qt-3.0.0"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- rm -rf ${D}/usr/doc
- dohtml icemc/docs/en/*
- dodoc authors ChangeLog readme
-}
diff --git a/x11-misc/icemc/icemc-1.5.ebuild b/x11-misc/icemc/icemc-1.5.ebuild
deleted file mode 100644
index 33e42f1105bd..000000000000
--- a/x11-misc/icemc/icemc-1.5.ebuild
+++ /dev/null
@@ -1,24 +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/icemc/icemc-1.5.ebuild,v 1.4 2003/10/08 09:47:18 phosphan Exp $
-
-DESCRIPTION="IceWM menu/toolbar editor"
-HOMEPAGE="http://icecc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=">=qt-3.0.0"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- rm -rf ${D}/usr/doc
- dohtml icemc/docs/en/*
- dodoc authors ChangeLog readme
-}
diff --git a/x11-misc/icemc/icemc-1.6.ebuild b/x11-misc/icemc/icemc-1.6.ebuild
deleted file mode 100644
index 86a81ad3c168..000000000000
--- a/x11-misc/icemc/icemc-1.6.ebuild
+++ /dev/null
@@ -1,24 +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/icemc/icemc-1.6.ebuild,v 1.1 2003/09/01 10:54:07 phosphan Exp $
-
-DESCRIPTION="IceWM menu/toolbar editor"
-HOMEPAGE="http://icecc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=">=qt-3.0.0"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- rm -rf ${D}/usr/doc
- dohtml icemc/docs/en/*
- dodoc authors ChangeLog readme
-}
diff --git a/x11-misc/icesndcfg/files/digest-icesndcfg-0.8 b/x11-misc/icesndcfg/files/digest-icesndcfg-0.8
deleted file mode 100644
index 06ae532211b9..000000000000
--- a/x11-misc/icesndcfg/files/digest-icesndcfg-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e636114a659b80bce22ae83d480a9a66 icesndcfg-0.8.tar.bz2 94482
diff --git a/x11-misc/icesndcfg/icesndcfg-0.8.ebuild b/x11-misc/icesndcfg/icesndcfg-0.8.ebuild
deleted file mode 100644
index 82298b320831..000000000000
--- a/x11-misc/icesndcfg/icesndcfg-0.8.ebuild
+++ /dev/null
@@ -1,41 +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/icesndcfg/icesndcfg-0.8.ebuild,v 1.7 2003/02/13 17:14:48 vapier Exp $
-
-IUSE="nls esd"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="IceWM sound editor."
-SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2"
-HOMEPAGE="http://www.selena.kherson.ua/xvadim"
-
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*
- esd? ( media-sound/esound )"
-
-#RDEPEND="x11-wm/icewm
-# nls? ( sys-devel/gettext )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-src_compile () {
-
- local myconf
-
- use nls || myconf="--disable-nls"
- use esd \
- && myconf="${myconf} --enable-esd" \
- || myconf="${myconf} --disable-esd"
-
- econf \
- ${myconf} || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- dodoc AUTHORS COPYING TODO README
-}
diff --git a/x11-misc/icets/files/digest-icets-1.0 b/x11-misc/icets/files/digest-icets-1.0
deleted file mode 100644
index 0f46a3767c1e..000000000000
--- a/x11-misc/icets/files/digest-icets-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 12c414f99226df6f5e9623fd65f05961 icets-1.0.tar.bz2 234187
diff --git a/x11-misc/icets/icets-1.0.ebuild b/x11-misc/icets/icets-1.0.ebuild
deleted file mode 100644
index 5a3c00247824..000000000000
--- a/x11-misc/icets/icets-1.0.ebuild
+++ /dev/null
@@ -1,37 +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/icets/icets-1.0.ebuild,v 1.4 2003/09/05 23:18:18 msterret Exp $
-
-DESCRIPTION="IceWM Theme Editor"
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-HOMEPAGE="http://icecc.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=qt-3.0.0"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/${PN}
-
- # Change the default directory that it looks into to be consistent
- # with Gentoo's layout
- cp icets.cpp icets.cpp.orig
- sed "s:/usr/local/share/icewm/themes:/usr/share/icewm/themes:" \
- icets.cpp.orig > icets.cpp
-}
-
-src_compile () {
- econf || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- rm -rf ${D}/usr/doc
- dohtml icets/docs/en/*.{html,sgml}
- dodoc AUTHORS COPYING ChangeLog README TODO
-}
diff --git a/x11-misc/icewm-tools/files/digest-icewm-tools-2.0 b/x11-misc/icewm-tools/files/digest-icewm-tools-2.0
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/x11-misc/icewm-tools/files/digest-icewm-tools-2.0
+++ /dev/null
diff --git a/x11-misc/icewm-tools/files/digest-icewm-tools-2.4 b/x11-misc/icewm-tools/files/digest-icewm-tools-2.4
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/x11-misc/icewm-tools/files/digest-icewm-tools-2.4
+++ /dev/null
diff --git a/x11-misc/icewm-tools/files/digest-icewm-tools-2.4.1 b/x11-misc/icewm-tools/files/digest-icewm-tools-2.4.1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/x11-misc/icewm-tools/files/digest-icewm-tools-2.4.1
+++ /dev/null
diff --git a/x11-misc/icewm-tools/files/digest-icewm-tools-2.5 b/x11-misc/icewm-tools/files/digest-icewm-tools-2.5
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/x11-misc/icewm-tools/files/digest-icewm-tools-2.5
+++ /dev/null
diff --git a/x11-misc/icewm-tools/icewm-tools-2.0.ebuild b/x11-misc/icewm-tools/icewm-tools-2.0.ebuild
deleted file mode 100644
index fe46263c2300..000000000000
--- a/x11-misc/icewm-tools/icewm-tools-2.0.ebuild
+++ /dev/null
@@ -1,29 +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/icewm-tools/icewm-tools-2.0.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
-
-DESCRIPTION="Convenience package for IceWM control center and tools"
-SRC_URI=""
-HOMEPAGE=""
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=x11-misc/icebgset-0.8
- >=x11-misc/icecc-2.0
- >=x11-misc/icecursorscfg-0.6
- >=x11-misc/iceiconcvt-0.9
- >=x11-misc/iceked-1.2
- >=x11-misc/icemc-1.2
- >=x11-misc/icesndcfg-0.8
- >=x11-misc/icets-1.0
- >=x11-misc/icewoed-1.4"
-
-SLOT="0"
-
-src_compile () {
- einfo "Nothing to do"
-}
-
-src_install () {
- einfo "Nothing to do"
-}
diff --git a/x11-misc/icewm-tools/icewm-tools-2.4.1.ebuild b/x11-misc/icewm-tools/icewm-tools-2.4.1.ebuild
deleted file mode 100644
index b969c5347b6b..000000000000
--- a/x11-misc/icewm-tools/icewm-tools-2.4.1.ebuild
+++ /dev/null
@@ -1,31 +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/icewm-tools/icewm-tools-2.4.1.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
-
-DESCRIPTION="Convenience package for IceWM control center and tools"
-SRC_URI=""
-HOMEPAGE="http://icecc.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=x11-misc/icebgset-1.0
- >=x11-misc/icecc-2.4
- >=x11-misc/icecursorscfg-0.6
- >=x11-misc/iceiconcvt-1.0
- >=x11-misc/iceked-1.3
- >=x11-misc/icemc-1.5
- >=x11-misc/icesndcfg-1.1
- >=x11-misc/icets-1.1
- >=x11-misc/icerrun-0.5
- >=x11-misc/icemergeprefs-0.5
- >=x11-misc/icewoed-1.5"
-
-SLOT="0"
-
-src_compile () {
- einfo "Nothing to do"
-}
-
-src_install () {
- einfo "Nothing to do"
-}
diff --git a/x11-misc/icewm-tools/icewm-tools-2.4.ebuild b/x11-misc/icewm-tools/icewm-tools-2.4.ebuild
deleted file mode 100644
index 23688d3ea56f..000000000000
--- a/x11-misc/icewm-tools/icewm-tools-2.4.ebuild
+++ /dev/null
@@ -1,31 +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/icewm-tools/icewm-tools-2.4.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
-
-DESCRIPTION="Convenience package for IceWM control center and tools"
-SRC_URI=""
-HOMEPAGE="http://icecc.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=x11-misc/icebgset-0.9
- >=x11-misc/icecc-2.4
- >=x11-misc/icecursorscfg-0.6
- >=x11-misc/iceiconcvt-1.0
- >=x11-misc/iceked-1.3
- >=x11-misc/icemc-1.5
- >=x11-misc/icesndcfg-1.1
- >=x11-misc/icets-1.0
- >=x11-misc/icerrun-0.5
- >=x11-misc/icemergeprefs-0.5
- >=x11-misc/icewoed-1.5"
-
-SLOT="0"
-
-src_compile () {
- einfo "Nothing to do"
-}
-
-src_install () {
- einfo "Nothing to do"
-}
diff --git a/x11-misc/icewm-tools/icewm-tools-2.5.ebuild b/x11-misc/icewm-tools/icewm-tools-2.5.ebuild
deleted file mode 100644
index 00fee4418113..000000000000
--- a/x11-misc/icewm-tools/icewm-tools-2.5.ebuild
+++ /dev/null
@@ -1,31 +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/icewm-tools/icewm-tools-2.5.ebuild,v 1.3 2003/10/08 09:49:03 phosphan Exp $
-
-DESCRIPTION="Convenience package for IceWM control center and tools"
-SRC_URI=""
-HOMEPAGE="http://icecc.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=x11-misc/icebgset-1.0
- >=x11-misc/icecc-2.4
- >=x11-misc/icecursorscfg-0.6
- >=x11-misc/iceiconcvt-1.0
- >=x11-misc/iceked-1.3
- >=x11-misc/icemc-1.6
- >=x11-misc/icesndcfg-1.1
- >=x11-misc/icets-1.1
- >=x11-misc/icerrun-0.5
- >=x11-misc/icemergeprefs-0.5
- >=x11-misc/icewoed-1.5"
-
-SLOT="0"
-
-src_compile () {
- einfo "Nothing to do"
-}
-
-src_install () {
- einfo "Nothing to do"
-}
diff --git a/x11-misc/icewoed/files/digest-icewoed-1.4 b/x11-misc/icewoed/files/digest-icewoed-1.4
deleted file mode 100644
index 403fff0c0c79..000000000000
--- a/x11-misc/icewoed/files/digest-icewoed-1.4
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index c297e12307c6..000000000000
--- a/x11-misc/icewoed/icewoed-1.4.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.4.ebuild,v 1.3 2003/05/19 14:11:29 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
-}