summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-15 21:52:39 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-15 21:52:39 +0300
commitdac0623d2ba16dc85f3b29a3dedf32907e54229f (patch)
treedbf275b84b5c6e94677899bb7ef460e0317e1295
parentdev-libs/shhopt: amd64 stable wrt bug #676478 (diff)
downloadgentoo-dac0623d.tar.gz
gentoo-dac0623d.tar.bz2
gentoo-dac0623d.zip
dev-libs/shhopt: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-libs/shhopt/shhopt-1.1.7-r2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild
deleted file mode 100644
index e1e22d5e57ea..000000000000
--- a/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="library for parsing command line options"
-HOMEPAGE="http://shh.thathost.com/pub-unix/"
-SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die
-}
-
-src_install() {
- dolib.a libshhopt.a || die
- ln -s libshhopt.so.${PV} libshhopt.so
- ln -s libshhopt.so.${PV} libshhopt.so.${PV:0:1}
- dolib.so libshhopt.so* || die
- insinto /usr/include
- doins shhopt.h
- dodoc ChangeLog CREDITS INSTALL README TODO
-}