diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-15 06:22:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-15 06:22:04 +0000 |
commit | c725ffc26bd2cb0a16e5ed180a0205ac422baf92 (patch) | |
tree | 2045a01147d566c0da058c1356e4a031d431e4ed /dev-libs/libe | |
parent | Bump (diff) | |
download | gentoo-2-c725ffc26bd2cb0a16e5ed180a0205ac422baf92.tar.gz gentoo-2-c725ffc26bd2cb0a16e5ed180a0205ac422baf92.tar.bz2 gentoo-2-c725ffc26bd2cb0a16e5ed180a0205ac422baf92.zip |
Bump
(Portage version: 2.2.0_alpha173/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.3.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog index d9be0d3b71a4..1813c05d1877 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.5 2013/02/25 05:40:49 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.6 2013/04/15 06:22:04 patrick Exp $ + +*libe-0.3.2 (15 Apr 2013) + + 15 Apr 2013; Patrick Lauer <patrick@gentoo.org> +libe-0.3.2.ebuild: + Bump *libe-0.3.1 (25 Feb 2013) diff --git a/dev-libs/libe/libe-0.3.2.ebuild b/dev-libs/libe/libe-0.3.2.ebuild new file mode 100644 index 000000000000..b9f5a7174afc --- /dev/null +++ b/dev-libs/libe/libe-0.3.2.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.2.ebuild,v 1.1 2013/04/15 06:22:04 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 +} |