diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-01-02 22:06:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-01-02 22:09:10 +0000 |
commit | 7019ea90bd0d417a4cab037ef4052b6b8fe14847 (patch) | |
tree | 2c996bd2a91f4bf8f5cf5cdf382ea693a88882de /sci-calculators/hexcalc | |
parent | sci-calculators/hcalc: Drop old (diff) | |
download | gentoo-7019ea90bd0d417a4cab037ef4052b6b8fe14847.tar.gz gentoo-7019ea90bd0d417a4cab037ef4052b6b8fe14847.tar.bz2 gentoo-7019ea90bd0d417a4cab037ef4052b6b8fe14847.zip |
sci-calculators/hexcalc: 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/hexcalc')
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 41 | ||||
-rw-r--r-- | sci-calculators/hexcalc/metadata.xml | 10 |
2 files changed, 5 insertions, 46 deletions
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 5702a0f062bb..000000000000 --- 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 dfcd92cf5223..b1603edfbf93 100644 --- a/sci-calculators/hexcalc/metadata.xml +++ b/sci-calculators/hexcalc/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> -</maintainer> -<longdescription> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription> hexcalc is a mutli-radix calculator that offers the standard C integer operations. </longdescription> |