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/icets | |
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/icets')
-rw-r--r-- | x11-misc/icets/files/digest-icets-1.0 | 1 | ||||
-rw-r--r-- | x11-misc/icets/icets-1.0.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/icets/files/digest-icets-1.0 b/x11-misc/icets/files/digest-icets-1.0 deleted file mode 100644 index 0f46a3767c1e..000000000000 --- a/x11-misc/icets/files/digest-icets-1.0 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 5a3c00247824..000000000000 --- a/x11-misc/icets/icets-1.0.ebuild +++ /dev/null @@ -1,37 +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/icets/icets-1.0.ebuild,v 1.4 2003/09/05 23:18:18 msterret 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" - -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 -} |