commit:     7019ea90bd0d417a4cab037ef4052b6b8fe14847
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 22:06:14 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 22:09:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7019ea90

sci-calculators/hexcalc: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 41 --------------------------
 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 5702a0f..00000000
--- 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 dfcd92c..b1603ed 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>[email protected]</email>
-       <name>Gentoo Science Project</name>
-</maintainer>
-<longdescription>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <longdescription>
   hexcalc is a mutli-radix calculator that offers the standard C
   integer operations.
 </longdescription>

Reply via email to