summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-11-07 11:12:14 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-11-07 11:12:14 +0000
commitb3d8ec7c66a6d55ebce9fceda9d8ac20ed789505 (patch)
tree24dafcfbc8cbe29aae4aca91e3320473d2908f73 /net-nds
parentInitial commit, wrt bug #486110. Package will be maintained by Ferenc Erki <e... (diff)
downloadgentoo-2-b3d8ec7c66a6d55ebce9fceda9d8ac20ed789505.tar.gz
gentoo-2-b3d8ec7c66a6d55ebce9fceda9d8ac20ed789505.tar.bz2
gentoo-2-b3d8ec7c66a6d55ebce9fceda9d8ac20ed789505.zip
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/shelldap/ChangeLog8
-rw-r--r--net-nds/shelldap/shelldap-1.0.2.ebuild (renamed from net-nds/shelldap/shelldap-0.4.ebuild)19
2 files changed, 14 insertions, 13 deletions
diff --git a/net-nds/shelldap/ChangeLog b/net-nds/shelldap/ChangeLog
index d158fa71bbdb..60a5426b264c 100644
--- a/net-nds/shelldap/ChangeLog
+++ b/net-nds/shelldap/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-nds/shelldap
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.4 2013/02/21 00:13:38 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.5 2013/11/07 11:12:14 pinkbyte Exp $
+
+*shelldap-1.0.2 (07 Nov 2013)
+
+ 07 Nov 2013; Sergey Popov <pinkbyte@gentoo.org> -shelldap-0.4.ebuild,
+ +shelldap-1.0.2.ebuild:
+ Version bump, drop old
*shelldap-0.7_p20130220 (20 Feb 2013)
diff --git a/net-nds/shelldap/shelldap-0.4.ebuild b/net-nds/shelldap/shelldap-1.0.2.ebuild
index ed7a299f2c83..a2ad2a9aba38 100644
--- a/net-nds/shelldap/shelldap-0.4.ebuild
+++ b/net-nds/shelldap/shelldap-1.0.2.ebuild
@@ -1,19 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/shelldap-0.4.ebuild,v 1.1 2011/04/30 20:36:04 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/shelldap-1.0.2.ebuild,v 1.1 2013/11/07 11:12:14 pinkbyte Exp $
-EAPI=3
-
-REVISION="d703cba056e3"
+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/${REVISION}.tar.bz2 -> ${P}.tar.bz2"
+SRC_URI="http://code.martini.nu/shelldap/archive/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=""
RDEPEND="dev-perl/Algorithm-Diff
@@ -24,13 +21,11 @@ RDEPEND="dev-perl/Algorithm-Diff
dev-perl/YAML-Syck
virtual/perl-Digest-MD5"
-S=${WORKDIR}/${PN}-${REVISION}
-
src_compile() {
- pod2man --name ${PN} < ${PN} > ${PN}.1 || die
+ pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage failed'
}
src_install() {
- doman ${PN}.1 || die
- dobin ${PN} || die
+ doman "${PN}.1"
+ dobin "${PN}"
}