summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2005-06-18 08:07:15 +0000
committerDominik Stadler <centic@gentoo.org>2005-06-18 08:07:15 +0000
commitd7e75d29f760c11a61cd8fe5ba74629a9781a45b (patch)
treebe01c3f786d621b277ec7555df183766186251c8 /sci-calculators
parentVersion bump adding keyscrub use-flag thanks to Alon Bar-Lev <alon@xor-t.com>... (diff)
downloadgentoo-2-d7e75d29f760c11a61cd8fe5ba74629a9781a45b.tar.gz
gentoo-2-d7e75d29f760c11a61cd8fe5ba74629a9781a45b.tar.bz2
gentoo-2-d7e75d29f760c11a61cd8fe5ba74629a9781a45b.zip
New ebuild, see Bug 96110
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/abakus/ChangeLog10
-rw-r--r--sci-calculators/abakus/Manifest3
-rw-r--r--sci-calculators/abakus/abakus-0.80.2.ebuild31
-rw-r--r--sci-calculators/abakus/files/digest-abakus-0.80.21
-rw-r--r--sci-calculators/abakus/metadata.xml5
5 files changed, 50 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..6fc5d0680371
--- /dev/null
+++ b/sci-calculators/abakus/Manifest
@@ -0,0 +1,3 @@
+MD5 96958e211a710c7b1166ed9f602e309e abakus-0.80.2.ebuild 750
+MD5 bc5757868e9f06d6048259da3a5918aa metadata.xml 157
+MD5 522ef706efe03be9cbc3e73d000bc7c2 files/digest-abakus-0.80.2 66
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>