summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-02 22:05:56 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-02 22:09:09 +0000
commit787abf1ee13ef54d05f3cde84b07036967802d93 (patch)
treeae31cbcacab77536fd1b5b88323dfb6d41b8f784 /sci-calculators/hcalc/hcalc-1.0-r1.ebuild
parentdev-python/bokeh: Drop old (diff)
downloadgentoo-787abf1ee13ef54d05f3cde84b07036967802d93.tar.gz
gentoo-787abf1ee13ef54d05f3cde84b07036967802d93.tar.bz2
gentoo-787abf1ee13ef54d05f3cde84b07036967802d93.zip
sci-calculators/hcalc: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-calculators/hcalc/hcalc-1.0-r1.ebuild')
-rw-r--r--sci-calculators/hcalc/hcalc-1.0-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/sci-calculators/hcalc/hcalc-1.0-r1.ebuild b/sci-calculators/hcalc/hcalc-1.0-r1.ebuild
deleted file mode 100644
index a920e559fc90..000000000000
--- a/sci-calculators/hcalc/hcalc-1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-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="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-gentoo.patch
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
-}
-
-pkg_postinst() {
- einfo "Enter hcalc to run and use kill or ctrl-c to exit."
-}