summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r--x11-misc/icemc/Manifest6
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.61
-rw-r--r--x11-misc/icemc/icemc-1.5.ebuild4
-rw-r--r--x11-misc/icemc/icemc-1.6.ebuild24
4 files changed, 30 insertions, 5 deletions
diff --git a/x11-misc/icemc/Manifest b/x11-misc/icemc/Manifest
index 268f527ee769..b0010c4c0f7a 100644
--- a/x11-misc/icemc/Manifest
+++ b/x11-misc/icemc/Manifest
@@ -1,6 +1,6 @@
-MD5 6127e51a400129c25de087143302007f icemc-1.6.ebuild 632
-MD5 968cb3c328b7f4f4831cd4c0bd450899 icemc-1.5.ebuild 633
-MD5 c7e64debefeec45fcdb3d57035243589 ChangeLog 1010
+MD5 41f897c46a9e0eba0826184794dcc87e icemc-1.6.ebuild 632
+MD5 37c8fcf9f757b2a3b777db3e29a65b5a icemc-1.5.ebuild 633
+MD5 e9148a93a59837e6f3c74bfb9ab2021f ChangeLog 1143
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 8d60b9f84575ddd3a237b4addcd8903f icemc-1.2.ebuild 632
MD5 052babcceb7f9cb2ed976ca553de0374 files/digest-icemc-1.2 62
diff --git a/x11-misc/icemc/files/digest-icemc-1.6 b/x11-misc/icemc/files/digest-icemc-1.6
new file mode 100644
index 000000000000..88b1aba2adf7
--- /dev/null
+++ b/x11-misc/icemc/files/digest-icemc-1.6
@@ -0,0 +1 @@
+MD5 2c19ee7f56733a0c5171dd6236325fc3 icemc-1.6.tar.bz2 258920
diff --git a/x11-misc/icemc/icemc-1.5.ebuild b/x11-misc/icemc/icemc-1.5.ebuild
index 6cd7ff9dce5d..a74f2e0b14c6 100644
--- a/x11-misc/icemc/icemc-1.5.ebuild
+++ b/x11-misc/icemc/icemc-1.5.ebuild
@@ -1,13 +1,13 @@
# 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.2 2003/07/30 10:19:02 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.5.ebuild,v 1.3 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"
+KEYWORDS="~x86"
IUSE=""
DEPEND=">=qt-3.0.0"
diff --git a/x11-misc/icemc/icemc-1.6.ebuild b/x11-misc/icemc/icemc-1.6.ebuild
new file mode 100644
index 000000000000..86a81ad3c168
--- /dev/null
+++ b/x11-misc/icemc/icemc-1.6.ebuild
@@ -0,0 +1,24 @@
+# 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
+}