summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-03-17 10:01:25 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-03-17 10:01:25 +0000
commit1e42736b395c579779be170272da4cae7819dea0 (patch)
tree5ad7b2f293ef232577d82d7484871722ad985182 /x11-misc
parentrev bump for ppc support (diff)
downloadgentoo-2-1e42736b395c579779be170272da4cae7819dea0.tar.gz
gentoo-2-1e42736b395c579779be170272da4cae7819dea0.tar.bz2
gentoo-2-1e42736b395c579779be170272da4cae7819dea0.zip
new version
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/icets/ChangeLog8
-rw-r--r--x11-misc/icets/files/digest-icets-1.01
-rw-r--r--x11-misc/icets/icets-1.0.ebuild37
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-misc/icets/ChangeLog b/x11-misc/icets/ChangeLog
index 7dea7a627dc4..df65a13532b7 100644
--- a/x11-misc/icets/ChangeLog
+++ b/x11-misc/icets/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/icets
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.4 2003/02/12 09:29:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.5 2003/03/17 10:01:25 phosphan Exp $
+
+*icets-1.0 (17 Mar 2003)
+
+ 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> : icets-1.0.ebuild
+ files/digest-icets-1.0 :
+ new version
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-misc/icets/files/digest-icets-1.0 b/x11-misc/icets/files/digest-icets-1.0
new file mode 100644
index 000000000000..0f46a3767c1e
--- /dev/null
+++ b/x11-misc/icets/files/digest-icets-1.0
@@ -0,0 +1 @@
+MD5 12c414f99226df6f5e9623fd65f05961 icets-1.0.tar.bz2 234187
diff --git a/x11-misc/icets/icets-1.0.ebuild b/x11-misc/icets/icets-1.0.ebuild
new file mode 100644
index 000000000000..6d95846ba0a8
--- /dev/null
+++ b/x11-misc/icets/icets-1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.0.ebuild,v 1.1 2003/03/17 10:01:25 phosphan Exp $
+
+DESCRIPTION="IceWM Theme Editor"
+SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
+HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=qt-3.0.0"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}/${PN}
+
+ # Change the default directory that it looks into to be consistent
+ # with Gentoo's layout
+ cp icets.cpp icets.cpp.orig
+ sed "s:/usr/local/share/icewm/themes:/usr/share/icewm/themes:" \
+ icets.cpp.orig > icets.cpp
+}
+
+src_compile () {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml icets/docs/en/*.{html,sgml}
+ dodoc AUTHORS COPYING ChangeLog README TODO
+}