summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-10-12 06:49:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-10-12 06:49:13 +0000
commitce32e28a7f7da34c76e25b400cc1a5df47d9df30 (patch)
treeb87e54a8c6cde62587c202e13a7d129c4fed53aa /net-libs/libopkele
parentRemove old (diff)
downloadgentoo-2-ce32e28a7f7da34c76e25b400cc1a5df47d9df30.tar.gz
gentoo-2-ce32e28a7f7da34c76e25b400cc1a5df47d9df30.tar.bz2
gentoo-2-ce32e28a7f7da34c76e25b400cc1a5df47d9df30.zip
Bump
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libopkele')
-rw-r--r--net-libs/libopkele/ChangeLog8
-rw-r--r--net-libs/libopkele/libopkele-2.0.4.ebuild24
2 files changed, 30 insertions, 2 deletions
diff --git a/net-libs/libopkele/ChangeLog b/net-libs/libopkele/ChangeLog
index b406a8bf6844..955b4c36625c 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.6 2012/05/05 02:54:25 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libopkele/ChangeLog,v 1.7 2012/10/12 06:49:13 patrick Exp $
+
+*libopkele-2.0.4 (12 Oct 2012)
+
+ 12 Oct 2012; Patrick Lauer <patrick@gentoo.org> +libopkele-2.0.4.ebuild:
+ Bump
05 May 2012; Jeff Horelick <jdhore@gentoo.org> libopkele-0.3.2.ebuild,
libopkele-2.0.3.ebuild:
@@ -26,4 +31,3 @@
22 Mar 2008; Benedikt Böhm <hollow@gentoo.org> +metadata.xml,
+libopkele-0.3.2.ebuild:
initial ebuild wrt #209573
-
diff --git a/net-libs/libopkele/libopkele-2.0.4.ebuild b/net-libs/libopkele/libopkele-2.0.4.ebuild
new file mode 100644
index 000000000000..2371b9682b8d
--- /dev/null
+++ b/net-libs/libopkele/libopkele-2.0.4.ebuild
@@ -0,0 +1,24 @@
+# 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.4.ebuild,v 1.1 2012/10/12 06:49:13 patrick 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
+}