summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-11-02 14:42:49 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-11-02 14:42:49 +0000
commit95aa6b56cc2f00ae9b6ef184619dc036f5c58416 (patch)
tree66b31baa059f9ddf2fdcabf82cdd88fa8d1784e8 /x11-misc/icemc
parentold (Manifest recommit) (diff)
downloadgentoo-2-95aa6b56cc2f00ae9b6ef184619dc036f5c58416.tar.gz
gentoo-2-95aa6b56cc2f00ae9b6ef184619dc036f5c58416.tar.bz2
gentoo-2-95aa6b56cc2f00ae9b6ef184619dc036f5c58416.zip
Cleanup; latest version stable for x86.
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r--x11-misc/icemc/ChangeLog6
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.81
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.91
-rw-r--r--x11-misc/icemc/icemc-1.8.ebuild24
-rw-r--r--x11-misc/icemc/icemc-1.9.ebuild30
-rw-r--r--x11-misc/icemc/icemc-2.1-r1.ebuild4
6 files changed, 7 insertions, 59 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog
index 2b9f71bd2f66..d3f0dcdac452 100644
--- a/x11-misc/icemc/ChangeLog
+++ b/x11-misc/icemc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/icemc
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.19 2004/10/06 20:24:53 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.20 2004/11/02 14:40:32 phosphan Exp $
+
+ 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icemc-1.8.ebuild,
+ -icemc-1.9.ebuild, icemc-2.1-r1.ebuild:
+ Cleanup; latest version stable for x86.
*icemc-2.1-r1 (06 Oct 2004)
diff --git a/x11-misc/icemc/files/digest-icemc-1.8 b/x11-misc/icemc/files/digest-icemc-1.8
deleted file mode 100644
index bb2fbec0492b..000000000000
--- a/x11-misc/icemc/files/digest-icemc-1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 668e7be663a9067b94db0eec58418d34 icemc-1.8.tar.bz2 259866
diff --git a/x11-misc/icemc/files/digest-icemc-1.9 b/x11-misc/icemc/files/digest-icemc-1.9
deleted file mode 100644
index a699737401e3..000000000000
--- a/x11-misc/icemc/files/digest-icemc-1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9707331a126859e6156d89393ace6cb6 icemc-1.9.tar.bz2 26831
diff --git a/x11-misc/icemc/icemc-1.8.ebuild b/x11-misc/icemc/icemc-1.8.ebuild
deleted file mode 100644
index c603a29ea54c..000000000000
--- a/x11-misc/icemc/icemc-1.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.8.ebuild,v 1.4 2004/06/24 22:23:34 agriffis 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=">=x11-libs/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.9.ebuild b/x11-misc/icemc/icemc-1.9.ebuild
deleted file mode 100644
index 7edf6c7883e0..000000000000
--- a/x11-misc/icemc/icemc-1.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.9.ebuild,v 1.4 2004/09/02 22:49:40 pvdabeel 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 ppc"
-IUSE=""
-DEPEND=">=x11-libs/qt-3.0.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -e "s:/usr/local:${D}/usr:" -i ${PN}.pro || die "sed failed"
-}
-
-src_compile() {
- qmake ${PN}.pro
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "einstall failed"
- rm -rf ${D}/usr/doc
- dohtml icemc/docs/en/*
- dodoc authors ChangeLog readme
-}
diff --git a/x11-misc/icemc/icemc-2.1-r1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild
index 7f1e9723e0eb..745859cf9422 100644
--- a/x11-misc/icemc/icemc-2.1-r1.ebuild
+++ b/x11-misc/icemc/icemc-2.1-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.1 2004/10/06 20:24:53 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.2 2004/11/02 14:40:32 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 ppc"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=x11-libs/qt-3.0.0"