diff options
author | Dominik Stadler <centic@gentoo.org> | 2005-06-18 08:07:15 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2005-06-18 08:07:15 +0000 |
commit | d9f39f24c93154ae36e856385ecd94383cd725da (patch) | |
tree | f5ef3cf79ea5892f9511f58434a56744664527db /sci-calculators/abakus | |
parent | Version bump adding keyscrub use-flag thanks to Alon Bar-Lev <alon@xor-t.com>... (diff) | |
download | historical-d9f39f24c93154ae36e856385ecd94383cd725da.tar.gz historical-d9f39f24c93154ae36e856385ecd94383cd725da.tar.bz2 historical-d9f39f24c93154ae36e856385ecd94383cd725da.zip |
New ebuild, see Bug 96110
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sci-calculators/abakus')
-rw-r--r-- | sci-calculators/abakus/ChangeLog | 10 | ||||
-rw-r--r-- | sci-calculators/abakus/Manifest | 14 | ||||
-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 | ||||
-rw-r--r-- | sci-calculators/abakus/metadata.xml | 5 |
5 files changed, 61 insertions, 0 deletions
diff --git a/sci-calculators/abakus/ChangeLog b/sci-calculators/abakus/ChangeLog new file mode 100644 index 000000000000..d3081a0b2a3e --- /dev/null +++ b/sci-calculators/abakus/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*abakus-0.80.2 (18 Jun 2005) + + 18 Jun 2005; Dominik Stadler <centic@gentoo.org> +metadata.xml, + +abakus-0.80.2.ebuild: + New ebuild, see Bug 96110 + diff --git a/sci-calculators/abakus/Manifest b/sci-calculators/abakus/Manifest new file mode 100644 index 000000000000..7e654b4189ee --- /dev/null +++ b/sci-calculators/abakus/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 672e3b2154ba8f41aaaca486aa315094 abakus-0.80.2.ebuild 855 +MD5 bc5757868e9f06d6048259da3a5918aa metadata.xml 157 +MD5 dfd365acc367a483e77ec01230b2ac57 ChangeLog 367 +MD5 522ef706efe03be9cbc3e73d000bc7c2 files/digest-abakus-0.80.2 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCs9ZM7IRIh26aCTkRAutIAJ0WA2NzolXGHzVJKA7Oe2XOnGIyxACfeFox +1BiHNiNH+g0lFID4ZBF2knk= +=unOd +-----END PGP SIGNATURE----- diff --git a/sci-calculators/abakus/abakus-0.80.2.ebuild b/sci-calculators/abakus/abakus-0.80.2.ebuild new file mode 100644 index 000000000000..06c0f9e7ca4c --- /dev/null +++ b/sci-calculators/abakus/abakus-0.80.2.ebuild @@ -0,0 +1,31 @@ +# 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 new file mode 100644 index 000000000000..1af382907858 --- /dev/null +++ b/sci-calculators/abakus/files/digest-abakus-0.80.2 @@ -0,0 +1 @@ +MD5 4edfdf6982eebea11c1c83292edd0dc7 abakus-0.80.2.tar.bz2 130333 diff --git a/sci-calculators/abakus/metadata.xml b/sci-calculators/abakus/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/sci-calculators/abakus/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |