diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-02-25 05:40:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-02-25 05:40:49 +0000 |
commit | 99f49dfe4d2a72700aae84b327572423e2d5992f (patch) | |
tree | dd82bb61e4de688b612712856f96df22d2d0b6e5 /dev-libs | |
parent | Bump (diff) | |
download | gentoo-2-99f49dfe4d2a72700aae84b327572423e2d5992f.tar.gz gentoo-2-99f49dfe4d2a72700aae84b327572423e2d5992f.tar.bz2 gentoo-2-99f49dfe4d2a72700aae84b327572423e2d5992f.zip |
Bump
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libe/libe-0.3.1.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog index 00fbe4cb779f..d9be0d3b71a4 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.4 2013/01/24 05:46:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.5 2013/02/25 05:40:49 patrick Exp $ + +*libe-0.3.1 (25 Feb 2013) + + 25 Feb 2013; Patrick Lauer <patrick@gentoo.org> +libe-0.3.1.ebuild: + Bump *libe-0.3.0 (24 Jan 2013) diff --git a/dev-libs/libe/libe-0.3.1.ebuild b/dev-libs/libe/libe-0.3.1.ebuild new file mode 100644 index 000000000000..b6b8482ee26b --- /dev/null +++ b/dev-libs/libe/libe-0.3.1.ebuild @@ -0,0 +1,28 @@ +# 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.1.ebuild,v 1.1 2013/02/25 05:40:49 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" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die + sed -i -e 's/timer.h/time.h/' e/profiler.h || die +} |