From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
Date: Sun, 16 May 2021 14:44:32 +0000 (UTC) [thread overview]
Message-ID: <1621176231.4a72d8764e58b7f57c85baeb5706ad102779ed4b.asturm@gentoo> (raw)
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/*
-}
next reply other threads:[~2021-05-16 14:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-16 14:44 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-15 6:02 [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/ Sam James
2021-05-16 14:44 Andreas Sturmlechner
2017-11-01 19:04 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621176231.4a72d8764e58b7f57c85baeb5706ad102779ed4b.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox