diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-11 09:53:48 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-11 09:53:48 +0000 |
commit | 8dab6bd8880a125c9059ba800e497384de60e3ae (patch) | |
tree | 2406522a967724ef613a81ad25dd1fea21656669 /sci-calculators | |
parent | Fix ChangeLog. (diff) | |
download | gentoo-2-8dab6bd8880a125c9059ba800e497384de60e3ae.tar.gz gentoo-2-8dab6bd8880a125c9059ba800e497384de60e3ae.tar.bz2 gentoo-2-8dab6bd8880a125c9059ba800e497384de60e3ae.zip |
Remove old ebuild.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/abakus/abakus-0.80.2.ebuild | 31 | ||||
-rw-r--r-- | sci-calculators/abakus/files/digest-abakus-0.80.2 | 1 |
2 files changed, 0 insertions, 32 deletions
diff --git a/sci-calculators/abakus/abakus-0.80.2.ebuild b/sci-calculators/abakus/abakus-0.80.2.ebuild deleted file mode 100644 index 06c0f9e7ca4c..000000000000 --- a/sci-calculators/abakus/abakus-0.80.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.80.2.ebuild,v 1.1 2005/06/18 08:07:15 centic Exp $ - -inherit kde - -DESCRIPTION="Abakus is a simple calculator for kde, similar to bc with a nice gui." -HOMEPAGE="http://grammarian.homelinux.net/abakus/" -SRC_URI="http://grammarian.homelinux.net/abakus/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-util/scons-0.96.1" -#RDEPEND="" - -need-kde 3.3 - -src_compile() { - local myconf="kdeincludes=$(kde-config --prefix)/include prefix=/usr" - use amd64 && myconf="${myconf} libsuffix=64" - scons configure ${myconf} || die "configure failed" - scons ${MAKEOPTS} || die "scons failed" -} - -src_install() { - DESTDIR="${D}" scons install - dodoc AUTHORS COPYING README -} diff --git a/sci-calculators/abakus/files/digest-abakus-0.80.2 b/sci-calculators/abakus/files/digest-abakus-0.80.2 deleted file mode 100644 index 1af382907858..000000000000 --- a/sci-calculators/abakus/files/digest-abakus-0.80.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4edfdf6982eebea11c1c83292edd0dc7 abakus-0.80.2.tar.bz2 130333 |