diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-13 07:51:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-13 07:51:07 +0000 |
commit | 446188a5846754f5ac24cc93bc72a621338df23c (patch) | |
tree | 32ad9b521aa7e202e389552694a37079c830bf0e /sci-calculators/pcalc | |
parent | fix DESCRIPTION (bug #296699) (diff) | |
download | historical-446188a5846754f5ac24cc93bc72a621338df23c.tar.gz historical-446188a5846754f5ac24cc93bc72a621338df23c.tar.bz2 historical-446188a5846754f5ac24cc93bc72a621338df23c.zip |
old
Diffstat (limited to 'sci-calculators/pcalc')
-rw-r--r-- | sci-calculators/pcalc/pcalc-1.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
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 -} |