commit: aef3f76fb5607ea9fcecd97c192a0ab06d224737 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 13 04:51:55 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 13 04:52:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef3f76f
dev-libs/389-adminutil: Remove last-rited pkg Bug: https://bugs.gentoo.org/655176 Bug: https://bugs.gentoo.org/701812 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild | 46 ---------------------- dev-libs/389-adminutil/Manifest | 1 - dev-libs/389-adminutil/metadata.xml | 5 --- profiles/package.mask | 2 - 4 files changed, 54 deletions(-) diff --git a/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild b/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild deleted file mode 100644 index b4f12bd147a..00000000000 --- a/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit libtool eutils - -MY_PV=${PV/_rc/.rc} -MY_PV=${MY_PV/_a/.a} -MY_P=${P/_rc/.rc} -MY_P=${MY_P/_a/.a} - -DESCRIPTION="389 adminutil" -HOMEPAGE="http://port389.org/" -SRC_URI="http://port389.org/sources/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -COMMON_DEPEND=">=dev-libs/nss-3.11.4 - >=dev-libs/nspr-4.6.4 - >=dev-libs/svrcore-4.0.3 - >=dev-libs/cyrus-sasl-2.1.19 - >=dev-libs/icu-3.4:= - net-nds/openldap" -DEPEND="virtual/pkgconfig ${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf $(use_enable debug) \ - --with-fhs \ - --with-openldap \ - --disable-rpath \ - --disable-tests -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README NEWS -} diff --git a/dev-libs/389-adminutil/Manifest b/dev-libs/389-adminutil/Manifest deleted file mode 100644 index 3734965228b..00000000000 --- a/dev-libs/389-adminutil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 389-adminutil-1.1.15.tar.bz2 283825 BLAKE2B 170797066b25303c6c582c95a935cf1d47b09b28a0c530588322fca2547416eeb5dba48561ccd06b7862dd5066e15abd1dcfeb168a9331e9a7f081bb5a14ae2e SHA512 5ed8d758ee47a2e276bab73696067dd2acd36f15ea5b93b32e3e244530920d74d95a4a4ff96cd325f22ae4ce2cc764fef03c90497c0181cbc1f0291f260d8ddf diff --git a/dev-libs/389-adminutil/metadata.xml b/dev-libs/389-adminutil/metadata.xml deleted file mode 100644 index 6f49eba8f49..00000000000 --- a/dev-libs/389-adminutil/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/profiles/package.mask b/profiles/package.mask index 139360cc7a4..120ad84de8f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -414,8 +414,6 @@ dev-util/cdiff # Multiple vulnerabilities (Bug #655176, Bug #701812) # Misc. other bugs, out of date, no maintainer. # Masked for removal in 30 days. -net-nds/389-ds-base -dev-libs/389-adminutil dev-libs/svrcore # Stefan Strogin <[email protected]> (2020-06-03)
