diff options
author | 2004-10-30 18:42:50 +0000 | |
---|---|---|
committer | 2004-10-30 18:42:50 +0000 | |
commit | 647f642f72ba379be56a18676414b965791a4bc1 (patch) | |
tree | 6b298692f3db83422c495a430fdf9be350875553 /x11-misc/komics/komics-1.2.ebuild | |
parent | inital import, ebuild contributed by Dan <dan@intuitivelyobvious.net> (diff) | |
download | historical-647f642f72ba379be56a18676414b965791a4bc1.tar.gz historical-647f642f72ba379be56a18676414b965791a4bc1.tar.bz2 historical-647f642f72ba379be56a18676414b965791a4bc1.zip |
Moving to kde-misc/komics
Diffstat (limited to 'x11-misc/komics/komics-1.2.ebuild')
-rw-r--r-- | x11-misc/komics/komics-1.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/komics/komics-1.2.ebuild b/x11-misc/komics/komics-1.2.ebuild deleted file mode 100644 index 4486bc01e0b5..000000000000 --- a/x11-misc/komics/komics-1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/komics/komics-1.2.ebuild,v 1.11 2004/09/05 11:03:43 aliz Exp $ - -inherit kde - -DESCRIPTION="Komics - a KDE panel applet for fetching comics strips from web." -HOMEPAGE="http://www.orson.it/~domine/komics/" -SRC_URI="http://www.orson.it/~domine/komics/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ppc" -IUSE="arts" - -S=${WORKDIR}/komics - -DEPEND="dev-perl/HTML-Parser - dev-perl/libwww-perl - dev-perl/URI - dev-perl/HTML-Tagset" -need-kde 3 - -src_unpack() { - kde_src_unpack - rm -rf ${S}/autom4te.cache -} - -src_compile() { - local myconf="`use_enable arts`" - kde_src_compile all -} |