summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-12-30 23:28:42 +0000
committerMike Frysinger <vapier@gentoo.org>2014-12-30 23:28:42 +0000
commitf63503f557d08aa52be153ef243f5f54d6ddeeb4 (patch)
tree5cabeffbfe3c71a87010e7076c2284d3bd96fa85 /sci-calculators/pcalc
parentStabilize for all. (diff)
downloadgentoo-2-f63503f557d08aa52be153ef243f5f54d6ddeeb4.tar.gz
gentoo-2-f63503f557d08aa52be153ef243f5f54d6ddeeb4.tar.bz2
gentoo-2-f63503f557d08aa52be153ef243f5f54d6ddeeb4.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sci-calculators/pcalc')
-rw-r--r--sci-calculators/pcalc/ChangeLog7
-rw-r--r--sci-calculators/pcalc/pcalc-3.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/sci-calculators/pcalc/ChangeLog b/sci-calculators/pcalc/ChangeLog
index 0b117644ea35..72afd65151e8 100644
--- a/sci-calculators/pcalc/ChangeLog
+++ b/sci-calculators/pcalc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-calculators/pcalc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v 1.27 2014/12/30 23:28:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v 1.28 2014/12/30 23:28:42 vapier Exp $
+
+*pcalc-3 (30 Dec 2014)
+
+ 30 Dec 2014; Mike Frysinger <vapier@gentoo.org> +pcalc-3.ebuild:
+ Version bump.
30 Dec 2014; Mike Frysinger <vapier@gentoo.org> pcalc-2.ebuild:
Stabilize for all.
diff --git a/sci-calculators/pcalc/pcalc-3.ebuild b/sci-calculators/pcalc/pcalc-3.ebuild
new file mode 100644
index 000000000000..81993865d063
--- /dev/null
+++ b/sci-calculators/pcalc/pcalc-3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-3.ebuild,v 1.1 2014/12/30 23:28:42 vapier Exp $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+DESCRIPTION="the programmers calculator"
+HOMEPAGE="http://pcalc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="sys-devel/flex"
+RDEPEND=""
+
+src_prepare() {
+ sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile || die
+}
+
+src_configure() {
+ tc-export CC
+}