summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-07-27 12:25:27 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-07-27 12:25:27 +0000
commit6c0ee9fcaf9efa7f0edf3e277b961ef8e3d8a323 (patch)
tree9323851b8b57c0d9d5441ed0ca0160a0cbf5f89d /x11-misc/icets
parentUpdated to new version. Added spind by plasmaroo. (diff)
downloadhistorical-6c0ee9fcaf9efa7f0edf3e277b961ef8e3d8a323.tar.gz
historical-6c0ee9fcaf9efa7f0edf3e277b961ef8e3d8a323.tar.bz2
historical-6c0ee9fcaf9efa7f0edf3e277b961ef8e3d8a323.zip
Version bump, build process has changed
Diffstat (limited to 'x11-misc/icets')
-rw-r--r--x11-misc/icets/ChangeLog7
-rw-r--r--x11-misc/icets/Manifest4
-rw-r--r--x11-misc/icets/files/digest-icets-1.21
-rw-r--r--x11-misc/icets/icets-1.2.ebuild36
4 files changed, 46 insertions, 2 deletions
diff --git a/x11-misc/icets/ChangeLog b/x11-misc/icets/ChangeLog
index 79aee9a2f56f..10db0d2879a9 100644
--- a/x11-misc/icets/ChangeLog
+++ b/x11-misc/icets/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/icets
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.11 2004/06/24 22:24:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.12 2004/07/27 12:25:27 phosphan Exp $
+
+*icets-1.2 (27 Jul 2004)
+
+ 27 Jul 2004; Patrick Kursawe <phosphan@gentoo.org> +icets-1.2.ebuild:
+ Version bump, build process has changed.
24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> icets-1.1.ebuild:
Adding IUSE
diff --git a/x11-misc/icets/Manifest b/x11-misc/icets/Manifest
index 27314b1a052c..31f4519df670 100644
--- a/x11-misc/icets/Manifest
+++ b/x11-misc/icets/Manifest
@@ -1,4 +1,6 @@
MD5 68fe7079ccb812b32272595f0dcf1e8f icets-1.1.ebuild 869
-MD5 b501045a165e925f574e91fab45ba978 ChangeLog 1244
+MD5 b75e2854deefab5c35032525b53666f7 icets-1.2.ebuild 836
+MD5 d49e56a74d0e8b3e3c3c5082b0d268cc ChangeLog 1386
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 2b2bb51a215b1b08030e0b71b477f47d files/digest-icets-1.1 62
+MD5 d7eea449a4f164cbf4c3eb2a0ec14cb4 files/digest-icets-1.2 61
diff --git a/x11-misc/icets/files/digest-icets-1.2 b/x11-misc/icets/files/digest-icets-1.2
new file mode 100644
index 000000000000..39ecb61eaee3
--- /dev/null
+++ b/x11-misc/icets/files/digest-icets-1.2
@@ -0,0 +1 @@
+MD5 88d3fe6195838bd7fec32d4a6377415f icets-1.2.tar.bz2 10378
diff --git a/x11-misc/icets/icets-1.2.ebuild b/x11-misc/icets/icets-1.2.ebuild
new file mode 100644
index 000000000000..0b33995387dd
--- /dev/null
+++ b/x11-misc/icets/icets-1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.2.ebuild,v 1.1 2004/07/27 12:25:27 phosphan 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"
+IUSE=""
+
+RDEPEND=">=x11-libs/qt-3.0.0"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}
+ sed -e "s:/usr/local/bin:${D}/usr/bin:" -i ${PN}.pro || die "sed failed"
+ sed -e 's:/usr/local/share:/usr/share:g' -i ${PN}.cpp || die "sed failed"
+}
+
+src_compile () {
+ qmake || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml icets/docs/en/*.{html,sgml}
+ dodoc AUTHORS COPYING ChangeLog README TODO
+}