summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-13 06:52:07 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-13 06:52:31 +0200
commit7414f8c33bb75cd9a4f6a61040886852fcf2afe1 (patch)
treefe7c336406f57d13c6a4a554becc7d4a5b150073
parentdev-libs/389-adminutil: Remove last-rited pkg (diff)
downloadgentoo-7414f8c33bb75cd9a4f6a61040886852fcf2afe1.tar.gz
gentoo-7414f8c33bb75cd9a4f6a61040886852fcf2afe1.tar.bz2
gentoo-7414f8c33bb75cd9a4f6a61040886852fcf2afe1.zip
dev-libs/svrcore: Remove last-rited pkg
Bug: https://bugs.gentoo.org/655176 Bug: https://bugs.gentoo.org/701812 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-libs/svrcore/Manifest2
-rw-r--r--dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch100
-rw-r--r--dev-libs/svrcore/files/svrcore-4.1-gentoo.patch100
-rw-r--r--dev-libs/svrcore/metadata.xml5
-rw-r--r--dev-libs/svrcore/svrcore-4.0.4-r1.ebuild40
-rw-r--r--dev-libs/svrcore/svrcore-4.1.2.ebuild35
-rw-r--r--profiles/package.mask6
7 files changed, 0 insertions, 288 deletions
diff --git a/dev-libs/svrcore/Manifest b/dev-libs/svrcore/Manifest
deleted file mode 100644
index a6e8077fe589..000000000000
--- a/dev-libs/svrcore/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST svrcore-4.0.4.tar.bz2 217076 BLAKE2B 1d5b1c6d397552f299554a19c21a81d1df8f449480095102d46bd2c9db8e4b667302f06fd199579dffb854f47fcb6f6ba54d505e3e6d3ccdfcf54dca07363f81 SHA512 4a63e2618ef8f508e71adf212eefae56e3c9d9898b924f405399bb99793de57bd178a3417f9e837c474e7960b6eb8a3cbe775b420c8fecbd974e89b4196b78fc
-DIST svrcore-4.1.2.tar.bz2 263891 BLAKE2B 4d546406e18099857c1d77d479123332bdc721b51f5ad6bae74812b77704d3d6f8fa2ab67848355be7050fc3ee161c534fc7ee1692811fe9829da513f7cba29e SHA512 9d148ec9c568f1183e44006fec83b4e43b0cef56d5a04fce122fab1e9a0c0bfe39919de81c5a4d7adb2258fb7f16b4d327da20cdb4d948810e968c422d62ad40
diff --git a/dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch b/dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch
deleted file mode 100644
index 83e9f7fca359..000000000000
--- a/dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-diff -uNr src/Makefile.am svrcore-4.0.4src/Makefile.am
---- src/Makefile.am 2006-12-14 18:07:32.000000000 +0100
-+++ src/Makefile.am 2007-08-06 17:37:17.000000000 +0200
-@@ -4,8 +4,8 @@
- Makefile.win \
- ntgetpin.rc
-
--lib_LTLIBRARIES = libsvrcore.la
--include_HEADERS = svrcore.h
-+pkglib_LTLIBRARIES = libsvrcore.la
-+pkginclude_HEADERS = svrcore.h
- libsvrcore_la_SOURCES = alt.c \
- cache.c \
- errors.c \
-diff -uNr svrcore.pc.in svrcore.pc.in
---- svrcore.pc.in 2006-12-14 18:07:32.000000000 +0100
-+++ svrcore.pc.in 2007-08-06 17:38:12.000000000 +0200
-@@ -1,11 +1,11 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@
-+libdir=@libdir@/@PACKAGE@
-+includedir=@includedir@/@PACKAGE@
-
- Name: svrcore
- Description: Svrcore - Secure PIN handling using NSS crypto
- Version: @VERSION@
- Requires: @NSPR_NAME@ >= @NSPR_MIN_VER@ , @NSS_NAME@ >= @NSS_MIN_VER@
--Libs: -lsvrcore
-+Libs: -L${libdir} -lsvrcore
- Cflags: -I${includedir}
-diff -ur m4.orig/nspr.m4 m4/nspr.m4
---- m4.orig/nspr.m4 2009-10-06 01:40:18.979484804 +0300
-+++ m4/nspr.m4 2009-10-06 01:41:21.539982482 +0300
-@@ -52,28 +52,6 @@
- ],
- AC_MSG_RESULT(no))
-
--# see if we are doing an "in-tree" build with the other
--# mozilla components
--if test -z "$nspr_inc" -o -z "$nspr_lib" ; then
-- for nsprpath in "../../dist" "../../dist/*.OBJ" ; do
-- savedir=`pwd`
-- cd $nsprpath
-- abs_nsprpath=`pwd`
-- cd $savedir
-- if test -f "$abs_nsprpath/include/nspr/nspr.h" ; then
-- nspr_inc="-I$abs_nsprpath/include/nspr"
-- elif test -f "$abs_nsprpath/include/nspr.h" ; then
-- nspr_inc="-I$abs_nsprpath/include"
-- fi
-- if test -d "$abs_nsprpath/lib" ; then
-- nspr_lib="-L$abs_nsprpath/lib"
-- fi
-- if test -n "$nspr_inc" -a -n "$nspr_lib" ; then
-- break
-- fi
-- done
--fi
--
- # if NSPR is not found yet, try pkg-config
- # last resort
- if test -z "$nspr_inc" -o -z "$nspr_lib" ; then
-diff -ur m4.orig/nss.m4 m4/nss.m4
---- m4.orig/nss.m4 2009-10-06 01:40:18.979484804 +0300
-+++ m4/nss.m4 2009-10-06 01:41:31.291485717 +0300
-@@ -52,32 +52,6 @@
- ],
- AC_MSG_RESULT(no))
-
--# see if we are building "in tree" with the
--# other mozilla components
--if test -z "$nss_inc" -o -z "$nss_lib"; then
-- nsslibpath=`echo ../../dist/*.OBJ/lib | cut -f1 -d' '`
-- savedir=`pwd`
-- cd $nsslibpath
-- abs_nsslibpath=`pwd`
-- cd $savedir
-- nssincpath=../../dist/public/nss
-- savedir=`pwd`
-- cd $nssincpath
-- abs_nssincpath=`pwd`
-- cd $savedir
-- if test -f "$abs_nssincpath/nss.h" ; then
-- nss_inc="-I$abs_nssincpath"
-- fi
-- if test -d "$abs_nsslibpath" ; then
-- nss_lib="-L$abs_nsslibpath"
-- fi
-- if test -n "$nss_inc" -a -n "$nss_lib" ; then
-- AC_MSG_CHECKING(using in-tree NSS from $nssincpath $nsslibpath)
-- else
-- AC_MSG_CHECKING(could not find in-tree NSS in ../../dist)
-- fi
--fi
--
- # if NSS is not found yet, try pkg-config
- # last resort
- if test -z "$nss_inc" -o -z "$nss_lib"; then
diff --git a/dev-libs/svrcore/files/svrcore-4.1-gentoo.patch b/dev-libs/svrcore/files/svrcore-4.1-gentoo.patch
deleted file mode 100644
index 346407e124e3..000000000000
--- a/dev-libs/svrcore/files/svrcore-4.1-gentoo.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-diff -uNr a/m4/nspr.m4 b/m4/nspr.m4
---- a/m4/nspr.m4 2016-04-22 06:30:23.000000000 +1000
-+++ b/m4/nspr.m4 2016-06-08 15:06:49.923333338 +1000
-@@ -52,28 +52,6 @@
- ],
- AC_MSG_RESULT(no))
-
--# see if we are doing an "in-tree" build with the other
--# mozilla components
--if test -z "$nspr_inc" -o -z "$nspr_lib" ; then
-- for nsprpath in "../../dist" "../../dist/*.OBJ" ; do
-- savedir=`pwd`
-- cd $nsprpath
-- abs_nsprpath=`pwd`
-- cd $savedir
-- if test -f "$abs_nsprpath/include/nspr/nspr.h" ; then
-- nspr_inc="-I$abs_nsprpath/include/nspr"
-- elif test -f "$abs_nsprpath/include/nspr.h" ; then
-- nspr_inc="-I$abs_nsprpath/include"
-- fi
-- if test -d "$abs_nsprpath/lib" ; then
-- nspr_lib="-L$abs_nsprpath/lib"
-- fi
-- if test -n "$nspr_inc" -a -n "$nspr_lib" ; then
-- break
-- fi
-- done
--fi
--
- # if NSPR is not found yet, try pkg-config
- # last resort
- if test -z "$nspr_inc" -o -z "$nspr_lib" ; then
-diff -uNr a/m4/nss.m4 b/m4/nss.m4
---- a/m4/nss.m4 2016-04-22 06:30:23.000000000 +1000
-+++ b/m4/nss.m4 2016-06-08 15:06:49.923333338 +1000
-@@ -52,32 +52,6 @@
- ],
- AC_MSG_RESULT(no))
-
--# see if we are building "in tree" with the
--# other mozilla components
--if test -z "$nss_inc" -o -z "$nss_lib"; then
-- nsslibpath=`echo ../../dist/*.OBJ/lib | cut -f1 -d' '`
-- savedir=`pwd`
-- cd $nsslibpath
-- abs_nsslibpath=`pwd`
-- cd $savedir
-- nssincpath=../../dist/public/nss
-- savedir=`pwd`
-- cd $nssincpath
-- abs_nssincpath=`pwd`
-- cd $savedir
-- if test -f "$abs_nssincpath/nss.h" ; then
-- nss_inc="-I$abs_nssincpath"
-- fi
-- if test -d "$abs_nsslibpath" ; then
-- nss_lib="-L$abs_nsslibpath"
-- fi
-- if test -n "$nss_inc" -a -n "$nss_lib" ; then
-- AC_MSG_CHECKING(using in-tree NSS from $nssincpath $nsslibpath)
-- else
-- AC_MSG_CHECKING(could not find in-tree NSS in ../../dist)
-- fi
--fi
--
- # if NSS is not found yet, try pkg-config
- # last resort
- if test -z "$nss_inc" -o -z "$nss_lib"; then
-diff -uNr a/src/Makefile.am b/src/Makefile.am
---- a/src/Makefile.am 2016-04-22 06:30:23.000000000 +1000
-+++ b/src/Makefile.am 2016-06-08 15:06:49.923333338 +1000
-@@ -10,8 +10,8 @@
- Makefile.win \
- ntgetpin.rc
-
--lib_LTLIBRARIES = libsvrcore.la
--include_HEADERS = svrcore.h
-+pkglib_LTLIBRARIES = libsvrcore.la
-+pkginclude_HEADERS = svrcore.h
- libsvrcore_la_SOURCES = alt.c \
- cache.c \
- errors.c \
-diff -uNr a/svrcore.pc.in b/svrcore.pc.in
---- a/svrcore.pc.in 2016-04-22 06:30:23.000000000 +1000
-+++ b/svrcore.pc.in 2016-06-08 15:06:49.923333338 +1000
-@@ -1,11 +1,11 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@
-+libdir=@libdir@/@PACKAGE@
-+includedir=@includedir@/@PACKAGE@
-
- Name: svrcore
- Description: Svrcore - Secure PIN handling using NSS crypto
- Version: @VERSION@
- Requires: @NSPR_NAME@ >= @NSPR_MIN_VER@ , @NSS_NAME@ >= @NSS_MIN_VER@
--Libs: -lsvrcore
-+Libs: -L${libdir} -lsvrcore
- Cflags: -I${includedir}
diff --git a/dev-libs/svrcore/metadata.xml b/dev-libs/svrcore/metadata.xml
deleted file mode 100644
index 585b0dc75dda..000000000000
--- a/dev-libs/svrcore/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- </pkgmetadata>
diff --git a/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild b/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild
deleted file mode 100644
index 9b17ea88d8b9..000000000000
--- a/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib autotools eutils
-
-DESCRIPTION="Mozilla LDAP C SDK"
-HOMEPAGE="http://wiki.mozilla.org/LDAP_C_SDK"
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/"${PV}"/src/"${P}".tar.bz2"
-
-LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-libs/nss-3.11
- >=dev-libs/nspr-4.6"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/"${P}"-gentoo.patch
- eautoreconf
-}
-
-src_configure() {
- econf --with-pic
-}
-
-src_install() {
- default
-
- # cope with libraries being in /usr/lib/svrcore
- echo "LDPATH=/usr/$(get_libdir)/svrcore" > 08svrcore
- dodir /etc/env.d
- doenvd 08svrcore
-
- dodoc ChangeLog INSTALL NEWS TODO README AUTHORS
-}
diff --git a/dev-libs/svrcore/svrcore-4.1.2.ebuild b/dev-libs/svrcore/svrcore-4.1.2.ebuild
deleted file mode 100644
index 9de0cc2dfa35..000000000000
--- a/dev-libs/svrcore/svrcore-4.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Mozilla LDAP C SDK"
-HOMEPAGE="http://www.port389.org/"
-SRC_URI="http://www.port389.org/binaries/${P}.tar.bz2"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-libs/nss-3.11
- >=dev-libs/nspr-4.6"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-4.1-gentoo.patch" )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
- # cope with libraries being in /usr/lib/svrcore
- echo "LDPATH='/usr/$(get_libdir)/${PN}'" > "${T}/08svrcore" || die "Unable to create env file"
- doenvd "${T}/08svrcore"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 120ad84de8fb..381b89f08e1f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -410,12 +410,6 @@ app-misc/ifp-line
# Removal in 30 days. Bug #710538.
dev-util/cdiff
-# Sam James <sam@gentoo.org> (2020-06-04)
-# Multiple vulnerabilities (Bug #655176, Bug #701812)
-# Misc. other bugs, out of date, no maintainer.
-# Masked for removal in 30 days.
-dev-libs/svrcore
-
# Stefan Strogin <steils@gentoo.org> (2020-06-03)
# Masked for testing
>=dev-libs/libressl-3.2.0