* [gentoo-commits] gentoo-x86 commit in dev-libs/boolstuff: ChangeLog boolstuff-0.1.13.ebuild
@ 2010-04-29 7:40 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-29 7:40 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/04/29 07:40:14
Modified: ChangeLog
Added: boolstuff-0.1.13.ebuild
Log:
Version bump. Fixes bug #317169
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-libs/boolstuff/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boolstuff/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boolstuff/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boolstuff/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 23 Nov 2009 20:10:33 -0000 1.4
+++ ChangeLog 29 Apr 2010 07:40:14 -0000 1.5
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/boolstuff
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v 1.4 2009/11/23 20:10:33 hwoarang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v 1.5 2010/04/29 07:40:14 hwoarang Exp $
+
+*boolstuff-0.1.13 (29 Apr 2010)
+
+ 29 Apr 2010; Markos Chandras <hwoarang@gentoo.org>
+ +boolstuff-0.1.13.ebuild:
+ Version bump. Fixes bug #317169. Thanks to Tim Harder
+ <radhermit@gmail.com> for the ebuild
*boolstuff-0.1.12-r2 (23 Nov 2009)
1.1 dev-libs/boolstuff/boolstuff-0.1.13.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?rev=1.1&content-type=text/plain
Index: boolstuff-0.1.13.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v 1.1 2010/04/29 07:40:14 hwoarang Exp $
EAPI="2"
inherit autotools
DESCRIPTION="A C++ library that supports a few operations on boolean expression binary trees."
HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/boolstuff.html"
SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static"
src_prepare(){
#fix documentation installation
sed -i "s/doc\/\$(PACKAGE)-\$(VERSION)/doc\/${PF}/" \
Makefile.am || die "failed to fix docdir"
eautoreconf
}
src_configure(){
econf $(use_enable static)
}
src_install () {
emake DESTDIR="${D}" install || die "install failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/boolstuff: ChangeLog boolstuff-0.1.13.ebuild
@ 2010-06-09 7:10 Christoph Mende (angelos)
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-09 7:10 UTC (permalink / raw
To: gentoo-commits
angelos 10/06/09 07:10:13
Modified: ChangeLog boolstuff-0.1.13.ebuild
Log:
Stable on amd64 wrt bug #321887
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-libs/boolstuff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 29 Apr 2010 07:47:35 -0000 1.6
+++ ChangeLog 9 Jun 2010 07:10:13 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/boolstuff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v 1.6 2010/04/29 07:47:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v 1.7 2010/06/09 07:10:13 angelos Exp $
+
+ 09 Jun 2010; Christoph Mende <angelos@gentoo.org> boolstuff-0.1.13.ebuild:
+ Stable on amd64 wrt bug #321887
29 Apr 2010; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Update Georges' ( proxy maintainer ) email
1.2 dev-libs/boolstuff/boolstuff-0.1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?r1=1.1&r2=1.2
Index: boolstuff-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boolstuff-0.1.13.ebuild 29 Apr 2010 07:40:14 -0000 1.1
+++ boolstuff-0.1.13.ebuild 9 Jun 2010 07:10:13 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v 1.1 2010/04/29 07:40:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v 1.2 2010/06/09 07:10:13 angelos Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="static"
src_prepare(){
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/boolstuff: ChangeLog boolstuff-0.1.13.ebuild
@ 2010-06-13 14:47 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-13 14:47 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/13 14:47:13
Modified: ChangeLog boolstuff-0.1.13.ebuild
Log:
x86 stable wrt bug #321887
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.8 dev-libs/boolstuff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 9 Jun 2010 07:10:13 -0000 1.7
+++ ChangeLog 13 Jun 2010 14:47:13 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/boolstuff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v 1.7 2010/06/09 07:10:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/ChangeLog,v 1.8 2010/06/13 14:47:13 phajdan.jr Exp $
+
+ 13 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ boolstuff-0.1.13.ebuild:
+ x86 stable wrt bug #321887
09 Jun 2010; Christoph Mende <angelos@gentoo.org> boolstuff-0.1.13.ebuild:
Stable on amd64 wrt bug #321887
1.3 dev-libs/boolstuff/boolstuff-0.1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild?r1=1.2&r2=1.3
Index: boolstuff-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boolstuff-0.1.13.ebuild 9 Jun 2010 07:10:13 -0000 1.2
+++ boolstuff-0.1.13.ebuild 13 Jun 2010 14:47:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v 1.2 2010/06/09 07:10:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boolstuff/boolstuff-0.1.13.ebuild,v 1.3 2010/06/13 14:47:13 phajdan.jr Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="static"
src_prepare(){
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-13 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13 14:47 [gentoo-commits] gentoo-x86 commit in dev-libs/boolstuff: ChangeLog boolstuff-0.1.13.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2010-06-09 7:10 Christoph Mende (angelos)
2010-04-29 7:40 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox