diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-11-20 03:47:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-11-20 03:47:58 +0000 |
commit | e5efc7035db6a68077ff95d977f3ffec320a53a3 (patch) | |
tree | 21de1b4b17628d08b7556deb6b8fc1f2f667b0ae /dev-libs/libe | |
parent | Bump (diff) | |
download | gentoo-2-e5efc7035db6a68077ff95d977f3ffec320a53a3.tar.gz gentoo-2-e5efc7035db6a68077ff95d977f3ffec320a53a3.tar.bz2 gentoo-2-e5efc7035db6a68077ff95d977f3ffec320a53a3.zip |
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libe')
-rw-r--r-- | dev-libs/libe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libe/libe-0.4.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog index 1813c05d1877..da1e5829be22 100644 --- a/dev-libs/libe/ChangeLog +++ b/dev-libs/libe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.6 2013/04/15 06:22:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.7 2013/11/20 03:47:58 patrick Exp $ + +*libe-0.4.0 (20 Nov 2013) + + 20 Nov 2013; Patrick Lauer <patrick@gentoo.org> +libe-0.4.0.ebuild: + Bump *libe-0.3.2 (15 Apr 2013) diff --git a/dev-libs/libe/libe-0.4.0.ebuild b/dev-libs/libe/libe-0.4.0.ebuild new file mode 100644 index 000000000000..da9d12d24d05 --- /dev/null +++ b/dev-libs/libe/libe-0.4.0.ebuild @@ -0,0 +1,27 @@ +# 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.4.0.ebuild,v 1.1 2013/11/20 03:47:58 patrick Exp $ +EAPI=4 + +inherit eutils + +# bit messy at the moment, next release should fix it I hope +RESTRICT="test" + +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-${PV}" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die +} |