summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-03-17 09:40:44 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-03-17 09:40:44 +0000
commit556db45a17e6d24d896070be6fcee3c073b06416 (patch)
tree9d853764b9df07fb681a84e889983136dd9e0cd1 /x11-misc/iceked
parentnew package (diff)
downloadgentoo-2-556db45a17e6d24d896070be6fcee3c073b06416.tar.gz
gentoo-2-556db45a17e6d24d896070be6fcee3c073b06416.tar.bz2
gentoo-2-556db45a17e6d24d896070be6fcee3c073b06416.zip
new package
Diffstat (limited to 'x11-misc/iceked')
-rw-r--r--x11-misc/iceked/ChangeLog9
-rw-r--r--x11-misc/iceked/files/digest-iceked-1.21
-rw-r--r--x11-misc/iceked/iceked-1.2.ebuild26
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-misc/iceked/ChangeLog b/x11-misc/iceked/ChangeLog
new file mode 100644
index 000000000000..92b4aaa6506d
--- /dev/null
+++ b/x11-misc/iceked/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-misc/iceked
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.1 2003/03/17 09:40:44 phosphan Exp $
+
+*iceked-1.2 (17 Mar 2003)
+
+ 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> : iceked-1.2
+ files/digest-iceked-1.2 ChangeLog
+ Initial import.
diff --git a/x11-misc/iceked/files/digest-iceked-1.2 b/x11-misc/iceked/files/digest-iceked-1.2
new file mode 100644
index 000000000000..0b3e2ede716c
--- /dev/null
+++ b/x11-misc/iceked/files/digest-iceked-1.2
@@ -0,0 +1 @@
+MD5 7fdc7fc21c076f0054b2f0e159af1831 iceked-1.2.tar.bz2 253593
diff --git a/x11-misc/iceked/iceked-1.2.ebuild b/x11-misc/iceked/iceked-1.2.ebuild
new file mode 100644
index 000000000000..5cce5b05b4a9
--- /dev/null
+++ b/x11-misc/iceked/iceked-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.2.ebuild,v 1.1 2003/03/17 09:40:44 phosphan Exp $
+
+DESCRIPTION="IceWM keys editor"
+SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
+HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=qt-3.0.0"
+
+SLOT="0"
+
+src_compile () {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml ${PN}/docs/en/*.{html,sgml}
+ dodoc AUTHORS ChangeLog README TODO
+}