diff options
author | Dominik Stadler <centic@gentoo.org> | 2005-08-19 17:58:12 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2005-08-19 17:58:12 +0000 |
commit | 0c83376f974a282c7615f2a94801dffbbd4af78f (patch) | |
tree | 6c7a63e44b7caf197271eef30a667572850a7970 /sci-calculators | |
parent | punt --enable-version-specific-runtime-libs option #100679 (diff) | |
download | historical-0c83376f974a282c7615f2a94801dffbbd4af78f.tar.gz historical-0c83376f974a282c7615f2a94801dffbbd4af78f.tar.bz2 historical-0c83376f974a282c7615f2a94801dffbbd4af78f.zip |
Add new Version 0.90
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/abakus/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/abakus/Manifest | 12 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.90.ebuild | 42 | ||||
-rw-r--r-- | sci-calculators/abakus/files/digest-abakus-0.90 | 1 |
4 files changed, 56 insertions, 6 deletions
diff --git a/sci-calculators/abakus/ChangeLog b/sci-calculators/abakus/ChangeLog index d3081a0b2a3e..a79b584e1a02 100644 --- a/sci-calculators/abakus/ChangeLog +++ b/sci-calculators/abakus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/abakus # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.1 2005/06/18 08:07:15 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.2 2005/08/19 17:58:12 centic Exp $ + +*abakus-0.90 (19 Aug 2005) + + 19 Aug 2005; Dominik Stadler <centic@gentoo.org> +abakus-0.90.ebuild: + Add new version 0.90 *abakus-0.80.2 (18 Jun 2005) diff --git a/sci-calculators/abakus/Manifest b/sci-calculators/abakus/Manifest index 7e654b4189ee..faa5690dad25 100644 --- a/sci-calculators/abakus/Manifest +++ b/sci-calculators/abakus/Manifest @@ -3,12 +3,14 @@ Hash: SHA1 MD5 672e3b2154ba8f41aaaca486aa315094 abakus-0.80.2.ebuild 855 MD5 bc5757868e9f06d6048259da3a5918aa metadata.xml 157 -MD5 dfd365acc367a483e77ec01230b2ac57 ChangeLog 367 +MD5 baca92d0be71c0907cb07e5d53a8f1ff ChangeLog 491 +MD5 e2bea20f4d57935530cf8b53a26fd8fd abakus-0.90.ebuild 1199 MD5 522ef706efe03be9cbc3e73d000bc7c2 files/digest-abakus-0.80.2 66 +MD5 914f518b2e58d9185a0e70d8911bbdc5 files/digest-abakus-0.90 70 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCs9ZM7IRIh26aCTkRAutIAJ0WA2NzolXGHzVJKA7Oe2XOnGIyxACfeFox -1BiHNiNH+g0lFID4ZBF2knk= -=unOd +iD8DBQFDBh407IRIh26aCTkRAkZsAJ47vTdXlGLGTNtFJWqLs5ybGVpcIwCdED7z +dIP21evTIMdysWgKK9nkV+Y= +=BR5L -----END PGP SIGNATURE----- diff --git a/sci-calculators/abakus/abakus-0.90.ebuild b/sci-calculators/abakus/abakus-0.90.ebuild new file mode 100644 index 000000000000..bf3b08e34e30 --- /dev/null +++ b/sci-calculators/abakus/abakus-0.90.ebuild @@ -0,0 +1,42 @@ +# 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.90.ebuild,v 1.1 2005/08/19 17:58:12 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" +SRC_URI="http://www.kde-apps.org/content/files/16751-abakus-0.90.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +# leave gmp out for now, does not work for me +IUSE="debug" # gmp + +DEPEND=">=dev-util/scons-0.96.1" +# gmp? ( >=dev-libs/gmp-4.1 )" +#RDEPEND="" + +need-kde 3.3 + +src_compile() { + local myconf="kdeincludes=$(kde-config --prefix)/include prefix=/usr" + use amd64 && myconf="${myconf} libsuffix=64" + use debug && myconf="${myconf} debug=full" + +# use gmp && myconf="${myconf} mpfr=yes" +# use gmp || myconf="${myconf} mpfr=no" + + einfo "Calling configure with: ${myconf}" + + scons configure ${myconf} || die "configure failed" + scons ${MAKEOPTS} || die "scons failed" +} + +src_install() { + DESTDIR="${D}/usr" scons install + dodoc AUTHORS COPYING README +} + diff --git a/sci-calculators/abakus/files/digest-abakus-0.90 b/sci-calculators/abakus/files/digest-abakus-0.90 new file mode 100644 index 000000000000..2ea80284606d --- /dev/null +++ b/sci-calculators/abakus/files/digest-abakus-0.90 @@ -0,0 +1 @@ +MD5 7b86a467de78108840a8c37277a12f0e 16751-abakus-0.90.tar.bz2 375037 |