summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-01-03 03:39:16 +0000
committerSteve Dibb <beandog@gentoo.org>2007-01-03 03:39:16 +0000
commit63eed200e74a6a661c8fd417f51c01e1b8faf94d (patch)
tree5633af5b99ed4c73785c4cb59f934ee2fd22c019 /sci-calculators
parentamd64 stable, bug 156217 (diff)
downloadgentoo-2-63eed200e74a6a661c8fd417f51c01e1b8faf94d.tar.gz
gentoo-2-63eed200e74a6a661c8fd417f51c01e1b8faf94d.tar.bz2
gentoo-2-63eed200e74a6a661c8fd417f51c01e1b8faf94d.zip
amd64 stable, bug 132907
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/galculator/ChangeLog7
-rw-r--r--sci-calculators/galculator/files/digest-galculator-1.2.52
-rw-r--r--sci-calculators/galculator/galculator-1.2.5.2.ebuild11
3 files changed, 10 insertions, 10 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog
index 9d8678543926..836ad30683a5 100644
--- a/sci-calculators/galculator/ChangeLog
+++ b/sci-calculators/galculator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/galculator
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.11 2006/11/17 07:49:21 opfer Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.12 2007/01/03 03:39:16 beandog Exp $
+
+ 03 Jan 2007; Steve Dibb <beandog@gentoo.org> galculator-1.2.5.2.ebuild:
+ amd64 stable, bug 132907
17 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
galculator-1.2.5.2.ebuild:
diff --git a/sci-calculators/galculator/files/digest-galculator-1.2.5 b/sci-calculators/galculator/files/digest-galculator-1.2.5
index b4239ee478fd..f7962ab8daa7 100644
--- a/sci-calculators/galculator/files/digest-galculator-1.2.5
+++ b/sci-calculators/galculator/files/digest-galculator-1.2.5
@@ -1 +1,3 @@
MD5 0f58963a7fd99c7aa7cb9900d4645f59 galculator-1.2.5.tar.bz2 226131
+RMD160 70f7cc8a989bcf0321f7d6e0e5303c547a005c51 galculator-1.2.5.tar.bz2 226131
+SHA256 7e4bf6a6e98f7a86601d2467c76ec0e867541c8cb545fefc1f893df6d3f7c08c galculator-1.2.5.tar.bz2 226131
diff --git a/sci-calculators/galculator/galculator-1.2.5.2.ebuild b/sci-calculators/galculator/galculator-1.2.5.2.ebuild
index e93d39981881..5a07d9bdcf56 100644
--- a/sci-calculators/galculator/galculator-1.2.5.2.ebuild
+++ b/sci-calculators/galculator/galculator-1.2.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.5.2.ebuild,v 1.3 2006/11/17 07:49:21 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.5.2.ebuild,v 1.4 2007/01/03 03:39:16 beandog Exp $
DESCRIPTION="A GTK2 based algebraic and RPN calculator"
HOMEPAGE="http://galculator.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-1.3.13
@@ -17,11 +17,6 @@ RDEPEND=">=x11-libs/gtk+-1.3.13
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die