commit:     5282ee1db43bd33440cc3afcb5d43ae204505514
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 20:03:28 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 20:08:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5282ee1d

net-nds/ldapvi: drop 1.7_p20101214-r5, 1.7_p20101214-r6

Bug: https://bugs.gentoo.org/898066
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild | 59 -------------------------
 net-nds/ldapvi/ldapvi-1.7_p20101214-r6.ebuild | 62 ---------------------------
 2 files changed, 121 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild 
b/net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild
deleted file mode 100644
index be2ce0f73d2f..000000000000
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-       sys-libs/readline:=
-       sys-libs/ncurses:=
-       virtual/libcrypt:=
-       gnutls? (
-               net-libs/gnutls:=
-               net-nds/openldap[gnutls]
-       )
-       !gnutls? (
-               dev-libs/openssl:=
-               net-nds/openldap[ssl]
-       )
-       sasl? ( dev-libs/cyrus-sasl:2[ssl] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.7-fix-implicit-function-declarations.patch" )
-
-src_prepare() {
-       default
-
-       # bug #459478
-       sed -i \
-               -e '/^AC_SEARCH_LIBS/s:curses ncurses:curses ncurses tinfo:' \
-               configure.in || 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}}
-}

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r6.ebuild 
b/net-nds/ldapvi/ldapvi-1.7_p20101214-r6.ebuild
deleted file mode 100644
index 13736b4b86ef..000000000000
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-       sys-libs/readline:=
-       sys-libs/ncurses:=
-       virtual/libcrypt:=
-       gnutls? (
-               net-libs/gnutls:=
-               net-nds/openldap[gnutls]
-       )
-       !gnutls? (
-               dev-libs/openssl:=
-               net-nds/openldap[ssl]
-       )
-       sasl? ( dev-libs/cyrus-sasl:2[ssl] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.7-fix-implicit-function-declarations.patch"
-       "${FILESDIR}/${PN}-1.7-fix-missing-on_exit-musl.patch"
-)
-
-src_prepare() {
-       default
-
-       # bug #459478
-       sed -i \
-               -e '/^AC_SEARCH_LIBS/s:curses ncurses:curses ncurses tinfo:' \
-               configure.in || 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}}
-}

Reply via email to