summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2008-01-22 00:47:44 +0000
committerSteve Dibb <beandog@gentoo.org>2008-01-22 00:47:44 +0000
commit4e8502a90ada1f6ed7286aeda80dc9dac581057b (patch)
tree974f685f844dce0588f44c0685ef857ab89b7d8d /sci-calculators/wcalc
parentKDE 4 mask shouldn't affect live ebuilds in overlays. (diff)
downloadgentoo-2-4e8502a90ada1f6ed7286aeda80dc9dac581057b.tar.gz
gentoo-2-4e8502a90ada1f6ed7286aeda80dc9dac581057b.tar.bz2
gentoo-2-4e8502a90ada1f6ed7286aeda80dc9dac581057b.zip
amd64 stable
(Portage version: 2.1.4)
Diffstat (limited to 'sci-calculators/wcalc')
-rw-r--r--sci-calculators/wcalc/ChangeLog7
-rw-r--r--sci-calculators/wcalc/wcalc-2.2.1.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-calculators/wcalc/ChangeLog b/sci-calculators/wcalc/ChangeLog
index 912a53355c2a..ae84c5317abf 100644
--- a/sci-calculators/wcalc/ChangeLog
+++ b/sci-calculators/wcalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/wcalc
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.5 2007/02/04 16:22:10 nixnut Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.6 2008/01/22 00:47:44 beandog Exp $
+
+ 22 Jan 2008; Steve Dibb <beandog@gentoo.org> wcalc-2.2.1.ebuild:
+ amd64 stable
04 Feb 2007; nixnut <nixnut@gentoo.org> wcalc-2.2.1.ebuild:
Added ~ppc wrt bug 163538
diff --git a/sci-calculators/wcalc/wcalc-2.2.1.ebuild b/sci-calculators/wcalc/wcalc-2.2.1.ebuild
index 7ad250498ba7..4a711d638285 100644
--- a/sci-calculators/wcalc/wcalc-2.2.1.ebuild
+++ b/sci-calculators/wcalc/wcalc-2.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.2 2007/02/04 16:22:10 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.3 2008/01/22 00:47:44 beandog Exp $
DESCRIPTION="A flexible command-line scientific calculator"
HOMEPAGE="http://w-calc.sourceforge.net"
@@ -8,12 +8,12 @@ SRC_URI="mirror://sourceforge/w-calc/Wcalc-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="amd64 ~ppc ~ppc-macos ~x86"
IUSE="readline"
DEPEND="readline? ( >=sys-libs/readline-4.3-r4 )
- >=dev-libs/mpfr-2.1
- dev-libs/gmp"
+ >=dev-libs/mpfr-2.1
+ dev-libs/gmp"
S="${WORKDIR}"/Wcalc-${PV}
@@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
# Wcalc icons