From 10e3e8b4ae50741fe1c5240412ef2ed9b07ac4df Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Dec 2009 07:51:07 +0000 Subject: old --- sci-calculators/pcalc/pcalc-1.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 sci-calculators/pcalc/pcalc-1.1.ebuild (limited to 'sci-calculators/pcalc') diff --git a/sci-calculators/pcalc/pcalc-1.1.ebuild b/sci-calculators/pcalc/pcalc-1.1.ebuild deleted file mode 100644 index 57f71ae6d87c..000000000000 --- a/sci-calculators/pcalc/pcalc-1.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.1.ebuild,v 1.10 2008/05/11 00:15:58 solar Exp $ - -inherit eutils - -DESCRIPTION="the programmers calculator" -HOMEPAGE="http://pcalc.sourceforge.net/" -SRC_URI="mirror://sourceforge/pcalc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - emake install DESTDIR="${D}" || die "dobin pcalc" - dodoc AUTHORS ChangeLog EXAMPLE README -} -- cgit v1.2.3-65-gdbad