net-nds/shelldap: remove old
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>
Sat, 15 Feb 2020 06:54:16 +0000 (09:54 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Mon, 17 Feb 2020 07:48:25 +0000 (10:48 +0300)
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>
net-nds/shelldap/Manifest
net-nds/shelldap/shelldap-1.4.0.ebuild [deleted file]

index 54c59aacf6f977e0e2132494822edcb28c4691ef..901673726ee282c218ebc8c79d252ab9db473a3f 100644 (file)
@@ -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 (file)
index 904d89c..0000000
+++ /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
-}