commit: 4a72d8764e58b7f57c85baeb5706ad102779ed4b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 16 12:42:53 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 16 14:43:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a72d876
sys-libs/pwdb: Drop 0.62-r1, EAPI5-- Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/pwdb/pwdb-0.62-r1.ebuild | 59 --------------------------------------- 1 file changed, 59 deletions(-) diff --git a/sys-libs/pwdb/pwdb-0.62-r1.ebuild b/sys-libs/pwdb/pwdb-0.62-r1.ebuild deleted file mode 100644 index b52b7ce51c0..00000000000 --- a/sys-libs/pwdb/pwdb-0.62-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch toolchain-funcs flag-o-matic usr-ldscript - -DESCRIPTION="Password database" -HOMEPAGE="https://packages.gentoo.org/package/sys-libs/pwdb" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -IUSE="selinux" -RESTRICT="test" #122603 - -# Note: NIS could probably be made conditional if anyone cared ... -RDEPEND="selinux? ( sys-libs/libselinux ) - net-libs/libnsl:0= - net-libs/libtirpc" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch - - use selinux && epatch "${FILESDIR}"/${P}-selinux.patch - - append-cppflags $($(tc-getPKG_CONFIG) --cflags libtirpc) - export LDLIBS=$($(tc-getPKG_CONFIG) --libs libtirpc) - - sed -i \ - -e "s/^DIRS = .*/DIRS = libpwdb/" \ - -e "s:EXTRAS += :EXTRAS += ${CFLAGS} :" \ - Makefile || die - sed -i \ - -e "s:=gcc:=$(tc-getCC):g" \ - -e "s:=ar:=$(tc-getAR):g" \ - -e "s:=ranlib:=$(tc-getRANLIB):g" \ - default.defs || die -} - -src_install() { - dodir /usr/$(get_libdir) /usr/include/pwdb - emake \ - INCLUDED="${D}"/usr/include/pwdb \ - LIBDIR="${D}"/usr/$(get_libdir) \ - LDCONFIG="echo" \ - install - - gen_usr_ldscript -a pwdb - - insinto /etc - doins conf/pwdb.conf - - dodoc CHANGES CREDITS README doc/*.txt - dohtml -r doc/html/* -}
