[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2021-10-21 Thread Sergey Popov
commit: b6ffc235374c99d1a177e9ca90e79f9882ebb9c8
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Oct 21 13:56:37 2021 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Oct 21 13:56:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ffc235

net-nds/shelldap: remove myself from maintainers

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov  gentoo.org>

 net-nds/shelldap/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-nds/shelldap/metadata.xml b/net-nds/shelldap/metadata.xml
index 5f1a0cc1c96..ac57b19d2f8 100644
--- a/net-nds/shelldap/metadata.xml
+++ b/net-nds/shelldap/metadata.xml
@@ -5,10 +5,6 @@
azamat.hacki...@gmail.com
Azamat Hackimov

-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2020-09-01 Thread Sergey Popov
commit: a9f12e9973c51ea9027ac38e9c6a7d322000797e
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Aug 18 16:22:23 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Sep  1 08:03:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f12e99

net-nds/shelldap: update HOMEPAGE, remove old

Upstream moved to Github

Closes: https://github.com/gentoo/gentoo/pull/17161
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergey Popov  gentoo.org>
Signed-off-by: Azamat H. Hackimov  gmail.com>

 net-nds/shelldap/Manifest  |  1 -
 net-nds/shelldap/metadata.xml  |  3 +--
 net-nds/shelldap/shelldap-1.5.0.ebuild | 44 --
 net-nds/shelldap/shelldap-1.5.1.ebuild |  2 +-
 4 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 2b9849f0aad..f23f8b61811 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1,2 +1 @@
-DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B 
ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f
 SHA512 
036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a
 DIST shelldap-1.5.1.tar.gz 22817 BLAKE2B 
8ec41edf8c7d024f5eaed286284445cc9d41fbdf93ae34229d32392dd6f4862b8b3e66b5735679a9019d505753994f3d1d8f0d6cefec9b55708ef982d757b009
 SHA512 
64e5f58aa2d930ff869abb0c88ba36a5aac1272f118af8d17a0db847d6ce4bdd9fe3b8fb6b2e9d08f89bec57a102adf170f2c9f6b98b5f3fe5c30ac3636a060a

diff --git a/net-nds/shelldap/metadata.xml b/net-nds/shelldap/metadata.xml
index 26162a20614..2fd10bdaad3 100644
--- a/net-nds/shelldap/metadata.xml
+++ b/net-nds/shelldap/metadata.xml
@@ -19,7 +19,6 @@
site-wide and individual configs, and it's fun to say.


-   https://bitbucket.org/mahlon/shelldap/issues/
-   mahlon/shelldap
+   mahlonsmith/shelldap

 

diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild 
b/net-nds/shelldap/shelldap-1.5.0.ebuild
deleted file mode 100644
index 33ac2881939..000
--- a/net-nds/shelldap/shelldap-1.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/Tie-IxHash
-   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
-}

diff --git a/net-nds/shelldap/shelldap-1.5.1.ebuild 
b/net-nds/shelldap/shelldap-1.5.1.ebuild
index eca62dabfd3..da6e2624d28 100644
--- a/net-nds/shelldap/shelldap-1.5.1.ebuild
+++ b/net-nds/shelldap/shelldap-1.5.1.ebuild
@@ -7,7 +7,7 @@ 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://github.com/mahlonsmith/shelldap 
https://bitbucket.org/mahlon/shelldap/;
+HOMEPAGE="https://github.com/mahlonsmith/shelldap;
 
SRC_URI="https://github.com/mahlonsmith/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2020-02-16 Thread Sergey Popov
commit: 463635683a7e12f4203bdbe08488420c761b15dc
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 15 06:54:16 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Feb 17 07:48:25 2020 +
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  gmail.com>
Signed-off-by: Sergey Popov  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2020-02-16 Thread Sergey Popov
commit: 3672decd3134c8c55eae2ee1e733899a3f77
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 15 06:52:27 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Feb 17 07:48:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3672

net-nds/shelldap: update to 1.5.1

Updated HOMEPAGE and SRC_URI, added missing dependency dev-perl/Tie-IxHash
Closes: https://bugs.gentoo.org/709644
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 net-nds/shelldap/Manifest | 1 +
 net-nds/shelldap/shelldap-1.5.0.ebuild| 1 +
 net-nds/shelldap/{shelldap-1.5.0.ebuild => shelldap-1.5.1.ebuild} | 8 
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 901673726ee..2b9849f0aad 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1 +1,2 @@
 DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B 
ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f
 SHA512 
036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a
+DIST shelldap-1.5.1.tar.gz 22817 BLAKE2B 
8ec41edf8c7d024f5eaed286284445cc9d41fbdf93ae34229d32392dd6f4862b8b3e66b5735679a9019d505753994f3d1d8f0d6cefec9b55708ef982d757b009
 SHA512 
64e5f58aa2d930ff869abb0c88ba36a5aac1272f118af8d17a0db847d6ce4bdd9fe3b8fb6b2e9d08f89bec57a102adf170f2c9f6b98b5f3fe5c30ac3636a060a

diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild 
b/net-nds/shelldap/shelldap-1.5.0.ebuild
index 5ad7513307f..33ac2881939 100644
--- a/net-nds/shelldap/shelldap-1.5.0.ebuild
+++ b/net-nds/shelldap/shelldap-1.5.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="dev-perl/Algorithm-Diff
dev-perl/TermReadKey
readline? ( dev-perl/Term-ReadLine-Gnu )
dev-perl/Term-Shell
+   dev-perl/Tie-IxHash
dev-perl/YAML-Syck
virtual/perl-Data-Dumper
virtual/perl-File-Temp

diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild 
b/net-nds/shelldap/shelldap-1.5.1.ebuild
similarity index 77%
copy from net-nds/shelldap/shelldap-1.5.0.ebuild
copy to net-nds/shelldap/shelldap-1.5.1.ebuild
index 5ad7513307f..eca62dabfd3 100644
--- a/net-nds/shelldap/shelldap-1.5.0.ebuild
+++ b/net-nds/shelldap/shelldap-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,8 +7,8 @@ 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;
+HOMEPAGE="https://github.com/mahlonsmith/shelldap 
https://bitbucket.org/mahlon/shelldap/;
+SRC_URI="https://github.com/mahlonsmith/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
@@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="+readline sasl +ssl"
 
-DEPEND=""
 RDEPEND="dev-perl/Algorithm-Diff
sasl? ( dev-perl/Authen-SASL )
dev-perl/IO-Socket-SSL
@@ -24,6 +23,7 @@ RDEPEND="dev-perl/Algorithm-Diff
dev-perl/TermReadKey
readline? ( dev-perl/Term-ReadLine-Gnu )
dev-perl/Term-Shell
+   dev-perl/Tie-IxHash
dev-perl/YAML-Syck
virtual/perl-Data-Dumper
virtual/perl-File-Temp



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2019-08-13 Thread Sergey Popov
commit: ab7e541e5488ca3230c736b9ad861dedcd56c44f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Aug 13 06:28:35 2019 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Aug 13 10:55:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7e541e

net-nds/shelldap: update to 1.5.0, remove old

Closes: https://github.com/gentoo/gentoo/pull/12688
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.16

 net-nds/shelldap/Manifest | 2 +-
 net-nds/shelldap/{shelldap-1.3.2.ebuild => shelldap-1.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index c473853d8c7..54c59aacf6f 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1,2 +1,2 @@
-DIST shelldap-1.3.2.tar.gz 18624 BLAKE2B 
31ca8b20719e072f451153461ad60fb6ba539c4a29f47c395cc7516528873eb4f88d8da727da3c34df0b866e6c3518c0061a4b9640c32a107766c0672aaca128
 SHA512 
618cfbbc4e7344571d5ba1a652757aef1526fedd882444ed5df8982414df0dc11cb967443dc0e2b1f1c182bbaa1f7bfebf41906bbc53e9106cdfe7676b558703
 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.3.2.ebuild 
b/net-nds/shelldap/shelldap-1.5.0.ebuild
similarity index 95%
rename from net-nds/shelldap/shelldap-1.3.2.ebuild
rename to net-nds/shelldap/shelldap-1.5.0.ebuild
index f9bdfd90169..5ad7513307f 100644
--- a/net-nds/shelldap/shelldap-1.3.2.ebuild
+++ b/net-nds/shelldap/shelldap-1.5.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 GENTOO_DEPEND_ON_PERL=noslotop
 inherit eutils perl-module



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2017-07-18 Thread Sergey Popov
commit: c739c498c15102982c8e3b83c836578783b04dc6
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Jul 18 06:06:20 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Jul 18 06:07:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c739c498

net-nds/shelldap: version bump, drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-nds/shelldap/Manifest  |  2 +-
 ...shelldap-1.3.1.ebuild => shelldap-1.4.0.ebuild} | 27 --
 2 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 9d0f18454d9..b197fc8493f 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1,2 +1,2 @@
-DIST shelldap-1.3.1.tar.bz2 17794 SHA256 
a637a3a941338b5dd6cf184e5a3d640b880ebbea7a9c90edb252f893601aea0d SHA512 
be512aebba883e507506901474403e07ab0e4f78075e26c566b6eded6c24b4231d491c5f6e84af57b38408040f6e802d2c6f59c309a2e21e0ab02a0fe08af001
 WHIRLPOOL 
be72dc3db8de5968b3d4f9fa33d037661ae7ce9d628d01f5ea4aaab535657162e79ed8bb481d0d82deb32407910bbe980034a7e9b7de0b01b2d5ca8afebe72a8
 DIST shelldap-1.3.2.tar.gz 18624 SHA256 
b4f84cfa164e69c7bdcbbd39416900190df8acf701539fbf0f2576514961c683 SHA512 
618cfbbc4e7344571d5ba1a652757aef1526fedd882444ed5df8982414df0dc11cb967443dc0e2b1f1c182bbaa1f7bfebf41906bbc53e9106cdfe7676b558703
 WHIRLPOOL 
5cf5f07ed8f2a36d19ccb263dcb19c054fe1b64a585166c26856421821336d0edb3f432d3777175ed969486e45536b0ca5231a326400c6319c3162481dcb9ca0
+DIST shelldap-1.4.0.tar.gz 22552 SHA256 
91889c277e9c7dd470abf017ac73c02ab2a95aac355de4dd7c77f0c7fadef31d SHA512 
55d987aa0fd14f55cbcd3d94345fd649bf5e42c0bf9e0b3ea385b4d42be0baa9d4419f17f113edec84c6f5da00bc918ffd2e55e094b842fcd389993d2e306b26
 WHIRLPOOL 
dbbbc1bce82864dec101989f869303376511f7d5941073e780de676e1296a180d72c83874698d59ca2104bba404931204d506140a62a2d55ba6cabd881fb3d2f

diff --git a/net-nds/shelldap/shelldap-1.3.1.ebuild 
b/net-nds/shelldap/shelldap-1.4.0.ebuild
similarity index 55%
rename from net-nds/shelldap/shelldap-1.3.1.ebuild
rename to net-nds/shelldap/shelldap-1.4.0.ebuild
index 56b34b34be4..904d89c8feb 100644
--- a/net-nds/shelldap/shelldap-1.3.1.ebuild
+++ b/net-nds/shelldap/shelldap-1.4.0.ebuild
@@ -1,33 +1,35 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils perl-app
+GENTOO_DEPEND_ON_PERL=noslotop
+inherit eutils perl-module
 
 DESCRIPTION="A handy shell-like interface for browsing LDAP servers and 
editing their content"
-HOMEPAGE="http://projects.martini.nu/shelldap/;
-SRC_URI="http://code.martini.nu/shelldap/archive/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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
-   dev-perl/Term-ReadLine-Gnu
+   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"
 
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_prepare() {
-   epatch_user
-}
-
 src_configure() { :; }
 
 src_compile() {
@@ -37,4 +39,5 @@ src_compile() {
 src_install() {
doman "${PN}.1"
dobin "${PN}"
+   dodoc USAGE
 }



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2017-01-09 Thread Göktürk Yüksek
commit: 644bc5216dc55b7fb105ac59ea211ae0c111d708
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Jan  9 17:48:01 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jan  9 17:50:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644bc521

net-nds/shelldap: remove the obsolete  tag

Package-Manager: portage-2.3.0

 net-nds/shelldap/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-nds/shelldap/metadata.xml b/net-nds/shelldap/metadata.xml
index db3a6f9..26162a2 100644
--- a/net-nds/shelldap/metadata.xml
+++ b/net-nds/shelldap/metadata.xml
@@ -4,12 +4,10 @@

azamat.hacki...@gmail.com
Azamat Hackimov
-   Maintainer. Assign bugs to him


pinkb...@gentoo.org
Sergey Popov
-   Proxy maintainer. CC him on bugs


proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2017-01-03 Thread Patrice Clement
commit: 373389f06e0052723b71d6aa9a2382ce97f490d7
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Dec 30 05:14:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan  3 23:11:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373389f0

net-nds/shelldap: version bump to 1.3.2

Updated hompage and source URI.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3282

 net-nds/shelldap/Manifest  |  1 +
 net-nds/shelldap/metadata.xml  |  4 
 net-nds/shelldap/shelldap-1.3.2.ebuild | 44 ++
 3 files changed, 49 insertions(+)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index dc9ac80..9d0f184 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1 +1,2 @@
 DIST shelldap-1.3.1.tar.bz2 17794 SHA256 
a637a3a941338b5dd6cf184e5a3d640b880ebbea7a9c90edb252f893601aea0d SHA512 
be512aebba883e507506901474403e07ab0e4f78075e26c566b6eded6c24b4231d491c5f6e84af57b38408040f6e802d2c6f59c309a2e21e0ab02a0fe08af001
 WHIRLPOOL 
be72dc3db8de5968b3d4f9fa33d037661ae7ce9d628d01f5ea4aaab535657162e79ed8bb481d0d82deb32407910bbe980034a7e9b7de0b01b2d5ca8afebe72a8
+DIST shelldap-1.3.2.tar.gz 18624 SHA256 
b4f84cfa164e69c7bdcbbd39416900190df8acf701539fbf0f2576514961c683 SHA512 
618cfbbc4e7344571d5ba1a652757aef1526fedd882444ed5df8982414df0dc11cb967443dc0e2b1f1c182bbaa1f7bfebf41906bbc53e9106cdfe7676b558703
 WHIRLPOOL 
5cf5f07ed8f2a36d19ccb263dcb19c054fe1b64a585166c26856421821336d0edb3f432d3777175ed969486e45536b0ca5231a326400c6319c3162481dcb9ca0

diff --git a/net-nds/shelldap/metadata.xml b/net-nds/shelldap/metadata.xml
index cb35131..db3a6f9 100644
--- a/net-nds/shelldap/metadata.xml
+++ b/net-nds/shelldap/metadata.xml
@@ -20,4 +20,8 @@
content. It keeps command history, has sane autocompletes, 
credential caching,
site-wide and individual configs, and it's fun to say.

+   
+   https://bitbucket.org/mahlon/shelldap/issues/
+   mahlon/shelldap
+   
 

diff --git a/net-nds/shelldap/shelldap-1.3.2.ebuild 
b/net-nds/shelldap/shelldap-1.3.2.ebuild
new file mode 100644
index ..2399200
--- /dev/null
+++ b/net-nds/shelldap/shelldap-1.3.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2015-10-09 Thread Sergey Popov
commit: d166ce8d794447fad8be1fd591d00a5b0662c2c5
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Oct  9 11:16:38 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Oct  9 11:17:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d166ce8d

net-nds/shelldap: version bump, drop old

Package-Manager: portage-2.2.22

 net-nds/shelldap/Manifest  |  3 +--
 net-nds/shelldap/shelldap-1.0.2.ebuild | 31 --
 ...shelldap-1.3.0.ebuild => shelldap-1.3.1.ebuild} |  0
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index b114ae1..dc9ac80 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1,2 +1 @@
-DIST shelldap-1.0.2.tar.bz2 16205 SHA256 
c02a22ba980a2f87a2f65caa6bbcb228cb38bf08e9e0d5d309a6b8118ad3cbe0 SHA512 
aa199de5251c1b20f77cbda1bc76b3c8203dcb5021250ebccb8d1c8fa9134b076eb38574636789e2828fb582b588f63fe819c05d6e051ae079e9a0a99acd
 WHIRLPOOL 
c0b615d06b84eeaa7b08242efe332afddbb174cfa8fa6cbd357ee0285c998a8960c1721aeb03098dcb5ae146ea814888aa16157097f639a96cfa34a37dbb8003
-DIST shelldap-1.3.0.tar.bz2 17624 SHA256 
168d5902e5d3a4e843242c2de98c98edaa8755941a70a55410f416e0f6a1da46 SHA512 
d20714d2c41206a8921eea5937e03432b1cc9cf5224f9cfd62dfc048ab987c6753e92d828f25687ee0d69737729e4df9d77580fd832edd93191753dff6c12ead
 WHIRLPOOL 
7b2f592f1a1b222463a7acd9e2d8ef447f3c937d0b7fce97f5ce7a786bbf2d166dbdeb10b86a74504c320e00fda9eb3a8e09b8d789d2f80ad91cc5e27a9513de
+DIST shelldap-1.3.1.tar.bz2 17794 SHA256 
a637a3a941338b5dd6cf184e5a3d640b880ebbea7a9c90edb252f893601aea0d SHA512 
be512aebba883e507506901474403e07ab0e4f78075e26c566b6eded6c24b4231d491c5f6e84af57b38408040f6e802d2c6f59c309a2e21e0ab02a0fe08af001
 WHIRLPOOL 
be72dc3db8de5968b3d4f9fa33d037661ae7ce9d628d01f5ea4aaab535657162e79ed8bb481d0d82deb32407910bbe980034a7e9b7de0b01b2d5ca8afebe72a8

diff --git a/net-nds/shelldap/shelldap-1.0.2.ebuild 
b/net-nds/shelldap/shelldap-1.0.2.ebuild
deleted file mode 100644
index ab8b1b0..000
--- a/net-nds/shelldap/shelldap-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A handy shell-like interface for browsing LDAP servers and 
editing their content"
-HOMEPAGE="http://projects.martini.nu/shelldap/;
-SRC_URI="http://code.martini.nu/shelldap/archive/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="dev-perl/Algorithm-Diff
-   dev-perl/perl-ldap
-   dev-perl/TermReadKey
-   dev-perl/Term-ReadLine-Gnu
-   dev-perl/Term-Shell
-   dev-perl/YAML-Syck
-   virtual/perl-Digest-MD5"
-
-src_compile() {
-   pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage 
failed'
-}
-
-src_install() {
-   doman "${PN}.1"
-   dobin "${PN}"
-}

diff --git a/net-nds/shelldap/shelldap-1.3.0.ebuild 
b/net-nds/shelldap/shelldap-1.3.1.ebuild
similarity index 100%
rename from net-nds/shelldap/shelldap-1.3.0.ebuild
rename to net-nds/shelldap/shelldap-1.3.1.ebuild