* [gentoo-commits] gentoo-x86 commit in dev-libs/libcroco: ChangeLog libcroco-0.6.8.ebuild
@ 2012-10-29 0:06 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-10-29 0:06 UTC (permalink / raw
To: gentoo-commits
tetromino 12/10/29 00:06:33
Modified: ChangeLog libcroco-0.6.8.ebuild
Log:
Add prefix support by Christoph Junghans.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Revision Changes Path
1.80 dev-libs/libcroco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 27 Oct 2012 11:43:17 -0000 1.79
+++ ChangeLog 29 Oct 2012 00:06:33 -0000 1.80
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libcroco
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.79 2012/10/27 11:43:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.80 2012/10/29 00:06:33 tetromino Exp $
+
+ 29 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ libcroco-0.6.8.ebuild:
+ Add prefix support by Christoph Junghans.
*libcroco-0.6.8 (27 Oct 2012)
1.2 dev-libs/libcroco/libcroco-0.6.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild?r1=1.1&r2=1.2
Index: libcroco-0.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcroco-0.6.8.ebuild 27 Oct 2012 11:43:17 -0000 1.1
+++ libcroco-0.6.8.ebuild 29 Oct 2012 00:06:33 -0000 1.2
@@ -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/libcroco/libcroco-0.6.8.ebuild,v 1.1 2012/10/27 11:43:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild,v 1.2 2012/10/29 00:06:33 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="0.6"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="dev-libs/glib:2
@@ -25,6 +25,7 @@
src_prepare() {
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
G2CONF+=" --disable-static"
+ [[ ${CHOST} == *-darwin* ]] && G2CONF+=" --disable-Bsymbolic"
if ! use test; then
# don't waste time building tests
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libcroco: ChangeLog libcroco-0.6.8.ebuild
@ 2013-03-26 14:04 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-03-26 14:04 UTC (permalink / raw
To: gentoo-commits
jer 13/03/26 14:04:02
Modified: ChangeLog libcroco-0.6.8.ebuild
Log:
Stable for HPPA (bug #458984).
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.86 dev-libs/libcroco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 25 Mar 2013 16:20:52 -0000 1.85
+++ ChangeLog 26 Mar 2013 14:04:01 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libcroco
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.85 2013/03/25 16:20:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.86 2013/03/26 14:04:01 jer Exp $
+
+ 26 Mar 2013; Jeroen Roovers <jer@gentoo.org> libcroco-0.6.8.ebuild:
+ Stable for HPPA (bug #458984).
25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libcroco-0.6.8.ebuild:
Stable for x86, wrt bug #458984
1.6 dev-libs/libcroco/libcroco-0.6.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild?r1=1.5&r2=1.6
Index: libcroco-0.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libcroco-0.6.8.ebuild 25 Mar 2013 16:20:52 -0000 1.5
+++ libcroco-0.6.8.ebuild 26 Mar 2013 14:04:01 -0000 1.6
@@ -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/dev-libs/libcroco/libcroco-0.6.8.ebuild,v 1.5 2013/03/25 16:20:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8.ebuild,v 1.6 2013/03/26 14:04:01 jer Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="0.6"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="dev-libs/glib:2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-26 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 0:06 [gentoo-commits] gentoo-x86 commit in dev-libs/libcroco: ChangeLog libcroco-0.6.8.ebuild Alexandre Rostovtsev (tetromino)
-- strict thread matches above, loose matches on Subject: below --
2013-03-26 14:04 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox