net-nds/smbldap-tools: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 17 Nov 2019 02:22:59 +0000 (21:22 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 17 Nov 2019 02:22:59 +0000 (21:22 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
net-nds/smbldap-tools/Manifest
net-nds/smbldap-tools/smbldap-tools-0.9.10.ebuild [deleted file]
net-nds/smbldap-tools/smbldap-tools-0.9.9.ebuild [deleted file]

index 16c380dc610f870bd78bd463fbeecc026aaaf13c..529818fb404fc34c7c919799f30b5c4b7abc7dff 100644 (file)
@@ -1,3 +1,2 @@
 DIST smbldap-tools-0.9.10.tar.gz 336840 BLAKE2B 8df7cf34d1fedb54ece3f5c018b7bf03a1b0f0ca8813980eaa21d338113fe30535d7627c0d61b8d30c331e20ebb81449ae4a0ddcdfd4a93cb028f2c376a2ce76 SHA512 e1aef98d91ec722427b27f3aed25d8ef4cd4a6c845f98935e2f99075dea93275fc0335760d517398be8ca7898084bfee457ada0a718b66226e6ce3f38fdf2b2e
 DIST smbldap-tools-0.9.8.tar.gz 335484 BLAKE2B 8963a8b0d9130fb51d8746db850e34b6402631b1467d64e8547679dcdffb115d6e2c4576910f864f969a586bd00ee373fc834b02d592231e60c10562a75c5b2b SHA512 e78531559591022331d4d8f62017a0ce3434e0d6e5ae1e1b5ea86d486cd6aeae29a7721ae88c36b034f5907aa0eea29583f365b9f7602da73172074301628d91
-DIST smbldap-tools-0.9.9.tar.gz 336212 BLAKE2B fed6d91f371b9d7695eb738033efd506bab96c37b33891114b3c220fe5ba0ea3a02633c6257aed3fc12fb619b42502770609d0339143bf802ca602eee64d7a9c SHA512 c51eb2c03dc45aaadb4c3467c07ecab080891223e6e0bd5fff5c1b8ea6ca3d2839163b2014764c280e37df30b029417ecea8d93b3b6a5459f6fa068eea5d71a9
diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.10.ebuild b/net-nds/smbldap-tools/smbldap-tools-0.9.10.ebuild
deleted file mode 100644 (file)
index cf215db..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Samba LDAP management tools"
-HOMEPAGE="https://gna.org/projects/smbldap-tools/"
-SRC_URI="http://download.gna.org/smbldap-tools/sources/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-perl/perl-ldap
-       dev-perl/Crypt-SmbHash
-       dev-perl/Digest-SHA1
-       dev-perl/Unicode-MapUTF8
-       dev-perl/IO-Socket-SSL
-       net-nds/openldap
-       net-fs/samba
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       default
-
-       newsbin smbldap-config.cmd smbldap-config
-       dosym smbldap-passwd /usr/sbin/smbldap-passwd.cmd
-
-       dodoc CONTRIBUTORS ChangeLog FILES INFRA INSTALL README TODO doc/*conf* doc/smbldap-tools*
-       dodoc -r doc/migration_scripts
-
-       sed -i 's/.CMD//g' smbldap-[gpu]*.8 || die
-       doman smbldap-[gpu]*.8
-
-       insinto /etc/smbldap-tools
-       doins smbldap.conf smbldap_bind.conf
-
-       elog "Remember to read INSTALL when updating."
-}
-
-pkg_postinst() {
-       elog "- A good howto is found on http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/"
-       elog "  and http://download.gna.org/smbldap-tools/docs/smbldap-tools/"
-       elog "- The configure script is installed as smbldap-configure.pl. Please run it to configure the tools."
-       elog "- Examples configuration files for Samba and slapd have been copied to ${EPREFIX}/usr/share/doc/${PF},"
-       elog "  together with the migration-scripts."
-       elog "- Also remember to read INSTALL when updating."
-}
diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.9.ebuild b/net-nds/smbldap-tools/smbldap-tools-0.9.9.ebuild
deleted file mode 100644 (file)
index adfeccf..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Samba LDAP management tools"
-HOMEPAGE="https://gna.org/projects/smbldap-tools/"
-SRC_URI="http://download.gna.org/smbldap-tools/sources/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-perl/perl-ldap
-       dev-perl/Crypt-SmbHash
-       dev-perl/Digest-SHA1
-       dev-perl/Unicode-MapUTF8
-       dev-perl/IO-Socket-SSL
-       net-nds/openldap
-       net-fs/samba
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       default
-
-       newsbin smbldap-config.cmd smbldap-config
-       dosym smbldap-passwd /usr/sbin/smbldap-passwd.cmd
-
-       dodoc CONTRIBUTORS ChangeLog FILES INFRA INSTALL README TODO doc/*conf* doc/smbldap-tools*
-       dodoc -r doc/migration_scripts
-
-       sed -i 's/.CMD//g' smbldap-[gpu]*.8 || die
-       doman smbldap-[gpu]*.8
-
-       insinto /etc/smbldap-tools
-       doins smbldap.conf smbldap_bind.conf
-
-       elog "Remember to read INSTALL when updating."
-}
-
-pkg_postinst() {
-       elog "- A good howto is found on http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/"
-       elog "  and http://download.gna.org/smbldap-tools/docs/smbldap-tools/"
-       elog "- The configure script is installed as smbldap-configure.pl. Please run it to configure the tools."
-       elog "- Examples configuration files for Samba and slapd have been copied to ${EPREFIX}/usr/share/doc/${PF},"
-       elog "  together with the migration-scripts."
-       elog "- Also remember to read INSTALL when updating."
-}