diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 20:08:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 20:17:01 +0100 |
commit | 34fab27eceda9b55614f1f33c89141c8bc3ff6a5 (patch) | |
tree | 1a2ae7c8543685cc3e6eb2fc8b42641b0852341e /net-nds | |
parent | net-misc/zerotier: drop 1.6.3 (diff) | |
download | gentoo-34fab27eceda9b55614f1f33c89141c8bc3ff6a5.tar.gz gentoo-34fab27eceda9b55614f1f33c89141c8bc3ff6a5.tar.bz2 gentoo-34fab27eceda9b55614f1f33c89141c8bc3ff6a5.zip |
net-nds/tac_plus: drop 4.0.4.19-r5, 4.0.4.27a-r2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/tac_plus/Manifest | 1 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch | 11 | ||||
-rw-r--r-- | net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild | 63 | ||||
-rw-r--r-- | net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild | 65 |
4 files changed, 0 insertions, 140 deletions
diff --git a/net-nds/tac_plus/Manifest b/net-nds/tac_plus/Manifest index 68944685fd4c..f9ff6ecd256b 100644 --- a/net-nds/tac_plus/Manifest +++ b/net-nds/tac_plus/Manifest @@ -1,2 +1 @@ -DIST tacacs+-F4.0.4.19.tar.gz 500593 BLAKE2B 8e6733e1af83d4cc5234bdb99100350eb91911965fa77a0b4ca9e75cc3d0a32739cb0a867ecb59c3c0c307469db4c9ee86964c9b6e142a86ab013a22ed968cdb SHA512 8482b81514ba91397f613a0593be8bd3ca66d6f4d79ed67a881aa01b3da44cdcfedae59bda6fae9e99a4c006fe54cd8a6ebfd6bc37e998f6b0ae19bd0831c0da DIST tacacs+-F4.0.4.27a.tar.gz 504395 BLAKE2B 8cd58d451c28e16d3804e9dcf5a82ae5ec0d1a783088f6ca6d4a4084bdab09fe9e402cf709c46822749edb5df5b9f20a225c420d1430ddd903b725a8f1cefe01 SHA512 2251a21f609d516b3ebc7d3d2d7d030ea1bb491e0fe5e08e7639d2d9bdb0ef9a1ab4d17f340e50e83771dc9a512c5dacc99716fd882ba3f6db2fafb0915e86bd diff --git a/net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch b/net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch deleted file mode 100644 index a8ca67e73626..000000000000 --- a/net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -16,7 +16,7 @@ if TACSKEY - tac_plus_SOURCES += skey_fn.c - endif - tac_plus_LDFLAGS = -L$(top_srcdir) --tac_plus_LDADD = $(WRAPLIBS) -ltacacs -+tac_plus_LDADD = $(WRAPLIBS) libtacacs.la - - lib_LTLIBRARIES = libtacacs.la - libtacacs_la_SOURCES = md4.c md5.c packet.c diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild deleted file mode 100644 index 22217527ea78..000000000000 --- a/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P="tacacs+-F${PV}" -DESCRIPTION="An updated version of Cisco's TACACS+ server" -HOMEPAGE="https://www.shrubbery.net/tac_plus/" -SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="HPND RSA GPL-2" # GPL-2 only for init script -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="debug finger maxsess tcpd skey static-libs" - -DEPEND=" - net-libs/libnsl:= - sys-libs/pam - virtual/libcrypt:= - skey? ( >=sys-auth/skey-1.1.5-r1 ) - tcpd? ( sys-apps/tcp-wrappers ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-parallelmake.patch - "${FILESDIR}"/${P}-deansification.patch -) - -src_prepare() { - default - - AT_M4DIR="." eautoreconf -} - -src_configure() { - econf \ - $(use_with skey) \ - $(use_with tcpd libwrap) \ - $(use_enable debug) \ - $(use_enable finger) \ - $(use_enable maxsess) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - - if use static-libs ; then - find "${D}" -name '*.la' -delete || die "Unable to remove spurious libtool archive" - fi - - dodoc CHANGES FAQ - - newinitd "${FILESDIR}/tac_plus.init2" tac_plus - newconfd "${FILESDIR}/tac_plus.confd2" tac_plus - - insinto /etc/tac_plus - newins "${FILESDIR}/tac_plus.conf2" tac_plus.conf -} diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild deleted file mode 100644 index a5026cae2b98..000000000000 --- a/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P="tacacs+-F${PV}" -DESCRIPTION="An updated version of Cisco's TACACS+ server" -HOMEPAGE="https://www.shrubbery.net/tac_plus/" -SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="HPND RSA GPL-2" # GPL-2 only for init script -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug finger maxsess tcpd skey static-libs" - -DEPEND=" - net-libs/libnsl:= - sys-libs/pam - virtual/libcrypt:= - skey? ( >=sys-auth/skey-1.1.5-r1 ) - tcpd? ( sys-apps/tcp-wrappers ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-parallelmake.patch" - "${FILESDIR}/${PN}-4.0.4.19-deansification.patch" -) - -src_prepare() { - default - - mv configure.in configure.ac || die "Unable to quiet autoconf deprecation warning" - AT_M4DIR="." eautoreconf - -} - -src_configure() { - econf \ - $(use_with skey) \ - $(use_with tcpd libwrap) \ - $(use_enable debug) \ - $(use_enable finger) \ - $(use_enable maxsess) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - - if use static-libs ; then - find "${ED}" -name '*.la' -delete || die "Unable to remove spurious libtool archive" - fi - - dodoc CHANGES FAQ - - newinitd "${FILESDIR}/tac_plus.init2" tac_plus - newconfd "${FILESDIR}/tac_plus.confd2" tac_plus - - insinto /etc/tac_plus - newins "${FILESDIR}/tac_plus.conf2" tac_plus.conf -} |