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
commit251061deb90b9b79b3ed285ba3117475fd86dfe9 (patch)
tree1e5960dd5e5e5661756b4d5cbf71f69fd9b3769a /x11-misc/icets
parentUpdated to new version. Added spind by plasmaroo. (Manifest recommit) (diff)
downloadgentoo-2-251061deb90b9b79b3ed285ba3117475fd86dfe9.tar.gz
gentoo-2-251061deb90b9b79b3ed285ba3117475fd86dfe9.tar.bz2
gentoo-2-251061deb90b9b79b3ed285ba3117475fd86dfe9.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/Manifest2
-rw-r--r--x11-misc/icets/files/digest-icets-1.21
-rw-r--r--x11-misc/icets/icets-1.2.ebuild36
4 files changed, 45 insertions, 1 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..776fcde4aad7 100644
--- a/x11-misc/icets/Manifest
+++ b/x11-misc/icets/Manifest
@@ -1,4 +1,6 @@
MD5 68fe7079ccb812b32272595f0dcf1e8f icets-1.1.ebuild 869
+MD5 ca18e86765e6695f55c98f2b60cf3e97 icets-1.2.ebuild 870
MD5 b501045a165e925f574e91fab45ba978 ChangeLog 1244
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
+}