summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/icewoed/files/digest-icewoed-1.41
-rw-r--r--x11-misc/icewoed/icewoed-1.4.ebuild27
14 files changed, 0 insertions, 210 deletions
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/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
-}