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: 1581925723.367dddd2decd3134c8c55eae2ee1e733899a3f77.pinkbyte@gentoo
1 commit: 367dddd2decd3134c8c55eae2ee1e733899a3f77
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 15 06:52:27 2020 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 07:48:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367dddd2
7
8 net-nds/shelldap: update to 1.5.1
9
10 Updated HOMEPAGE and SRC_URI, added missing dependency dev-perl/Tie-IxHash
11 Closes: https://bugs.gentoo.org/709644
12 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
13 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15
16 net-nds/shelldap/Manifest | 1 +
17 net-nds/shelldap/shelldap-1.5.0.ebuild | 1 +
18 net-nds/shelldap/{shelldap-1.5.0.ebuild => shelldap-1.5.1.ebuild} | 8 ++++----
19 3 files changed, 6 insertions(+), 4 deletions(-)
20
21 diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
22 index 901673726ee..2b9849f0aad 100644
23 --- a/net-nds/shelldap/Manifest
24 +++ b/net-nds/shelldap/Manifest
25 @@ -1 +1,2 @@
26 DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f SHA512 036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a
27 +DIST shelldap-1.5.1.tar.gz 22817 BLAKE2B 8ec41edf8c7d024f5eaed286284445cc9d41fbdf93ae34229d32392dd6f4862b8b3e66b5735679a9019d505753994f3d1d8f0d6cefec9b55708ef982d757b009 SHA512 64e5f58aa2d930ff869abb0c88ba36a5aac1272f118af8d17a0db847d6ce4bdd9fe3b8fb6b2e9d08f89bec57a102adf170f2c9f6b98b5f3fe5c30ac3636a060a
28
29 diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild b/net-nds/shelldap/shelldap-1.5.0.ebuild
30 index 5ad7513307f..33ac2881939 100644
31 --- a/net-nds/shelldap/shelldap-1.5.0.ebuild
32 +++ b/net-nds/shelldap/shelldap-1.5.0.ebuild
33 @@ -24,6 +24,7 @@ RDEPEND="dev-perl/Algorithm-Diff
34 dev-perl/TermReadKey
35 readline? ( dev-perl/Term-ReadLine-Gnu )
36 dev-perl/Term-Shell
37 + dev-perl/Tie-IxHash
38 dev-perl/YAML-Syck
39 virtual/perl-Data-Dumper
40 virtual/perl-File-Temp
41
42 diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild b/net-nds/shelldap/shelldap-1.5.1.ebuild
43 similarity index 77%
44 copy from net-nds/shelldap/shelldap-1.5.0.ebuild
45 copy to net-nds/shelldap/shelldap-1.5.1.ebuild
46 index 5ad7513307f..eca62dabfd3 100644
47 --- a/net-nds/shelldap/shelldap-1.5.0.ebuild
48 +++ b/net-nds/shelldap/shelldap-1.5.1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2019 Gentoo Authors
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 @@ -7,8 +7,8 @@ GENTOO_DEPEND_ON_PERL=noslotop
56 inherit eutils perl-module
57
58 DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content"
59 -HOMEPAGE="https://bitbucket.org/mahlon/shelldap/"
60 -SRC_URI="https://bitbucket.org/mahlon/shelldap/downloads/${P}.tar.gz"
61 +HOMEPAGE="https://github.com/mahlonsmith/shelldap https://bitbucket.org/mahlon/shelldap/"
62 +SRC_URI="https://github.com/mahlonsmith/${PN}/releases/download/v${PV}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86"
67
68 IUSE="+readline sasl +ssl"
69
70 -DEPEND=""
71 RDEPEND="dev-perl/Algorithm-Diff
72 sasl? ( dev-perl/Authen-SASL )
73 dev-perl/IO-Socket-SSL
74 @@ -24,6 +23,7 @@ RDEPEND="dev-perl/Algorithm-Diff
75 dev-perl/TermReadKey
76 readline? ( dev-perl/Term-ReadLine-Gnu )
77 dev-perl/Term-Shell
78 + dev-perl/Tie-IxHash
79 dev-perl/YAML-Syck
80 virtual/perl-Data-Dumper
81 virtual/perl-File-Temp