commit:     463635683a7e12f4203bdbe08488420c761b15dc
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 15 06:54:16 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 07:48:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46363568

net-nds/shelldap: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-nds/shelldap/Manifest              |  1 -
 net-nds/shelldap/shelldap-1.4.0.ebuild | 43 ----------------------------------
 2 files changed, 44 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 54c59aacf6f..901673726ee 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 904d89c8feb..00000000000
--- 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
-}

Reply via email to