summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-11-03 10:57:25 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-11-03 10:57:25 +0100
commit614eccf4aba66f08fdb04a872f9932e8613223b4 (patch)
tree601b9760163ad501af3d615d1631eb8e9c422ce1 /net-nds
parentsys-apps/fwupd: Removed old (diff)
downloadgentoo-614eccf4aba66f08fdb04a872f9932e8613223b4.tar.gz
gentoo-614eccf4aba66f08fdb04a872f9932e8613223b4.tar.bz2
gentoo-614eccf4aba66f08fdb04a872f9932e8613223b4.zip
net-nds/smbldap-tools: Removed old
Bug: https://bugs.gentoo.org/742152 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/smbldap-tools/Manifest1
-rw-r--r--net-nds/smbldap-tools/smbldap-tools-0.9.8.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/net-nds/smbldap-tools/Manifest b/net-nds/smbldap-tools/Manifest
index 529818fb404f..6fe4bc4f6878 100644
--- a/net-nds/smbldap-tools/Manifest
+++ b/net-nds/smbldap-tools/Manifest
@@ -1,2 +1 @@
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
diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.8.ebuild b/net-nds/smbldap-tools/smbldap-tools-0.9.8.ebuild
deleted file mode 100644
index a3b33702178c..000000000000
--- a/net-nds/smbldap-tools/smbldap-tools-0.9.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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."
-}