Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/shelldap: ChangeLog shelldap-0.4.ebuild
Date: Sat, 30 Apr 2011 20:36:14
Message-Id: 20110430203604.AA3A120054@flycatcher.gentoo.org
1 pva 11/04/30 20:36:04
2
3 Modified: ChangeLog
4 Added: shelldap-0.4.ebuild
5 Log:
6 Version bump, bug #356961 thank Azamat H. Hackimov for this work.
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 net-nds/shelldap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 29 Dec 2010 09:00:46 -0000 1.1
24 +++ ChangeLog 30 Apr 2011 20:36:04 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-nds/shelldap
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.1 2010/12/29 09:00:46 pva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.2 2011/04/30 20:36:04 pva Exp $
31 +
32 +*shelldap-0.4 (30 Apr 2011)
33 +
34 + 30 Apr 2011; Peter Volkov <pva@g.o> +shelldap-0.4.ebuild:
35 + Version bump, bug #356961 thank Azamat H. Hackimov for this work.
36
37 29 Dec 2010; Peter Volkov <pva@g.o> +shelldap-0.2_p20100615.ebuild,
38 +metadata.xml:
39
40
41
42 1.1 net-nds/shelldap/shelldap-0.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/shelldap-0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/shelldap-0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shelldap-0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/shelldap-0.4.ebuild,v 1.1 2011/04/30 20:36:04 pva Exp $
52
53 EAPI=3
54
55 REVISION="d703cba056e3"
56
57 DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content."
58 HOMEPAGE="http://projects.martini.nu/shelldap/"
59 SRC_URI="http://code.martini.nu/shelldap/archive/${REVISION}.tar.bz2 -> ${P}.tar.bz2"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND=""
67 RDEPEND="dev-perl/Algorithm-Diff
68 dev-perl/perl-ldap
69 dev-perl/TermReadKey
70 dev-perl/Term-ReadLine-Gnu
71 dev-perl/Term-Shell
72 dev-perl/YAML-Syck
73 virtual/perl-Digest-MD5"
74
75 S=${WORKDIR}/${PN}-${REVISION}
76
77 src_compile() {
78 pod2man --name ${PN} < ${PN} > ${PN}.1 || die
79 }
80
81 src_install() {
82 doman ${PN}.1 || die
83 dobin ${PN} || die
84 }