From cd5175a3a6973d467da4e90ea9bd3db13811a941 Mon Sep 17 00:00:00 2001 From: Olivier Fisette Date: Fri, 24 Dec 2004 14:56:10 +0000 Subject: Moved from app-sci/hcalc to sci-calculators/hcalc. --- sci-calculators/hcalc/ChangeLog | 23 ++++++++++++++++++++++ sci-calculators/hcalc/Manifest | 4 ++++ sci-calculators/hcalc/files/digest-hcalc-1.0 | 1 + sci-calculators/hcalc/hcalc-1.0.ebuild | 29 ++++++++++++++++++++++++++++ sci-calculators/hcalc/metadata.xml | 5 +++++ 5 files changed, 62 insertions(+) create mode 100644 sci-calculators/hcalc/ChangeLog create mode 100644 sci-calculators/hcalc/Manifest create mode 100644 sci-calculators/hcalc/files/digest-hcalc-1.0 create mode 100644 sci-calculators/hcalc/hcalc-1.0.ebuild create mode 100644 sci-calculators/hcalc/metadata.xml 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 +metadata.xml, + +hcalc-1.0.ebuild: + Moved from app-sci/hcalc to sci-calculators/hcalc. + + 08 Sep 2004; hcalc-1.0.ebuild: + added ~amd64 keyword + +*hcalc-1.0 (22 Jun 2004) + + 22 Jun 2004; Olivier Fisette ; hcalc-1.0.ebuild + Removed superfluous RDEPEND="${DEPEND}" + +*hcalc-1.0 (16 Jul 2003) + + 16 Jul 2003; Don Seiler ; 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 @@ + + + +sci + -- cgit v1.2.3-65-gdbad