summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-01-24 05:46:14 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-01-24 05:46:14 +0000
commit944d14c138b798b62a1283343192ee74f53ae0de (patch)
tree1d27353bc88734b5e18764e0d2b372bd03e4d91f /dev-libs/libe
parentFix typing error in ewarn. (diff)
downloadgentoo-2-944d14c138b798b62a1283343192ee74f53ae0de.tar.gz
gentoo-2-944d14c138b798b62a1283343192ee74f53ae0de.tar.bz2
gentoo-2-944d14c138b798b62a1283343192ee74f53ae0de.zip
Bump
(Portage version: 2.2.0_alpha160/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libe')
-rw-r--r--dev-libs/libe/ChangeLog9
-rw-r--r--dev-libs/libe/libe-0.3.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog
index 30fcdc77c99a..00fbe4cb779f 100644
--- a/dev-libs/libe/ChangeLog
+++ b/dev-libs/libe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libe
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.3 2012/08/20 13:15:43 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.4 2013/01/24 05:46:14 patrick Exp $
+
+*libe-0.3.0 (24 Jan 2013)
+
+ 24 Jan 2013; Patrick Lauer <patrick@gentoo.org> +libe-0.3.0.ebuild:
+ Bump
20 Aug 2012; Patrick Lauer <patrick@gentoo.org> libe-0.2.7.ebuild:
Adding pkgconfig, thanks to hasufell
diff --git a/dev-libs/libe/libe-0.3.0.ebuild b/dev-libs/libe/libe-0.3.0.ebuild
new file mode 100644
index 000000000000..697a478c3af5
--- /dev/null
+++ b/dev-libs/libe/libe-0.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.3.0.ebuild,v 1.1 2013/01/24 05:46:14 patrick Exp $
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="Hyperdex libe support library"
+
+HOMEPAGE="http://hyperdex.org"
+SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+RDEPEND="dev-libs/libpo6"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"