diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-12-17 05:39:27 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-12-17 05:39:27 +0000 |
commit | 25df4d7b8f9199b7ac5678def43af32582c088f1 (patch) | |
tree | d2ef33f1a8f5a7d42333834875c39f1a4d4e8b0d /dev-libs/libe | |
parent | Bump (diff) | |
download | gentoo-2-25df4d7b8f9199b7ac5678def43af32582c088f1.tar.gz gentoo-2-25df4d7b8f9199b7ac5678def43af32582c088f1.tar.bz2 gentoo-2-25df4d7b8f9199b7ac5678def43af32582c088f1.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.1.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog index ee90f386f73b..3f6794406874 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.8 2013/12/11 03:55:05 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.9 2013/12/17 05:39:27 patrick Exp $ + +*libe-0.4.1 (17 Dec 2013) + + 17 Dec 2013; Patrick Lauer <patrick@gentoo.org> +libe-0.4.1.ebuild: + Bump 11 Dec 2013; Patrick Lauer <patrick@gentoo.org> -libe-0.2.7.ebuild, -libe-0.3.0.ebuild, -libe-0.3.1.ebuild, -libe-0.3.2.ebuild: diff --git a/dev-libs/libe/libe-0.4.1.ebuild b/dev-libs/libe/libe-0.4.1.ebuild new file mode 100644 index 000000000000..12939d47ed48 --- /dev/null +++ b/dev-libs/libe/libe-0.4.1.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.1.ebuild,v 1.1 2013/12/17 05:39:27 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 +} |