diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:00:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:00:53 +0000 |
commit | ce8b886d49942c5b6ea46a7fe0af01e83cb8adda (patch) | |
tree | 63ea77f1bd018eb9415c182fd634afa084284037 /net-libs | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-ce8b886d49942c5b6ea46a7fe0af01e83cb8adda.tar.gz gentoo-2-ce8b886d49942c5b6ea46a7fe0af01e83cb8adda.tar.bz2 gentoo-2-ce8b886d49942c5b6ea46a7fe0af01e83cb8adda.zip |
Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo/dev/262834 , drop old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libopkele/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libopkele/libopkele-0.3.2.ebuild | 32 | ||||
-rw-r--r-- | net-libs/libopkele/libopkele-2.0.3.ebuild | 24 | ||||
-rw-r--r-- | net-libs/libopkele/metadata.xml | 2 |
4 files changed, 7 insertions, 58 deletions
diff --git a/net-libs/libopkele/ChangeLog b/net-libs/libopkele/ChangeLog index 955b4c36625c..aba63731bea8 100644 --- a/net-libs/libopkele/ChangeLog +++ b/net-libs/libopkele/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libopkele # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libopkele/ChangeLog,v 1.7 2012/10/12 06:49:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libopkele/ChangeLog,v 1.8 2012/11/27 19:00:53 pacho Exp $ + + 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -libopkele-0.3.2.ebuild, + -libopkele-2.0.3.ebuild, metadata.xml: + Drop apache herd as discussed in http://www.gossamer- + threads.com/lists/gentoo/dev/262834 , drop old. *libopkele-2.0.4 (12 Oct 2012) diff --git a/net-libs/libopkele/libopkele-0.3.2.ebuild b/net-libs/libopkele/libopkele-0.3.2.ebuild deleted file mode 100644 index a98b9abccf64..000000000000 --- a/net-libs/libopkele/libopkele-0.3.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libopkele/libopkele-0.3.2.ebuild,v 1.4 2012/05/05 02:54:25 jdhore Exp $ - -inherit autotools eutils - -DESCRIPTION="a c++ implementation of an OpenID decentralized identity system" -HOMEPAGE="http://kin.klever.net/libopkele/" -SRC_URI="http://kin.klever.net/dist/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/libpcre - dev-libs/openssl - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS NEWS -} diff --git a/net-libs/libopkele/libopkele-2.0.3.ebuild b/net-libs/libopkele/libopkele-2.0.3.ebuild deleted file mode 100644 index 34d913f703a8..000000000000 --- a/net-libs/libopkele/libopkele-2.0.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libopkele/libopkele-2.0.3.ebuild,v 1.3 2012/05/05 02:54:25 jdhore Exp $ - -DESCRIPTION="A C++ implementation of an OpenID decentralized identity system" -HOMEPAGE="http://kin.klever.net/libopkele/" -SRC_URI="http://kin.klever.net/dist/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-text/htmltidy - dev-libs/libpcre - dev-libs/openssl - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS NEWS -} diff --git a/net-libs/libopkele/metadata.xml b/net-libs/libopkele/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/net-libs/libopkele/metadata.xml +++ b/net-libs/libopkele/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>apache</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> |