summaryrefslogtreecommitdiff
path: root/dev-libs/shhopt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /dev-libs/shhopt
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'dev-libs/shhopt')
-rw-r--r--dev-libs/shhopt/Manifest3
-rw-r--r--dev-libs/shhopt/shhopt-1.1.7-r2.ebuild38
-rw-r--r--dev-libs/shhopt/shhopt-1.1.7-r3.ebuild2
3 files changed, 2 insertions, 41 deletions
diff --git a/dev-libs/shhopt/Manifest b/dev-libs/shhopt/Manifest
index 5665dbf5b47b..414bab9f61c8 100644
--- a/dev-libs/shhopt/Manifest
+++ b/dev-libs/shhopt/Manifest
@@ -1,5 +1,4 @@
AUX shhopt-1.1.7-build.patch 1884 BLAKE2B 1854a892ddc14d7202efbb4ebf20778a10ae1c490a40b28157e313c711fb946a925f61a71cc2f3919f6f55718636d05486e79e89f730575528bc3b0d2894fa34 SHA512 79eca8ada571f2f514d540a4c52fdf9503764f67422173bff160ed3ca04b0578c0a88a147234ffaad7a5ba94ab7d265785277062b25438abb888c92fab99d4a8
DIST shhopt-1.1.7.tar.gz 9923 BLAKE2B 4f9fb23a67c03caf6c56227729a681eac3ee9c78e16f56d6fedd2b1cdbe56471150d9e91ecf84945348078d03102aa7e7cc98b4cf11dda6f5da79d1edc48b96d SHA512 bd985d50e87808b5c6993496ba3e7c255d47895d90e108f03fd72bb273e786730898048af3b30ca29cb5dbd058f2ea178ca73b6362211c50aa0eb75f743b5ec8
-EBUILD shhopt-1.1.7-r2.ebuild 755 BLAKE2B b7dfa83327287fc7864412c98ad5371b02fbeb728638a0ce061a88a05479485e9983d9a4011fa0fad0449b65b55f2e47540906fd38f3a0c6a5764d60744b8eea SHA512 de5d809cc761dadc3cc74dd2b8abf83c8bc77dbdc689f172babfe47b4591beb9e8a87c97b0716f3b3fa2f704b7ec0e2c21321ac9f0168f615a57d65dee373e4d
-EBUILD shhopt-1.1.7-r3.ebuild 662 BLAKE2B 56a4d961a7d84c4d9bf2f5ccc88cc3a53dc9e30c67e7b1955251c17109234da934cb4582ce4cdd8224097270d9f05db2e5d9e49cd5a1a3a3b2870622abad5959 SHA512 46ce536eef3aec9ba687d6e397da3ad9230f44e1f5ab0a9b44fca867291c1d680f63005c6281e2d93962ba20a358497ead8761e77999625bc919aa7c81eabca0
+EBUILD shhopt-1.1.7-r3.ebuild 660 BLAKE2B de4f5af326bb86c2352d29849af49a15d2bd1235a449fed9ca54aa28238ed6badec20b8208cc2ecd8eff3d9353b67b949b3008b9bdc01740cf84e33bbf7085f7 SHA512 e1bca2629ab3542401f9f20c59f72ff36f7e3b834bb895f1ae648cdc2c3d0b41486fb053a270832639d0645f12c7f7ff3cc04b1aa6c5b10c9fd211ef31535d5b
MISC metadata.xml 341 BLAKE2B 738802ec66db2e5052eb57b90dd0076cca1afbdca62fa325f920f0ec6f4ff4b78f886402783ad6f97c7b10e4e2ec10bbaf1bf2bc8823bd48d048c35141a6cb77 SHA512 276ee6e17baeb1981c1c912b4f281d7eb71b171492d00d5ce522c3d6defbba4eef3dd87b43d4ec02eda21cfe148f2b0dcbe04d7dbd9a42918168844b563427f4
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
-}
diff --git a/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild
index abe600d47493..998b6d692917 100644
--- a/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild
+++ b/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
PATCHES=( "${FILESDIR}"/${P}-build.patch )