summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2003-11-07 01:04:32 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2003-11-07 01:04:32 +0000
commit3c73cb5d7ba627abe2752b82f8d49ab739ac9000 (patch)
treeb23ed0ef7e9ad8572cc0c9a3b1151c367f76bf62 /app-sci/galculator
parentInitial import. Closes bug #25956 (diff)
downloadgentoo-2-3c73cb5d7ba627abe2752b82f8d49ab739ac9000.tar.gz
gentoo-2-3c73cb5d7ba627abe2752b82f8d49ab739ac9000.tar.bz2
gentoo-2-3c73cb5d7ba627abe2752b82f8d49ab739ac9000.zip
Initial import. Closes bug #25956
Diffstat (limited to 'app-sci/galculator')
-rw-r--r--app-sci/galculator/ChangeLog9
-rw-r--r--app-sci/galculator/Manifest4
-rw-r--r--app-sci/galculator/files/digest-galculator-1.1.31
-rw-r--r--app-sci/galculator/galculator-1.1.3.ebuild30
-rw-r--r--app-sci/galculator/metadata.xml5
5 files changed, 47 insertions, 2 deletions
diff --git a/app-sci/galculator/ChangeLog b/app-sci/galculator/ChangeLog
new file mode 100644
index 000000000000..446fb255b35e
--- /dev/null
+++ b/app-sci/galculator/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-sci/galculator
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/galculator/ChangeLog,v 1.1 2003/11/07 01:04:19 leonardop Exp $
+
+*galculator-1.1.3 (06 Nov 2003)
+
+ 06 Nov 2003; L. Boshell <leonardop@gentoo.org> galculator-1.1.3.ebuild :
+ Initial import. Thanks to Dev and Eric Harney for their contributions on
+ bug #25956.
diff --git a/app-sci/galculator/Manifest b/app-sci/galculator/Manifest
index c6d683c905a3..3c4463efa829 100644
--- a/app-sci/galculator/Manifest
+++ b/app-sci/galculator/Manifest
@@ -1,4 +1,4 @@
-MD5 c3f25ff395bf0045139bd82be8a02a67 ChangeLog 352
+MD5 0cbdb062f0f3ea56665dc543eb3d1c1a ChangeLog 418
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 a4607f121ec00ebed88bf73311585b14 galculator-1.1.3.ebuild 529
+MD5 a9e71731c88f0bf1e5b3fde4d594a48d galculator-1.1.3.ebuild 691
MD5 09a00b36369b5bb4151471a2752c5ccd files/digest-galculator-1.1.3 69
diff --git a/app-sci/galculator/files/digest-galculator-1.1.3 b/app-sci/galculator/files/digest-galculator-1.1.3
new file mode 100644
index 000000000000..a06a63f8c150
--- /dev/null
+++ b/app-sci/galculator/files/digest-galculator-1.1.3
@@ -0,0 +1 @@
+MD5 4fded689a79b21015bf8d762916c0330 galculator-1.1.3.tar.bz2 170002
diff --git a/app-sci/galculator/galculator-1.1.3.ebuild b/app-sci/galculator/galculator-1.1.3.ebuild
new file mode 100644
index 000000000000..b4efefbef6ba
--- /dev/null
+++ b/app-sci/galculator/galculator-1.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/galculator/galculator-1.1.3.ebuild,v 1.1 2003/11/07 01:04:19 leonardop Exp $
+
+DESCRIPTION="A GTK2 based algebraic and RPN calculator"
+HOMEPAGE="http://galculator.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-1.3.13
+ >=gnome-base/libglade-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+
+ dodoc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS TODO
+}
+
diff --git a/app-sci/galculator/metadata.xml b/app-sci/galculator/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/app-sci/galculator/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>gnome</herd>
+</pkgmetadata>