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: Fri, 09 Oct 2015 11:17:37
Message-Id: 1444389448.d166ce8d794447fad8be1fd591d00a5b0662c2c5.pinkbyte@gentoo
1 commit: d166ce8d794447fad8be1fd591d00a5b0662c2c5
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 11:16:38 2015 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 11:17:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d166ce8d
7
8 net-nds/shelldap: version bump, drop old
9
10 Package-Manager: portage-2.2.22
11
12 net-nds/shelldap/Manifest | 3 +--
13 net-nds/shelldap/shelldap-1.0.2.ebuild | 31 ----------------------
14 ...shelldap-1.3.0.ebuild => shelldap-1.3.1.ebuild} | 0
15 3 files changed, 1 insertion(+), 33 deletions(-)
16
17 diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
18 index b114ae1..dc9ac80 100644
19 --- a/net-nds/shelldap/Manifest
20 +++ b/net-nds/shelldap/Manifest
21 @@ -1,2 +1 @@
22 -DIST shelldap-1.0.2.tar.bz2 16205 SHA256 c02a22ba980a2f87a2f65caa6bbcb228cb38bf08e9e0d5d309a6b8118ad3cbe0 SHA512 aa199de5251eeeec1b20f77cbda1bc76b3c8203dcb5021250ebccb8d1c8fa9134b076eb38574636789e2828fb582b588f63fe819c05d6e051ae079e9a0a99acd WHIRLPOOL c0b615d06b84eeaa7b08242efe332afddbb174cfa8fa6cbd357ee0285c998a8960c1721aeb03098dcb5ae146ea814888aa16157097f639a96cfa34a37dbb8003
23 -DIST shelldap-1.3.0.tar.bz2 17624 SHA256 168d5902e5d3a4e843242c2de98c98edaa8755941a70a55410f416e0f6a1da46 SHA512 d20714d2c41206a8921eea5937e03432b1cc9cf5224f9cfd62dfc048ab987c6753e92d828f25687ee0d69737729e4df9d77580fd832edd93191753dff6c12ead WHIRLPOOL 7b2f592f1a1b222463a7acd9e2d8ef447f3c937d0b7fce97f5ce7a786bbf2d166dbdeb10b86a74504c320e00fda9eb3a8e09b8d789d2f80ad91cc5e27a9513de
24 +DIST shelldap-1.3.1.tar.bz2 17794 SHA256 a637a3a941338b5dd6cf184e5a3d640b880ebbea7a9c90edb252f893601aea0d SHA512 be512aebba883e507506901474403e07ab0e4f78075e26c566b6eded6c24b4231d491c5f6e84af57b38408040f6e802d2c6f59c309a2e21e0ab02a0fe08af001 WHIRLPOOL be72dc3db8de5968b3d4f9fa33d037661ae7ce9d628d01f5ea4aaab535657162e79ed8bb481d0d82deb32407910bbe980034a7e9b7de0b01b2d5ca8afebe72a8
25
26 diff --git a/net-nds/shelldap/shelldap-1.0.2.ebuild b/net-nds/shelldap/shelldap-1.0.2.ebuild
27 deleted file mode 100644
28 index ab8b1b0..0000000
29 --- a/net-nds/shelldap/shelldap-1.0.2.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content"
39 -HOMEPAGE="http://projects.martini.nu/shelldap/"
40 -SRC_URI="http://code.martini.nu/shelldap/archive/${PV}.tar.bz2 -> ${P}.tar.bz2"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -DEPEND=""
47 -RDEPEND="dev-perl/Algorithm-Diff
48 - dev-perl/perl-ldap
49 - dev-perl/TermReadKey
50 - dev-perl/Term-ReadLine-Gnu
51 - dev-perl/Term-Shell
52 - dev-perl/YAML-Syck
53 - virtual/perl-Digest-MD5"
54 -
55 -src_compile() {
56 - pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage failed'
57 -}
58 -
59 -src_install() {
60 - doman "${PN}.1"
61 - dobin "${PN}"
62 -}
63
64 diff --git a/net-nds/shelldap/shelldap-1.3.0.ebuild b/net-nds/shelldap/shelldap-1.3.1.ebuild
65 similarity index 100%
66 rename from net-nds/shelldap/shelldap-1.3.0.ebuild
67 rename to net-nds/shelldap/shelldap-1.3.1.ebuild