Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/
Date: Mon, 17 Feb 2020 07:49:12
Message-Id: 1581925705.463635683a7e12f4203bdbe08488420c761b15dc.pinkbyte@gentoo
1 commit: 463635683a7e12f4203bdbe08488420c761b15dc
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 15 06:54:16 2020 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 07:48:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46363568
7
8 net-nds/shelldap: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
13
14 net-nds/shelldap/Manifest | 1 -
15 net-nds/shelldap/shelldap-1.4.0.ebuild | 43 ----------------------------------
16 2 files changed, 44 deletions(-)
17
18 diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
19 index 54c59aacf6f..901673726ee 100644
20 --- a/net-nds/shelldap/Manifest
21 +++ b/net-nds/shelldap/Manifest
22 @@ -1,2 +1 @@
23 -DIST shelldap-1.4.0.tar.gz 22552 BLAKE2B 4eda256ef33aa80bb0f03c0ff796b51b2542d0fecc94df44452a519e7b69f825dac14b3eac6efcbc34c8926489e959c6e880d5b4c66c867268ad8155ad69eb3d SHA512 55d987aa0fd14f55cbcd3d94345fd649bf5e42c0bf9e0b3ea385b4d42be0baa9d4419f17f113edec84c6f5da00bc918ffd2e55e094b842fcd389993d2e306b26
24 DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f SHA512 036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a
25
26 diff --git a/net-nds/shelldap/shelldap-1.4.0.ebuild b/net-nds/shelldap/shelldap-1.4.0.ebuild
27 deleted file mode 100644
28 index 904d89c8feb..00000000000
29 --- a/net-nds/shelldap/shelldap-1.4.0.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -GENTOO_DEPEND_ON_PERL=noslotop
38 -inherit eutils perl-module
39 -
40 -DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content"
41 -HOMEPAGE="https://bitbucket.org/mahlon/shelldap/"
42 -SRC_URI="https://bitbucket.org/mahlon/shelldap/downloads/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -IUSE="+readline sasl +ssl"
49 -
50 -DEPEND=""
51 -RDEPEND="dev-perl/Algorithm-Diff
52 - sasl? ( dev-perl/Authen-SASL )
53 - dev-perl/IO-Socket-SSL
54 - dev-perl/perl-ldap
55 - dev-perl/TermReadKey
56 - readline? ( dev-perl/Term-ReadLine-Gnu )
57 - dev-perl/Term-Shell
58 - dev-perl/YAML-Syck
59 - virtual/perl-Data-Dumper
60 - virtual/perl-File-Temp
61 - virtual/perl-Getopt-Long
62 - virtual/perl-Digest-MD5"
63 -
64 -src_configure() { :; }
65 -
66 -src_compile() {
67 - pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage failed'
68 -}
69 -
70 -src_install() {
71 - doman "${PN}.1"
72 - dobin "${PN}"
73 - dodoc USAGE
74 -}