summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:16:48 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:16:48 +0000
commitfd7042fbc5310ed250316d0b450032df58edad9a (patch)
tree9d4761556bf5fe9f4ab9885346b8ab04dc14175f /sci-calculators/hexcalc
parentadded ~ppc64 (Manifest recommit) (diff)
downloadgentoo-2-fd7042fbc5310ed250316d0b450032df58edad9a.tar.gz
gentoo-2-fd7042fbc5310ed250316d0b450032df58edad9a.tar.bz2
gentoo-2-fd7042fbc5310ed250316d0b450032df58edad9a.zip
Moving from "app-sci/hexcalc" to "sci-calculators"
Diffstat (limited to 'sci-calculators/hexcalc')
-rw-r--r--sci-calculators/hexcalc/ChangeLog15
-rw-r--r--sci-calculators/hexcalc/files/digest-hexcalc-1.111
-rw-r--r--sci-calculators/hexcalc/hexcalc-1.11.ebuild28
-rw-r--r--sci-calculators/hexcalc/metadata.xml5
4 files changed, 49 insertions, 0 deletions
diff --git a/sci-calculators/hexcalc/ChangeLog b/sci-calculators/hexcalc/ChangeLog
new file mode 100644
index 000000000000..3bd6cd890627
--- /dev/null
+++ b/sci-calculators/hexcalc/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for app-sci/hexcalc
+# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.1 2004/12/24 15:16:48 ribosome Exp $
+
+ 13 Dec 2004; Michael Hanselmann <hansmi@gentoo.org> hexcalc-1.11.ebuild:
+ Added to ~ppc. See bug #74229.
+
+ 08 Sep 2004; <blubb@gentoo.org> hexcalc-1.11.ebuild:
+ added ~amd64 keyword
+
+*hexcalc-1.11 (26 Jun 2003)
+
+ 26 Jun 2003; Jon Portnoy <avenj@gentoo.org> hexcalc-1.11.ebuild :
+ Initial import. Submitted in bug 20164 by Damjan
+ <damjan.bole@studioproteus.si> with a minor fix from Don Seiler.
diff --git a/sci-calculators/hexcalc/files/digest-hexcalc-1.11 b/sci-calculators/hexcalc/files/digest-hexcalc-1.11
new file mode 100644
index 000000000000..bbe71cb5cb2e
--- /dev/null
+++ b/sci-calculators/hexcalc/files/digest-hexcalc-1.11
@@ -0,0 +1 @@
+MD5 f9342ec1a1f5f1263f33b325e56f78a2 hexcalc.tar.Z 18033
diff --git a/sci-calculators/hexcalc/hexcalc-1.11.ebuild b/sci-calculators/hexcalc/hexcalc-1.11.ebuild
new file mode 100644
index 000000000000..9dc4fb502c88
--- /dev/null
+++ b/sci-calculators/hexcalc/hexcalc-1.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.1 2004/12/24 15:16:48 ribosome Exp $
+
+DESCRIPTION="A simple hex calculator for X"
+HOMEPAGE="ftp://ftp.x.org/R5contrib/"
+SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+S=${WORKDIR}/${PN}
+
+
+src_compile() {
+ xmkmf || die
+ make || die
+}
+
+src_install() {
+
+ dobin hexcalc
+ mv hexcalc.man hexcalc.1
+ doman hexcalc.1
+}
diff --git a/sci-calculators/hexcalc/metadata.xml b/sci-calculators/hexcalc/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/sci-calculators/hexcalc/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>