diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-08-18 19:22:23 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-09-01 11:03:27 +0300 |
commit | a9f12e9973c51ea9027ac38e9c6a7d322000797e (patch) | |
tree | f960674ad7971db8e829d7c4f8846645f8eafe6e /net-nds | |
parent | net-analyzer/trafshow: Fix building against libpcap-1.10.0 (diff) | |
download | gentoo-a9f12e9973c51ea9027ac38e9c6a7d322000797e.tar.gz gentoo-a9f12e9973c51ea9027ac38e9c6a7d322000797e.tar.bz2 gentoo-a9f12e9973c51ea9027ac38e9c6a7d322000797e.zip |
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 <pinkbyte@gentoo.org>
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/shelldap/Manifest | 1 | ||||
-rw-r--r-- | net-nds/shelldap/metadata.xml | 3 | ||||
-rw-r--r-- | net-nds/shelldap/shelldap-1.5.0.ebuild | 44 | ||||
-rw-r--r-- | 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 2b9849f0aad6..f23f8b61811b 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 26162a20614c..2fd10bdaad30 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. </longdescription> <upstream> - <bugs-to>https://bitbucket.org/mahlon/shelldap/issues/</bugs-to> - <remote-id type="bitbucket">mahlon/shelldap</remote-id> + <remote-id type="github">mahlonsmith/shelldap</remote-id> </upstream> </pkgmetadata> 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 33ac2881939e..000000000000 --- 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 eca62dabfd3d..da6e2624d28a 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" |