public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libee: ChangeLog libee-0.3.2-r1.ebuild
@ 2011-12-01 16:37 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2011-12-01 16:37 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/12/01 16:37:13

  Modified:             ChangeLog
  Added:                libee-0.3.2-r1.ebuild
  Log:
  Fix usage of autotools-utils.eclass, bug 392093. Thanks to mgorny and slepnoga
  
  (Portage version: 2.1.10.33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libee/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	26 Nov 2011 19:33:47 -0000	1.3
+++ ChangeLog	1 Dec 2011 16:37:13 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libee
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v 1.3 2011/11/26 19:33:47 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v 1.4 2011/12/01 16:37:13 maksbotan Exp $
+
+*libee-0.3.2-r1 (01 Dec 2011)
+
+  01 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> +libee-0.3.2-r1.ebuild:
+  Fix usage of autotools-utils.eclass, bug 392093. Thanks to mgorny and
+  slepnoga
 
 *libee-0.3.2 (26 Nov 2011)
 



1.1                  dev-libs/libee/libee-0.3.2-r1.ebuild

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

Index: libee-0.3.2-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v 1.1 2011/12/01 16:37:13 maksbotan Exp $

EAPI=4

AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils

DESCRIPTION="An Event Expression Library inspired by CEE"
HOMEPAGE="http://www.libee.org"
SRC_URI="http://www.libee.org/files/download/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86"
IUSE="debug static-libs"

DEPEND="dev-libs/libxml2
	dev-libs/libestr"
RDEPEND="${DEPEND}"

DOCS=(INSTALL ChangeLog)

src_configure() {
	local myeconfargs=(
		$(use_enable debug)
		--enable-testbench
	)
	autotools-utils_src_configure
}

src_compile() {
	autotools-utils_src_compile -j1
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libee: ChangeLog libee-0.3.2-r1.ebuild
@ 2012-02-04 19:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-04 19:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/04 19:52:54

  Modified:             ChangeLog libee-0.3.2-r1.ebuild
  Log:
  Stable for amd64, wrt bug #402161
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-libs/libee/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	4 Feb 2012 15:07:12 -0000	1.5
+++ ChangeLog	4 Feb 2012 19:52:54 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libee
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v 1.5 2012/02/04 15:07:12 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v 1.6 2012/02/04 19:52:54 ago Exp $
+
+  04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libee-0.3.2-r1.ebuild:
+  Stable for amd64, wrt bug #402161
 
   04 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> metadata.xml:
   Fix maintainer's email in metadata



1.2                  dev-libs/libee/libee-0.3.2-r1.ebuild

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

Index: libee-0.3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libee-0.3.2-r1.ebuild	1 Dec 2011 16:37:13 -0000	1.1
+++ libee-0.3.2-r1.ebuild	4 Feb 2012 19:52:54 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v 1.1 2011/12/01 16:37:13 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v 1.2 2012/02/04 19:52:54 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86"
+KEYWORDS="amd64 ~x86 ~amd64-linux"
 IUSE="debug static-libs"
 
 DEPEND="dev-libs/libxml2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libee: ChangeLog libee-0.3.2-r1.ebuild
@ 2012-02-24 15:14 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-24 15:14 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/24 15:14:24

  Modified:             ChangeLog libee-0.3.2-r1.ebuild
  Log:
  x86 stable wrt bug #402161
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-libs/libee/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 Feb 2012 19:52:54 -0000	1.6
+++ ChangeLog	24 Feb 2012 15:14:24 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libee
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v 1.6 2012/02/04 19:52:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/ChangeLog,v 1.7 2012/02/24 15:14:24 phajdan.jr Exp $
+
+  24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libee-0.3.2-r1.ebuild:
+  x86 stable wrt bug #402161
 
   04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libee-0.3.2-r1.ebuild:
   Stable for amd64, wrt bug #402161



1.3                  dev-libs/libee/libee-0.3.2-r1.ebuild

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

Index: libee-0.3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libee-0.3.2-r1.ebuild	4 Feb 2012 19:52:54 -0000	1.2
+++ libee-0.3.2-r1.ebuild	24 Feb 2012 15:14:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v 1.2 2012/02/04 19:52:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.3.2-r1.ebuild,v 1.3 2012/02/24 15:14:24 phajdan.jr Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 IUSE="debug static-libs"
 
 DEPEND="dev-libs/libxml2






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

end of thread, other threads:[~2012-02-24 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 16:37 [gentoo-commits] gentoo-x86 commit in dev-libs/libee: ChangeLog libee-0.3.2-r1.ebuild Maxim Koltsov (maksbotan)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-04 19:52 Agostino Sarubbo (ago)
2012-02-24 15:14 PaweA Hajdan (phajdan.jr)

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