* [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.0.3.ebuild ChangeLog
@ 2013-12-27 15:33 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-12-27 15:33 UTC (permalink / raw
To: gentoo-commits
scarabeus 13/12/27 15:33:33
Modified: libetonyek-0.0.3.ebuild ChangeLog
Log:
Fix boost build wrt bug#496146
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.2 app-text/libetonyek/libetonyek-0.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?r1=1.1&r2=1.2
Index: libetonyek-0.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libetonyek-0.0.3.ebuild 27 Dec 2013 08:53:04 -0000 1.1
+++ libetonyek-0.0.3.ebuild 27 Dec 2013 15:33:33 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.1 2013/12/27 08:53:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.2 2013/12/27 15:33:33 scarabeus Exp $
EAPI=5
@@ -33,6 +33,11 @@
test? ( dev-util/cppunit )
"
+PATCHES=(
+ "${FILESDIR}/${P}-comma.patch"
+ "${FILESDIR}/${P}-lexical_cast.patch"
+)
+
src_prepare() {
[[ -d m4 ]] || mkdir "m4"
base_src_prepare
1.3 app-text/libetonyek/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Dec 2013 08:53:04 -0000 1.2
+++ ChangeLog 27 Dec 2013 15:33:33 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for app-text/libetonyek
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.2 2013/12/27 08:53:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.3 2013/12/27 15:33:33 scarabeus Exp $
+
+ 27 Dec 2013; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/libetonyek-0.0.3-comma.patch,
+ +files/libetonyek-0.0.3-lexical_cast.patch, libetonyek-0.0.3.ebuild:
+ Fix boost build wrt bug#496146
*libetonyek-0.0.3 (27 Dec 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.0.3.ebuild ChangeLog
@ 2014-05-25 11:55 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-05-25 11:55 UTC (permalink / raw
To: gentoo-commits
zlogene 14/05/25 11:55:30
Modified: libetonyek-0.0.3.ebuild ChangeLog
Log:
amd64 stable wrt bug #511144
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.4 app-text/libetonyek/libetonyek-0.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?r1=1.3&r2=1.4
Index: libetonyek-0.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libetonyek-0.0.3.ebuild 15 Jan 2014 08:00:39 -0000 1.3
+++ libetonyek-0.0.3.ebuild 25 May 2014 11:55:30 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.3 2014/01/15 08:00:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.4 2014/05/25 11:55:30 zlogene Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs test"
RDEPEND="
1.5 app-text/libetonyek/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 15 Jan 2014 08:00:39 -0000 1.4
+++ ChangeLog 25 May 2014 11:55:30 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libetonyek
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.4 2014/01/15 08:00:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.5 2014/05/25 11:55:30 zlogene Exp $
+
+ 25 May 2014; Mikle Kolyada <zlogene@gentoo.org> libetonyek-0.0.3.ebuild:
+ amd64 stable wrt bug #511144
15 Jan 2014; Tim Harder <radhermit@gentoo.org> libetonyek-0.0.3.ebuild,
libetonyek-9999.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.0.3.ebuild ChangeLog
@ 2014-06-29 16:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-29 16:43 UTC (permalink / raw
To: gentoo-commits
ago 14/06/29 16:43:31
Modified: libetonyek-0.0.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #514886
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 app-text/libetonyek/libetonyek-0.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild?r1=1.4&r2=1.5
Index: libetonyek-0.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libetonyek-0.0.3.ebuild 25 May 2014 11:55:30 -0000 1.4
+++ libetonyek-0.0.3.ebuild 29 Jun 2014 16:43:31 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.4 2014/05/25 11:55:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.5 2014/06/29 16:43:31 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="doc static-libs test"
RDEPEND="
1.6 app-text/libetonyek/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 25 May 2014 11:55:30 -0000 1.5
+++ ChangeLog 29 Jun 2014 16:43:31 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libetonyek
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.5 2014/05/25 11:55:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.6 2014/06/29 16:43:31 ago Exp $
+
+ 29 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libetonyek-0.0.3.ebuild:
+ Stable for x86, wrt bug #514886
25 May 2014; Mikle Kolyada <zlogene@gentoo.org> libetonyek-0.0.3.ebuild:
amd64 stable wrt bug #511144
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-29 16:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29 16:43 [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.0.3.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-05-25 11:55 Mikle Kolyada (zlogene)
2013-12-27 15:33 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox