summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2017-07-18 09:06:20 +0300
committerSergey Popov <pinkbyte@gentoo.org>2017-07-18 09:07:19 +0300
commitc739c498c15102982c8e3b83c836578783b04dc6 (patch)
tree3b8a8cb24aeaa6ed8c913b7c6a3b00ca9fa6d49e /net-nds
parentdev-ruby/hoe: cleanup (diff)
downloadgentoo-c739c498c15102982c8e3b83c836578783b04dc6.tar.gz
gentoo-c739c498c15102982c8e3b83c836578783b04dc6.tar.bz2
gentoo-c739c498c15102982c8e3b83c836578783b04dc6.zip
net-nds/shelldap: version bump, drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/shelldap/Manifest2
-rw-r--r--net-nds/shelldap/shelldap-1.4.0.ebuild (renamed from net-nds/shelldap/shelldap-1.3.1.ebuild)27
2 files changed, 16 insertions, 13 deletions
diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 9d0f18454d9d..b197fc8493fe 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
index 56b34b34be41..904d89c8feb3 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
}