public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2023-08-19 15:50 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-08-19 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     cf37296ef95f8a2d208f173ea329c7bb55c96162
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:47:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:47:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf37296e

net-nds/ldapvi: add subslot dep on openssl

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

 ....7_p20101214-r4.ebuild => ldapvi-1.7_p20101214-r5.ebuild} | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild
similarity index 88%
rename from net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
rename to net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild
index d899442229e4..be2ce0f73d2f 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild
@@ -15,20 +15,22 @@ SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 IUSE="gnutls sasl"
 
-RDEPEND="dev-libs/popt
+RDEPEND="
+	dev-libs/popt
 	dev-libs/glib:2
 	sys-libs/readline:=
-	sys-libs/ncurses:0=
+	sys-libs/ncurses:=
 	virtual/libcrypt:=
 	gnutls? (
-		net-libs/gnutls
+		net-libs/gnutls:=
 		net-nds/openldap[gnutls]
 	)
 	!gnutls? (
-		dev-libs/openssl:0
+		dev-libs/openssl:=
 		net-nds/openldap[ssl]
 	)
-	sasl? ( dev-libs/cyrus-sasl:2[ssl] )"
+	sasl? ( dev-libs/cyrus-sasl:2[ssl] )
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2023-01-25  8:25 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2023-01-25  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     111004fd4fe23bf3fc8673dbc58b4616b16b6488
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 08:24:27 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 08:24:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111004fd

net-nds/ldapvi: drop 1.7_p20101214-r3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild | 52 ---------------------------
 1 file changed, 52 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
deleted file mode 100644
index 71a2b08d735a..000000000000
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Manage LDAP entries with a text editor"
-HOMEPAGE="http://www.lichteblau.com/ldapvi/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-S="${WORKDIR}"/${P}/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
-IUSE="gnutls sasl"
-
-RDEPEND="dev-libs/popt
-	dev-libs/glib:2
-	net-nds/openldap:=
-	sys-libs/readline:=
-	sys-libs/ncurses:0=
-	virtual/libcrypt:=
-	gnutls? ( net-libs/gnutls:= )
-	!gnutls? ( dev-libs/openssl:0= )
-	sasl? ( dev-libs/cyrus-sasl:2 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	default
-
-	# bug #459478
-	sed -i \
-		-e '/^AC_SEARCH_LIBS/s:curses ncurses:curses ncurses tinfo:' \
-		configure.in || die
-
-	mv configure.{in,ac} || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-libcrypto=$(usex gnutls gnutls openssl)
-}
-
-src_install() {
-	dobin ldapvi
-	doman ldapvi.1
-	dodoc NEWS manual/{bg.png,html.xsl,manual.{css,xml}}
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2023-01-24 23:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c7be55c1fca22aa94623042251065cda3e5b09d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:54:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:54:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7be55c1

net-nds/ldapvi: Stabilize 1.7_p20101214-r4 amd64, #891929

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

 net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
index ae09f8ad86f2..d899442229e4 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${P}/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 IUSE="gnutls sasl"
 
 RDEPEND="dev-libs/popt


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2023-01-24 23:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     873fbea43c42ae61f065162bf6479b66641036c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:54:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:54:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873fbea4

net-nds/ldapvi: Stabilize 1.7_p20101214-r4 x86, #891929

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

 net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
index cead88df63bf..ae09f8ad86f2 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${P}/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86"
 IUSE="gnutls sasl"
 
 RDEPEND="dev-libs/popt


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2022-03-22 23:33 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-22 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6427593a41959b5e715ccb4f14d487afd657bef1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 22:46:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 23:27:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6427593a

net-nds/ldapvi: add subslot dep on OpenLDAP

New OpenLDAP breaks ABI (changes SONAME)

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

 .../{ldapvi-1.7_p20101214-r2.ebuild => ldapvi-1.7_p20101214-r3.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r2.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
similarity index 98%
rename from net-nds/ldapvi/ldapvi-1.7_p20101214-r2.ebuild
rename to net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
index 77f58005a718..71a2b08d735a 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r2.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="gnutls sasl"
 
 RDEPEND="dev-libs/popt
 	dev-libs/glib:2
-	net-nds/openldap
+	net-nds/openldap:=
 	sys-libs/readline:=
 	sys-libs/ncurses:0=
 	virtual/libcrypt:=


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2021-06-22 18:19 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-06-22 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f3bd0643d5fefea5c147add8b3054d4f637a57a7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 22:38:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:18:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bd0643

net-nds/ldapvi: use binding := for dev-libs/openssl

Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.

Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{ldapvi-1.7_p20101214.ebuild => ldapvi-1.7_p20101214-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild
similarity index 92%
rename from net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
rename to net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild
index 5cad6722035..b299a4ee9a1 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ RDEPEND="
 	dev-libs/glib:2
 	sys-libs/readline
 	gnutls? ( net-libs/gnutls )
-	!gnutls? ( dev-libs/openssl:0 )
+	!gnutls? ( dev-libs/openssl:0= )
 	sasl? ( dev-libs/cyrus-sasl:2 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2018-05-09 15:33 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-05-09 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     71d1dea17189201b9954affe243ce73dc72e0da9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May  9 15:30:38 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May  9 15:33:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d1dea1

net-nds/ldapvi: ppc stable wrt bug #648808

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
index 9763222901d..5cad6722035 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~sparc x86"
 IUSE="gnutls sasl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/
@ 2018-03-07 13:51 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2018-03-07 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3a5087c622631f7c24ef8bdf254ae0e06055a3e2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 13:50:11 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 13:50:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5087c6

net-nds/ldapvi: amd64 stable wrt bug #648808

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
index 35fd350137d..297074977ca 100644
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
+++ b/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86"
 IUSE="gnutls sasl"
 
 RDEPEND="


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

end of thread, other threads:[~2023-08-19 15:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 15:50 [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-01-25  8:25 Andreas Sturmlechner
2023-01-24 23:55 Sam James
2023-01-24 23:55 Sam James
2022-03-22 23:33 Sam James
2021-06-22 18:19 Sam James
2018-05-09 15:33 Mikle Kolyada
2018-03-07 13:51 Agostino Sarubbo

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