summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-07-07 15:22:53 +0000
committerJustin Lecher <jlec@gentoo.org>2012-07-07 15:22:53 +0000
commit9e129d91cf4d3ea9e0cbc8f6957ad78ca1ec9eb7 (patch)
treefe124ce69b9166cdcfdc8cb0c237e02789cd27df /sci-calculators
parentx86 stable (diff)
downloadgentoo-2-9e129d91cf4d3ea9e0cbc8f6957ad78ca1ec9eb7.tar.gz
gentoo-2-9e129d91cf4d3ea9e0cbc8f6957ad78ca1ec9eb7.tar.bz2
gentoo-2-9e129d91cf4d3ea9e0cbc8f6957ad78ca1ec9eb7.zip
sci-calculators/hcalc: Version BUmp including code from Theodore Kilgore, #424960
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/hcalc/ChangeLog7
-rw-r--r--sci-calculators/hcalc/hcalc-1.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/sci-calculators/hcalc/ChangeLog b/sci-calculators/hcalc/ChangeLog
index 3e1a1f2efac8..f286aa082dc2 100644
--- a/sci-calculators/hcalc/ChangeLog
+++ b/sci-calculators/hcalc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-calculators/hcalc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/ChangeLog,v 1.14 2012/03/01 20:52:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/ChangeLog,v 1.15 2012/07/07 15:22:53 jlec Exp $
+
+*hcalc-1.2 (07 Jul 2012)
+
+ 07 Jul 2012; Justin Lecher <jlec@gentoo.org> +hcalc-1.2.ebuild:
+ Version BUmp including code from Theodore Kilgore, #424960
01 Mar 2012; Justin Lecher <jlec@gentoo.org> -hcalc-1.0.ebuild, metadata.xml:
Dropped old
diff --git a/sci-calculators/hcalc/hcalc-1.2.ebuild b/sci-calculators/hcalc/hcalc-1.2.ebuild
new file mode 100644
index 000000000000..4fcca4da57d8
--- /dev/null
+++ b/sci-calculators/hcalc/hcalc-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/hcalc-1.2.ebuild,v 1.1 2012/07/07 15:22:53 jlec Exp $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="DJ's Hex Calculator"
+HOMEPAGE="http://www.delorie.com/store/hcalc/ https://github.com/jlec/hcalc"
+SRC_URI="mirror://github/jlec/hcalc/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+ einfo "Enter hcalc to run and use kill or ctrl-c to exit."
+}