diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-02-21 02:34:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-02-21 02:34:34 +0000 |
commit | 2787700dc430002ebc16c6a122ad1a22fa7a1a6f (patch) | |
tree | 89137669b1681901735207a6d0c0b4a1bab2cba0 /dev-libs/libe | |
parent | Fix compatibility with dash, bug 498136. (diff) | |
download | gentoo-2-2787700dc430002ebc16c6a122ad1a22fa7a1a6f.tar.gz gentoo-2-2787700dc430002ebc16c6a122ad1a22fa7a1a6f.tar.bz2 gentoo-2-2787700dc430002ebc16c6a122ad1a22fa7a1a6f.zip |
Bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libe')
-rw-r--r-- | dev-libs/libe/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libe/libe-0.5.0.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog index 3f6794406874..51c8920b361d 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.9 2013/12/17 05:39:27 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.10 2014/02/21 02:34:34 patrick Exp $ + +*libe-0.5.0 (21 Feb 2014) + + 21 Feb 2014; Patrick Lauer <patrick@gentoo.org> +libe-0.5.0.ebuild: + Bump *libe-0.4.1 (17 Dec 2013) diff --git a/dev-libs/libe/libe-0.5.0.ebuild b/dev-libs/libe/libe-0.5.0.ebuild new file mode 100644 index 000000000000..637afadd0368 --- /dev/null +++ b/dev-libs/libe/libe-0.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.5.0.ebuild,v 1.1 2014/02/21 02:34:34 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 +} |