summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-12-29 09:00:46 +0000
committerPeter Volkov <pva@gentoo.org>2010-12-29 09:00:46 +0000
commit1f7a4c08741eaeb1f64647f3f515d7cc3bf6f705 (patch)
tree9a02d350252140fff2fb65a23e3108b5560f9a57 /net-nds/shelldap
parentFix building with recent poppler wrt #349943 by Helmut Jarausch. (diff)
downloadgentoo-2-1f7a4c08741eaeb1f64647f3f515d7cc3bf6f705.tar.gz
gentoo-2-1f7a4c08741eaeb1f64647f3f515d7cc3bf6f705.tar.bz2
gentoo-2-1f7a4c08741eaeb1f64647f3f515d7cc3bf6f705.zip
Move from net-dns, bug #347643, thank Azamat Hackimov for report.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/shelldap')
-rw-r--r--net-nds/shelldap/ChangeLog14
-rw-r--r--net-nds/shelldap/metadata.xml19
-rw-r--r--net-nds/shelldap/shelldap-0.2_p20100615.ebuild36
3 files changed, 69 insertions, 0 deletions
diff --git a/net-nds/shelldap/ChangeLog b/net-nds/shelldap/ChangeLog
new file mode 100644
index 000000000000..4eb71eaf954f
--- /dev/null
+++ b/net-nds/shelldap/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for net-nds/shelldap
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.1 2010/12/29 09:00:46 pva Exp $
+
+ 29 Dec 2010; Peter Volkov <pva@gentoo.org> +shelldap-0.2_p20100615.ebuild,
+ +metadata.xml:
+ Move from net-dns, bug #347643, thank Azamat Hackimov for report.
+
+*shelldap-0.2_p20100615 (24 Dec 2010)
+
+ 24 Dec 2010; Peter Volkov <pva@gentoo.org> +shelldap-0.2_p20100615.ebuild,
+ +metadata.xml:
+ Initial import, bug #347643, thank Azamat H. Hackimov for report.
+
diff --git a/net-nds/shelldap/metadata.xml b/net-nds/shelldap/metadata.xml
new file mode 100644
index 000000000000..fd998f83dd75
--- /dev/null
+++ b/net-nds/shelldap/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>pva@gentoo.org</email>
+<name>Peter Volkov</name>
+</maintainer>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+A handy shell-like interface for browsing LDAP servers and editing their
+content. It keeps command history, has sane autocompletes, credential caching,
+site-wide and individual configs, and it's fun to say.
+</longdescription>
+</pkgmetadata>
+
diff --git a/net-nds/shelldap/shelldap-0.2_p20100615.ebuild b/net-nds/shelldap/shelldap-0.2_p20100615.ebuild
new file mode 100644
index 000000000000..a21d11b8ebc3
--- /dev/null
+++ b/net-nds/shelldap/shelldap-0.2_p20100615.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/shelldap-0.2_p20100615.ebuild,v 1.1 2010/12/29 09:00:46 pva Exp $
+
+EAPI=3
+
+REVISION="5a65bc849363"
+
+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"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-perl/Algorithm-Diff
+ dev-perl/perl-ldap
+ dev-perl/TermReadKey
+ dev-perl/Term-ReadLine-Gnu
+ dev-perl/Term-Shell
+ dev-perl/YAML-Syck
+ virtual/perl-Digest-MD5"
+
+S=${WORKDIR}/${PN}-${REVISION}
+
+src_compile() {
+ pod2man --name ${PN} < ${PN} > ${PN}.1 || die
+}
+
+src_install() {
+ doman ${PN}.1 || die
+ dobin ${PN} || die
+}