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/libopkele/libopkele-2.0.3.ebuild | |
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/libopkele/libopkele-2.0.3.ebuild')
-rw-r--r-- | net-libs/libopkele/libopkele-2.0.3.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
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 -} |