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
commit647f2a8c354486d774b399eeee4e47472f254c1a (patch)
tree118b0c1adcc5cb43c7b7fa732a46971a5b59b60c
parentChanging sleep to pause (bug #124322) (diff)
downloadhistorical-647f2a8c354486d774b399eeee4e47472f254c1a.tar.gz
historical-647f2a8c354486d774b399eeee4e47472f254c1a.tar.bz2
historical-647f2a8c354486d774b399eeee4e47472f254c1a.zip
old
-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
-}