public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libe: libe-0.10.0.ebuild ChangeLog
@ 2015-05-28  9:14 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2015-05-28  9:14 UTC (permalink / raw
  To: gentoo-commits

patrick     15/05/28 09:14:21

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

Revision  Changes    Path
1.17                 dev-libs/libe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	13 Jan 2015 02:35:00 -0000	1.16
+++ ChangeLog	28 May 2015 09:14:21 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libe
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.16 2015/01/13 02:35:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.17 2015/05/28 09:14:21 patrick Exp $
+
+*libe-0.10.0 (28 May 2015)
+
+  28 May 2015; Patrick Lauer <patrick@gentoo.org> +libe-0.10.0.ebuild:
+  Bump
 
 *libe-0.9.0 (13 Jan 2015)
 



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

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

Index: libe-0.10.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v 1.1 2015/05/28 09:14:21 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.6.0"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libe: libe-0.10.0.ebuild ChangeLog
@ 2015-05-29 23:23 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2015-05-29 23:23 UTC (permalink / raw
  To: gentoo-commits

patrick     15/05/29 23:23:16

  Modified:             libe-0.10.0.ebuild ChangeLog
  Log:
  Fix libpo6 dep #550756
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-libs/libe/libe-0.10.0.ebuild

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

Index: libe-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libe-0.10.0.ebuild	28 May 2015 09:14:21 -0000	1.1
+++ libe-0.10.0.ebuild	29 May 2015 23:23:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v 1.1 2015/05/28 09:14:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v 1.2 2015/05/29 23:23:16 patrick Exp $
 EAPI=4
 
 inherit eutils
@@ -18,7 +18,7 @@
 
 IUSE=""
 
-RDEPEND=">=dev-libs/libpo6-0.6.0"
+RDEPEND=">=dev-libs/libpo6-0.7.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 



1.18                 dev-libs/libe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	28 May 2015 09:14:21 -0000	1.17
+++ ChangeLog	29 May 2015 23:23:16 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libe
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.17 2015/05/28 09:14:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.18 2015/05/29 23:23:16 patrick Exp $
+
+  29 May 2015; Patrick Lauer <patrick@gentoo.org> libe-0.10.0.ebuild:
+  Fix libpo6 dep #550756
 
 *libe-0.10.0 (28 May 2015)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-29 23:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 23:23 [gentoo-commits] gentoo-x86 commit in dev-libs/libe: libe-0.10.0.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-28  9:14 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox