summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-25 09:24:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-25 09:24:27 +0100
commit111004fd4fe23bf3fc8673dbc58b4616b16b6488 (patch)
tree05ffda87a4e9ec6d82f0726375a0618f489d447f /net-nds
parentapp-text/xournal: drop 0.4.8.2016 (diff)
downloadgentoo-111004fd4fe23bf3fc8673dbc58b4616b16b6488.tar.gz
gentoo-111004fd4fe23bf3fc8673dbc58b4616b16b6488.tar.bz2
gentoo-111004fd4fe23bf3fc8673dbc58b4616b16b6488.zip
net-nds/ldapvi: drop 1.7_p20101214-r3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild52
1 files changed, 0 insertions, 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}}
-}