summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-01 23:22:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-01 23:22:52 +0000
commit8030f5c40dc76360f64299c0a703c088bfed6999 (patch)
tree52f56d074a494c929016892cb53d855ac3edc1d0 /sci-calculators/pcalc
parentChanging sleep to pause (bug #124322) (diff)
downloadgentoo-2-8030f5c40dc76360f64299c0a703c088bfed6999.tar.gz
gentoo-2-8030f5c40dc76360f64299c0a703c088bfed6999.tar.bz2
gentoo-2-8030f5c40dc76360f64299c0a703c088bfed6999.zip
old
Diffstat (limited to 'sci-calculators/pcalc')
-rw-r--r--sci-calculators/pcalc/files/digest-pcalc-1.0.01
-rw-r--r--sci-calculators/pcalc/pcalc-1.0.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-calculators/pcalc/files/digest-pcalc-1.0.0 b/sci-calculators/pcalc/files/digest-pcalc-1.0.0
deleted file mode 100644
index 6e1788842d28..000000000000
--- a/sci-calculators/pcalc/files/digest-pcalc-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19ba589b61b7c302ca4570a6c75a4df1 pcalc-000.tar.gz 103437
diff --git a/sci-calculators/pcalc/pcalc-1.0.0.ebuild b/sci-calculators/pcalc/pcalc-1.0.0.ebuild
deleted file mode 100644
index 9cf13274464a..000000000000
--- a/sci-calculators/pcalc/pcalc-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.0.0.ebuild,v 1.1 2005/03/30 05:53:42 vapier Exp $
-
-DESCRIPTION="the programmers calculator"
-HOMEPAGE="http://ibiblio.org/pub/Linux/apps/math/calc/pcalc.lsm"
-SRC_URI="http://ibiblio.org/pub/Linux/apps/math/calc/pcalc-000.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-devel/flex"
-RDEPEND=""
-
-S=${WORKDIR}/${PN}-000
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -f pcalc
-}
-
-src_test() {
- make test || die "make test failed :("
-}
-
-src_install() {
- dobin pcalc || die "dobin pcalc"
- dodoc EXAMPLE README
-}