Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/hexcalc/
Date: Mon, 02 Jan 2017 22:09:28
Message-Id: 1483394950.7019ea90bd0d417a4cab037ef4052b6b8fe14847.jlec@gentoo
1 commit: 7019ea90bd0d417a4cab037ef4052b6b8fe14847
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 22:06:14 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:09:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7019ea90
7
8 sci-calculators/hexcalc: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 41 --------------------------
14 sci-calculators/hexcalc/metadata.xml | 10 +++----
15 2 files changed, 5 insertions(+), 46 deletions(-)
16
17 diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild
18 deleted file mode 100644
19 index 5702a0f..00000000
20 --- a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild
21 +++ /dev/null
22 @@ -1,41 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=4
28 -
29 -inherit eutils toolchain-funcs
30 -
31 -DESCRIPTION="A simple hex calculator for X"
32 -HOMEPAGE="ftp://ftp.x.org/R5contrib/"
33 -SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39 -
40 -RDEPEND="x11-libs/libXaw"
41 -DEPEND="${RDEPEND}
42 - x11-misc/imake
43 - app-text/rman"
44 -
45 -S=${WORKDIR}/${PN}
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}"/${PN}-*
49 -}
50 -
51 -src_compile() {
52 - xmkmf || die
53 - emake \
54 - CC="$(tc-getCC)" \
55 - CFLAGS="${CFLAGS}" \
56 - CCLINK="$(tc-getCC)" \
57 - LDOPTIONS="${LDFLAGS}"
58 -}
59 -
60 -src_install() {
61 - dobin ${PN}
62 - newman ${PN}.{man,1}
63 -}
64
65 diff --git a/sci-calculators/hexcalc/metadata.xml b/sci-calculators/hexcalc/metadata.xml
66 index dfcd92c..b1603ed 100644
67 --- a/sci-calculators/hexcalc/metadata.xml
68 +++ b/sci-calculators/hexcalc/metadata.xml
69 @@ -1,11 +1,11 @@
70 <?xml version="1.0" encoding="UTF-8"?>
71 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 <pkgmetadata>
73 -<maintainer type="project">
74 - <email>sci@g.o</email>
75 - <name>Gentoo Science Project</name>
76 -</maintainer>
77 -<longdescription>
78 + <maintainer type="project">
79 + <email>sci@g.o</email>
80 + <name>Gentoo Science Project</name>
81 + </maintainer>
82 + <longdescription>
83 hexcalc is a mutli-radix calculator that offers the standard C
84 integer operations.
85 </longdescription>