summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-11 14:36:30 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-11 14:36:30 +0000
commit9ebb630d49d855d56523a7ef3da9a43b8dcc32a5 (patch)
treec636116b3ae8588ddeece3819d185ac01c31039e /x11-misc
parentadded icewm as runtime dependency (diff)
downloadgentoo-2-9ebb630d49d855d56523a7ef3da9a43b8dcc32a5.tar.gz
gentoo-2-9ebb630d49d855d56523a7ef3da9a43b8dcc32a5.tar.bz2
gentoo-2-9ebb630d49d855d56523a7ef3da9a43b8dcc32a5.zip
new package
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/icecc/ChangeLog10
-rw-r--r--x11-misc/icecc/files/digest-icecc-0.51
-rw-r--r--x11-misc/icecc/icecc-0.5.ebuild31
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog
new file mode 100644
index 000000000000..d3e27671d7c6
--- /dev/null
+++ b/x11-misc/icecc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/icecc
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.1 2002/06/11 14:36:30 seemant Exp $
+
+*icecc-0.5 (11 Jun 2002)
+
+ 11 Jun 2002; Seemant Kulleen <seemant@gentoo.org> icecc-0.5.ebuild
+ ChangeLog files/digest-icecc-0.5 :
+
+ New package contributed by: Jeepster@gmx.co.uk in bug #2342
diff --git a/x11-misc/icecc/files/digest-icecc-0.5 b/x11-misc/icecc/files/digest-icecc-0.5
new file mode 100644
index 000000000000..f6699a927c6a
--- /dev/null
+++ b/x11-misc/icecc/files/digest-icecc-0.5
@@ -0,0 +1 @@
+MD5 6d9e2c9e1f097952405abc8f579e5074 icecc-0.5.tar.bz2 302055
diff --git a/x11-misc/icecc/icecc-0.5.ebuild b/x11-misc/icecc/icecc-0.5.ebuild
new file mode 100644
index 000000000000..30f39d2fef21
--- /dev/null
+++ b/x11-misc/icecc/icecc-0.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-0.5.ebuild,v 1.1 2002/06/11 14:36:30 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="IceWM Control-Center."
+SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2"
+HOMEPAGE="http://www.selena.kherson.ua/xvadim"
+
+DEPEND="virtual/x11
+ x11-libs/qt"
+
+RDEPEND="x11-wm/icewm"
+
+SLOT="0"
+LICENSE="GPL-2"
+
+src_compile () {
+ econf \
+ --with-qt-dir=${QTDIR} || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+
+ dohtml icecc/docs/en/*.{html,sgml}
+ dodoc AUTHORS COPYING README TODO
+}