summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 14:56:10 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 14:56:10 +0000
commitcd5175a3a6973d467da4e90ea9bd3db13811a941 (patch)
treeb80ccb5e87378752be09932a607e9aedf53bff47 /sci-calculators/hcalc
parentMoving to sci-calculators/hcalc (diff)
downloadgentoo-2-cd5175a3a6973d467da4e90ea9bd3db13811a941.tar.gz
gentoo-2-cd5175a3a6973d467da4e90ea9bd3db13811a941.tar.bz2
gentoo-2-cd5175a3a6973d467da4e90ea9bd3db13811a941.zip
Moved from app-sci/hcalc to sci-calculators/hcalc.
Diffstat (limited to 'sci-calculators/hcalc')
-rw-r--r--sci-calculators/hcalc/ChangeLog23
-rw-r--r--sci-calculators/hcalc/Manifest4
-rw-r--r--sci-calculators/hcalc/files/digest-hcalc-1.01
-rw-r--r--sci-calculators/hcalc/hcalc-1.0.ebuild29
-rw-r--r--sci-calculators/hcalc/metadata.xml5
5 files changed, 62 insertions, 0 deletions
diff --git a/sci-calculators/hcalc/ChangeLog b/sci-calculators/hcalc/ChangeLog
new file mode 100644
index 000000000000..7cbe93ead299
--- /dev/null
+++ b/sci-calculators/hcalc/ChangeLog
@@ -0,0 +1,23 @@
+# ChangeLog for app-sci/hcalc
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/ChangeLog,v 1.1 2004/12/24 14:56:10 ribosome Exp $
+
+*hcalc-1.0 (24 Dec 2004)
+
+ 24 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+ +hcalc-1.0.ebuild:
+ Moved from app-sci/hcalc to sci-calculators/hcalc.
+
+ 08 Sep 2004; <blubb@gentoo.org> hcalc-1.0.ebuild:
+ added ~amd64 keyword
+
+*hcalc-1.0 (22 Jun 2004)
+
+ 22 Jun 2004; Olivier Fisette <ribosome@gentoo.org>; hcalc-1.0.ebuild
+ Removed superfluous RDEPEND="${DEPEND}"
+
+*hcalc-1.0 (16 Jul 2003)
+
+ 16 Jul 2003; Don Seiler <rizzo@gentoo.org>; hcalc-1.0.ebuild:
+ ebuild submitted by damjan.bole(at)studioproteus.si
+
diff --git a/sci-calculators/hcalc/Manifest b/sci-calculators/hcalc/Manifest
new file mode 100644
index 000000000000..34ecb5d46dfa
--- /dev/null
+++ b/sci-calculators/hcalc/Manifest
@@ -0,0 +1,4 @@
+MD5 5b6e3ed34967523c66938a0035925a0b ChangeLog 559
+MD5 ca6cdf3bbc55845553d081d5d982c3df hcalc-1.0.ebuild 676
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 daef77cdcc6f351416cb7db67c4e2471 files/digest-hcalc-1.0 55
diff --git a/sci-calculators/hcalc/files/digest-hcalc-1.0 b/sci-calculators/hcalc/files/digest-hcalc-1.0
new file mode 100644
index 000000000000..78e9f7ed0dd7
--- /dev/null
+++ b/sci-calculators/hcalc/files/digest-hcalc-1.0
@@ -0,0 +1 @@
+MD5 1dda36577dec15f97ff10800d45773b5 hcalc.tar.gz 5917
diff --git a/sci-calculators/hcalc/hcalc-1.0.ebuild b/sci-calculators/hcalc/hcalc-1.0.ebuild
new file mode 100644
index 000000000000..d4352152a3eb
--- /dev/null
+++ b/sci-calculators/hcalc/hcalc-1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/hcalc-1.0.ebuild,v 1.1 2004/12/24 14:56:10 ribosome Exp $
+
+DESCRIPTION="DJ's Hex Calculator"
+HOMEPAGE="http://www.delorie.com/store/hcalc/"
+SRC_URI="http://www.delorie.com/store/hcalc/${PN}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~amd64"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+S=${WORKDIR}
+
+src_compile() {
+ sed 's|'-lX11'|'"-lX11 -L/usr/X11R6/lib"'|' Makefile > Makefile_fixed
+ make -f Makefile_fixed || die
+}
+
+src_install() {
+ dobin hcalc
+}
+
+pkg_postinst() {
+ einfo "Enter hcalc to run and use kill or ctrl-c to exit."
+}
+
diff --git a/sci-calculators/hcalc/metadata.xml b/sci-calculators/hcalc/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/sci-calculators/hcalc/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>sci</herd>
+</pkgmetadata>