Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/shhopt/
Date: Fri, 15 Feb 2019 18:52:56
Message-Id: 1550256759.dac0623d2ba16dc85f3b29a3dedf32907e54229f.zlogene@gentoo
1 commit: dac0623d2ba16dc85f3b29a3dedf32907e54229f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 18:52:39 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 18:52:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac0623d
7
8 dev-libs/shhopt: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/shhopt/shhopt-1.1.7-r2.ebuild | 38 ----------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild
17 deleted file mode 100644
18 index e1e22d5e57e..00000000000
19 --- a/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="library for parsing command line options"
30 -HOMEPAGE="http://shh.thathost.com/pub-unix/"
31 -SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
32 -
33 -LICENSE="Artistic"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND=""
40 -
41 -src_unpack() {
42 - unpack ${A}
43 - cd "${S}"
44 - epatch "${FILESDIR}"/${P}-build.patch
45 -}
46 -
47 -src_compile() {
48 - emake CC=$(tc-getCC) || die
49 -}
50 -
51 -src_install() {
52 - dolib.a libshhopt.a || die
53 - ln -s libshhopt.so.${PV} libshhopt.so
54 - ln -s libshhopt.so.${PV} libshhopt.so.${PV:0:1}
55 - dolib.so libshhopt.so* || die
56 - insinto /usr/include
57 - doins shhopt.h
58 - dodoc ChangeLog CREDITS INSTALL README TODO
59 -}