summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-15 09:54:16 +0300
committerSergey Popov <pinkbyte@gentoo.org>2020-02-17 10:48:25 +0300
commit463635683a7e12f4203bdbe08488420c761b15dc (patch)
tree022088ddf0900c8df9879e2ba0548f97e71c7405 /net-nds/shelldap
parentdev-ml/camlzip: Version bump to 1.10 (diff)
downloadgentoo-463635683a7e12f4203bdbe08488420c761b15dc.tar.gz
gentoo-463635683a7e12f4203bdbe08488420c761b15dc.tar.bz2
gentoo-463635683a7e12f4203bdbe08488420c761b15dc.zip
net-nds/shelldap: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-nds/shelldap')
-rw-r--r--net-nds/shelldap/Manifest1
-rw-r--r--net-nds/shelldap/shelldap-1.4.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 54c59aacf6f9..901673726ee2 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1,2 +1 @@
-DIST shelldap-1.4.0.tar.gz 22552 BLAKE2B 4eda256ef33aa80bb0f03c0ff796b51b2542d0fecc94df44452a519e7b69f825dac14b3eac6efcbc34c8926489e959c6e880d5b4c66c867268ad8155ad69eb3d SHA512 55d987aa0fd14f55cbcd3d94345fd649bf5e42c0bf9e0b3ea385b4d42be0baa9d4419f17f113edec84c6f5da00bc918ffd2e55e094b842fcd389993d2e306b26
DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f SHA512 036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a
diff --git a/net-nds/shelldap/shelldap-1.4.0.ebuild b/net-nds/shelldap/shelldap-1.4.0.ebuild
deleted file mode 100644
index 904d89c8feb3..000000000000
--- a/net-nds/shelldap/shelldap-1.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=noslotop
-inherit eutils perl-module
-
-DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content"
-HOMEPAGE="https://bitbucket.org/mahlon/shelldap/"
-SRC_URI="https://bitbucket.org/mahlon/shelldap/downloads/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+readline sasl +ssl"
-
-DEPEND=""
-RDEPEND="dev-perl/Algorithm-Diff
- sasl? ( dev-perl/Authen-SASL )
- dev-perl/IO-Socket-SSL
- dev-perl/perl-ldap
- dev-perl/TermReadKey
- readline? ( dev-perl/Term-ReadLine-Gnu )
- dev-perl/Term-Shell
- dev-perl/YAML-Syck
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-Getopt-Long
- virtual/perl-Digest-MD5"
-
-src_configure() { :; }
-
-src_compile() {
- pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage failed'
-}
-
-src_install() {
- doman "${PN}.1"
- dobin "${PN}"
- dodoc USAGE
-}