diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 14:56:10 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 14:56:10 +0000 |
commit | 59bce789c4875fb3b68e367a8c666f0b449b2c95 (patch) | |
tree | bc1636f0dd676d9a5b04385a7f860803ee7cae46 /sci-calculators | |
parent | Moving to sci-calculators/hcalc (diff) | |
download | historical-59bce789c4875fb3b68e367a8c666f0b449b2c95.tar.gz historical-59bce789c4875fb3b68e367a8c666f0b449b2c95.tar.bz2 historical-59bce789c4875fb3b68e367a8c666f0b449b2c95.zip |
Moved from app-sci/hcalc to sci-calculators/hcalc.
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/hcalc/ChangeLog | 23 | ||||
-rw-r--r-- | sci-calculators/hcalc/Manifest | 4 | ||||
-rw-r--r-- | sci-calculators/hcalc/files/digest-hcalc-1.0 | 1 | ||||
-rw-r--r-- | sci-calculators/hcalc/hcalc-1.0.ebuild | 29 | ||||
-rw-r--r-- | sci-calculators/hcalc/metadata.xml | 5 |
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> |