patrick     14/07/29 06:29:53

  Modified:             ChangeLog
  Added:                libe-0.8.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 dev-libs/libe/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   22 May 2014 08:11:47 -0000      1.12
+++ ChangeLog   29 Jul 2014 06:29:53 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.12 2014/05/22 
08:11:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.13 2014/07/29 
06:29:53 patrick Exp $
+
+*libe-0.8.0 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer <patr...@gentoo.org> +libe-0.8.0.ebuild:
+  Bump
 
 *libe-0.7.0 (22 May 2014)
 



1.1                  dev-libs/libe/libe-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.8.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.8.0.ebuild?rev=1.1&content-type=text/plain

Index: libe-0.8.0.ebuild
===================================================================
# 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.8.0.ebuild,v 1.1 
2014/07/29 06:29:53 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-0.5.0"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
}




Reply via email to