public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
@ 2017-11-01 19:04 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-11-01 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d16f71a7fd7e2bb9fc44d81284681719a4c37707
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 19:03:52 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 19:03:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f71a7

sys-libs/pwdb: Add missing dependency on libnsl, bug 630410

Closes: https://bugs.gentoo.org/630410
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-libs/pwdb/{pwdb-0.62.ebuild => pwdb-0.62-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62-r1.ebuild
similarity index 95%
rename from sys-libs/pwdb/pwdb-0.62.ebuild
rename to sys-libs/pwdb/pwdb-0.62-r1.ebuild
index 28bcc00b9e7..036cbd1cd4e 100644
--- a/sys-libs/pwdb/pwdb-0.62.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=5
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -17,6 +17,7 @@ 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}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
@ 2021-05-16 14:44 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-05-16 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     41b8f9b5c6c95c96bbee005657c8132b375bd026
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 11:58:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 16 14:43:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8f9b5

sys-libs/pwdb: No colon in sed w/ CFLAGS

Closes: https://bugs.gentoo.org/710472
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-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild
index 3ef2906710f..6701f44fdb0 100644
--- a/sys-libs/pwdb/pwdb-0.62-r2.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62-r2.ebuild
@@ -38,7 +38,7 @@ src_prepare() {
 
 	sed -i \
 		-e "s/^DIRS = .*/DIRS = libpwdb/" \
-		-e "s:EXTRAS += :EXTRAS += ${CFLAGS} :" \
+		-e "s;EXTRAS += ;EXTRAS += ${CFLAGS} ;" \
 		Makefile || die
 	sed -i \
 		-e "s:=gcc:=$(tc-getCC):g" \


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
@ 2021-05-16 14:44 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-05-16 14:44 UTC (permalink / raw
  To: gentoo-commits

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/*
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
@ 2022-04-15  6:02 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-04-15  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9cab2bc691f2296a10677210a374142658129a79
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:02:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:02:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cab2bc6

sys-libs/pwdb: fix generic (p.g.o) HOMEPAGE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/pwdb/pwdb-0.62-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild
index d44cdd852dd0..935c713d0a0a 100644
--- a/sys-libs/pwdb/pwdb-0.62-r2.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs flag-o-matic usr-ldscript
 
 DESCRIPTION="Password database"
-HOMEPAGE="https://packages.gentoo.org/package/sys-libs/pwdb"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-15  6:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-16 14:44 [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2022-04-15  6:02 Sam James
2021-05-16 14:44 Andreas Sturmlechner
2017-11-01 19:04 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox