diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 12:58:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 12:58:46 +0000 |
commit | e9338bdf206ad021bade39e6e5091e9ff00e6003 (patch) | |
tree | bb11f7b8ff556e49179b9757306c3dfb1735c575 /net-nds | |
parent | Cleanup due bug #96436 (diff) | |
download | gentoo-2-e9338bdf206ad021bade39e6e5091e9ff00e6003.tar.gz gentoo-2-e9338bdf206ad021bade39e6e5091e9ff00e6003.tar.bz2 gentoo-2-e9338bdf206ad021bade39e6e5091e9ff00e6003.zip |
Cleanup due bug #96436
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/shelldap/ChangeLog | 9 | ||||
-rw-r--r-- | net-nds/shelldap/metadata.xml | 5 | ||||
-rw-r--r-- | net-nds/shelldap/shelldap-0.2_p20100615.ebuild | 36 |
3 files changed, 7 insertions, 43 deletions
diff --git a/net-nds/shelldap/ChangeLog b/net-nds/shelldap/ChangeLog index 0298c5612036..20fa1e521c97 100644 --- a/net-nds/shelldap/ChangeLog +++ b/net-nds/shelldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/shelldap -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.2 2011/04/30 20:36:04 pva Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.3 2013/02/16 12:58:46 pacho Exp $ + + 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> -shelldap-0.2_p20100615.ebuild, + metadata.xml: + Cleanup due bug #96436 *shelldap-0.4 (30 Apr 2011) @@ -16,4 +20,3 @@ 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 index 6d761b851061..b71b919c09dc 100644 --- a/net-nds/shelldap/metadata.xml +++ b/net-nds/shelldap/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>pva@gentoo.org</email> -<name>Peter Volkov</name> -</maintainer> +<herd>proxy-maintainers</herd> <maintainer> <email>azamat.hackimov@gmail.com</email> <name>Azamat Hackimov</name> diff --git a/net-nds/shelldap/shelldap-0.2_p20100615.ebuild b/net-nds/shelldap/shelldap-0.2_p20100615.ebuild deleted file mode 100644 index a21d11b8ebc3..000000000000 --- a/net-nds/shelldap/shelldap-0.2_p20100615.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 -} |