commit:     87ec5b47b212fcca694ce07a10e3ed53c151e6c5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 14:51:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 16:57:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ec5b47

sys-libs/nss_wrapper: Drop 1.1.2

1.1.3 is stable for a long time.

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sys-libs/nss_wrapper/Manifest                 |  1 -
 sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/sys-libs/nss_wrapper/Manifest b/sys-libs/nss_wrapper/Manifest
index 8563845c8c1..3f0d1915ea8 100644
--- a/sys-libs/nss_wrapper/Manifest
+++ b/sys-libs/nss_wrapper/Manifest
@@ -1,2 +1 @@
-DIST nss_wrapper-1.1.2.tar.gz 53271 BLAKE2B 
6524305dd49886a546037d92c0a7c28739d7da94ad671fdfd34a4e70cee6d877c8d2643211cf8b95b5b40505ba3f61028e2b20efb64c3ad9a90a74b223bd40a3
 SHA512 
127f06a8df66a6e7bee945c88a6e647300ba86c83a08efd9aac836e18fd889b9767378025eec88f5f2b50db40c61eee929a858dd9f9fae25862b107d4363faab
 DIST nss_wrapper-1.1.3.tar.gz 53543 BLAKE2B 
be7b30fab18c2e4749eefc0d3580879e33f88bad7f91b23734609fd9162b2c7119bb6867c9851c526a3dbcc296b07b6cb97234e5a892f329888b78aa843708f3
 SHA512 
c48b176dcd55d4de01ba2fc04e4c2ab9cb77f67d26d3a3464ca4292e607e21a621a582c21d00504c9cadb50a495f4b11b086e9decba28625cff4ff44e5d33c8d

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild
deleted file mode 100644
index 76aff5499f0..00000000000
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib
-
-DESCRIPTION="A wrapper for the user, group and hosts NSS API"
-HOMEPAGE="https://cwrap.org/nss_wrapper.html";
-SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340)
-# Because of this we cannot use cmake-multilib_src_configure() here.
-multilib_src_configure() {
-       local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) )
-       cmake-utils_src_configure
-}

Reply via email to