From 7019ea90bd0d417a4cab037ef4052b6b8fe14847 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 2 Jan 2017 22:06:14 +0000 Subject: sci-calculators/hexcalc: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 41 -------------------------- sci-calculators/hexcalc/metadata.xml | 10 +++---- 2 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild (limited to 'sci-calculators') diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild deleted file mode 100644 index 5702a0f062b..00000000000 --- a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild +++ /dev/null @@ -1,41 +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="A simple hex calculator for X" -HOMEPAGE="ftp://ftp.x.org/R5contrib/" -SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND} - x11-misc/imake - app-text/rman" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-* -} - -src_compile() { - xmkmf || die - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - CCLINK="$(tc-getCC)" \ - LDOPTIONS="${LDFLAGS}" -} - -src_install() { - dobin ${PN} - newman ${PN}.{man,1} -} diff --git a/sci-calculators/hexcalc/metadata.xml b/sci-calculators/hexcalc/metadata.xml index dfcd92cf522..b1603edfbf9 100644 --- a/sci-calculators/hexcalc/metadata.xml +++ b/sci-calculators/hexcalc/metadata.xml @@ -1,11 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - - + + sci@gentoo.org + Gentoo Science Project + + hexcalc is a mutli-radix calculator that offers the standard C integer operations. -- cgit v1.2.1