summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-02-23 07:25:55 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-02-23 07:25:55 +0000
commit0bae4c97347dd1c2c01d776736fbf47dc9ce039f (patch)
tree25dd93231de2753f0b839f3c0396f3bc03f9d3fe /x11-misc/icemc
parenthppa needs -ffunction-sections (diff)
downloadhistorical-0bae4c97347dd1c2c01d776736fbf47dc9ce039f.tar.gz
historical-0bae4c97347dd1c2c01d776736fbf47dc9ce039f.tar.bz2
historical-0bae4c97347dd1c2c01d776736fbf47dc9ce039f.zip
Version bump
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r--x11-misc/icemc/ChangeLog9
-rw-r--r--x11-misc/icemc/Manifest4
-rw-r--r--x11-misc/icemc/files/digest-icemc-1.81
-rw-r--r--x11-misc/icemc/icemc-1.8.ebuild24
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog
index 4537cf399678..507e0210d63f 100644
--- a/x11-misc/icemc/ChangeLog
+++ b/x11-misc/icemc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/icemc
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.9 2003/10/21 09:14:24 phosphan Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.10 2004/02/23 07:25:55 phosphan Exp $
+
+*icemc-1.8 (23 Feb 2004)
+
+ 23 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> icemc-1.8.ebuild:
+ Version bump
*icemc-1.6.1 (21 Oct 2003)
diff --git a/x11-misc/icemc/Manifest b/x11-misc/icemc/Manifest
index 32409cdd35cc..5f0e51350de5 100644
--- a/x11-misc/icemc/Manifest
+++ b/x11-misc/icemc/Manifest
@@ -1,10 +1,12 @@
MD5 626ea71aaba4e97aacc02bdc48ee0603 icemc-1.6.1.ebuild 634
MD5 41f897c46a9e0eba0826184794dcc87e icemc-1.6.ebuild 632
+MD5 0bc08ccb524b702f1f359092cc5bbf76 icemc-1.8.ebuild 633
MD5 4aac5047202dcff87b62317f9a1c37a4 icemc-1.5.ebuild 632
-MD5 df54254bb97b6cbddefc4f5528c23897 ChangeLog 1260
+MD5 dbe9b1db01e7fe7aacc684b74b2b8bc4 ChangeLog 1374
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 8d60b9f84575ddd3a237b4addcd8903f icemc-1.2.ebuild 632
MD5 052babcceb7f9cb2ed976ca553de0374 files/digest-icemc-1.2 62
MD5 8df45c04db0517efcfcd3b446137c43d files/digest-icemc-1.5 62
MD5 eace8546389ba2e43796c2f8be54343b files/digest-icemc-1.6 62
+MD5 261b7e7d34cc5918993f29c55caa084f files/digest-icemc-1.8 62
MD5 8300014cbfb1f879c71b3a4df6593496 files/digest-icemc-1.6.1 64
diff --git a/x11-misc/icemc/files/digest-icemc-1.8 b/x11-misc/icemc/files/digest-icemc-1.8
new file mode 100644
index 000000000000..bb2fbec0492b
--- /dev/null
+++ b/x11-misc/icemc/files/digest-icemc-1.8
@@ -0,0 +1 @@
+MD5 668e7be663a9067b94db0eec58418d34 icemc-1.8.tar.bz2 259866
diff --git a/x11-misc/icemc/icemc-1.8.ebuild b/x11-misc/icemc/icemc-1.8.ebuild
new file mode 100644
index 000000000000..d59cd1b341b8
--- /dev/null
+++ b/x11-misc/icemc/icemc-1.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/02/23 07:25:55 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
+}