summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-11-02 13:14:22 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-11-02 13:14:22 +0000
commit240cda3f8210718fc24a5dbb056abc010773e6f5 (patch)
tree480073f2ab380b7ba7be5b6451813c8e71f7655d /x11-misc/icecc
parentCleanup, latest = stable (Manifest recommit) (diff)
downloadgentoo-2-240cda3f8210718fc24a5dbb056abc010773e6f5.tar.gz
gentoo-2-240cda3f8210718fc24a5dbb056abc010773e6f5.tar.bz2
gentoo-2-240cda3f8210718fc24a5dbb056abc010773e6f5.zip
Cleanup; latest stable
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r--x11-misc/icecc/files/digest-icecc-2.61
-rw-r--r--x11-misc/icecc/files/digest-icecc-2.71
-rw-r--r--x11-misc/icecc/icecc-2.6.ebuild36
-rw-r--r--x11-misc/icecc/icecc-2.7.ebuild42
-rw-r--r--x11-misc/icecc/icecc-2.9.ebuild4
5 files changed, 2 insertions, 82 deletions
diff --git a/x11-misc/icecc/files/digest-icecc-2.6 b/x11-misc/icecc/files/digest-icecc-2.6
deleted file mode 100644
index a1c4b94be67a..000000000000
--- a/x11-misc/icecc/files/digest-icecc-2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 13c89fb4f135bc3cc56fee4c2381ffc8 icecc-2.6.tar.bz2 363243
diff --git a/x11-misc/icecc/files/digest-icecc-2.7 b/x11-misc/icecc/files/digest-icecc-2.7
deleted file mode 100644
index df5174a5c874..000000000000
--- a/x11-misc/icecc/files/digest-icecc-2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 37e42df7d0a7067d1b863933d88b2a46 icecc-2.7.tar.bz2 120701
diff --git a/x11-misc/icecc/icecc-2.6.ebuild b/x11-misc/icecc/icecc-2.6.ebuild
deleted file mode 100644
index 591f3f47d6c9..000000000000
--- a/x11-misc/icecc/icecc-2.6.ebuild
+++ /dev/null
@@ -1,36 +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/icecc/icecc-2.6.ebuild,v 1.5 2004/09/02 22:49:40 pvdabeel Exp $
-
-inherit eutils
-
-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 ppc"
-IUSE=""
-SLOT="0"
-
-DEPEND=">=x11-libs/qt-3.0.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
- 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.7.ebuild b/x11-misc/icecc/icecc-2.7.ebuild
deleted file mode 100644
index 035b526b7273..000000000000
--- a/x11-misc/icecc/icecc-2.7.ebuild
+++ /dev/null
@@ -1,42 +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/icecc/icecc-2.7.ebuild,v 1.5 2004/09/02 22:49:40 pvdabeel Exp $
-
-inherit eutils
-
-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 ppc"
-IUSE=""
-SLOT="0"
-
-DEPEND=">=x11-libs/qt-3.0.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed"
-}
-
-src_compile() {
- qmake || die
- emake || die
-}
-
-src_install() {
- make INSTALL_ROOT="${D}" install || 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.9.ebuild b/x11-misc/icecc/icecc-2.9.ebuild
index 418ef13cef84..764e90412490 100644
--- a/x11-misc/icecc/icecc-2.9.ebuild
+++ b/x11-misc/icecc/icecc-2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.2 2004/09/02 22:49:40 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.3 2004/11/02 13:14:22 phosphan Exp $
inherit eutils
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://icecc.sourceforge.net/"
LICENSE="GPL-2"
-KEYWORDS="~x86 ppc"
+KEYWORDS="x86 ppc"
IUSE=""
SLOT="0"