diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-10 07:59:05 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-10 07:59:05 +0000 |
commit | 7131fbd74e863b495ce0431f146232a4e930c362 (patch) | |
tree | 052a17967e62a44da702b496dd468af25840948a /x11-misc/iceked | |
parent | New release (Manifest recommit) (diff) | |
download | gentoo-2-7131fbd74e863b495ce0431f146232a4e930c362.tar.gz gentoo-2-7131fbd74e863b495ce0431f146232a4e930c362.tar.bz2 gentoo-2-7131fbd74e863b495ce0431f146232a4e930c362.zip |
cleanup
Diffstat (limited to 'x11-misc/iceked')
-rw-r--r-- | x11-misc/iceked/files/digest-iceked-1.2 | 1 | ||||
-rw-r--r-- | x11-misc/iceked/iceked-1.2.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/iceked/files/digest-iceked-1.2 b/x11-misc/iceked/files/digest-iceked-1.2 deleted file mode 100644 index 0b3e2ede716c..000000000000 --- a/x11-misc/iceked/files/digest-iceked-1.2 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f50e8a88ddc2..000000000000 --- a/x11-misc/iceked/iceked-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.3 2003/05/19 14:18:29 phosphan Exp $ - -DESCRIPTION="IceWM keys editor" -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -HOMEPAGE="http://icecc.sourceforge.net/" -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 -} |