* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.36.3-r2.ebuild ChangeLog
@ 2014-04-28 18:01 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-28 18:01 UTC (permalink / raw
To: gentoo-commits
mgorny 14/04/28 18:01:04
Modified: pango-1.36.3-r2.ebuild ChangeLog
Log:
Use multilib_native_use*.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 x11-libs/pango/pango-1.36.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?r1=1.1&r2=1.2
Index: pango-1.36.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pango-1.36.3-r2.ebuild 20 Apr 2014 22:36:13 -0000 1.1
+++ pango-1.36.3-r2.ebuild 28 Apr 2014 18:01:04 -0000 1.2
@@ -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/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.1 2014/04/20 22:36:13 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.2 2014/04/28 18:01:04 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -58,9 +58,7 @@
ECONF_SOURCE=${S} \
gnome2_src_configure \
--with-cairo \
- $(multilib_build_binaries \
- && use_enable introspection \
- || echo --disable-introspection) \
+ $(multilib_native_use_enable introspection) \
$(use_with X xft) \
"$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
"$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
1.405 x11-libs/pango/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.405&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.405&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.404&r2=1.405
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- ChangeLog 27 Apr 2014 15:43:24 -0000 1.404
+++ ChangeLog 28 Apr 2014 18:01:04 -0000 1.405
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/pango
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.404 2014/04/27 15:43:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.405 2014/04/28 18:01:04 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
+ Use multilib_native_use*.
*pango-1.30.1 (27 Apr 2014)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.36.3-r2.ebuild ChangeLog
@ 2014-05-26 5:57 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-26 5:57 UTC (permalink / raw
To: gentoo-commits
mgorny 14/05/26 05:57:01
Modified: pango-1.36.3-r2.ebuild ChangeLog
Log:
Unconditionally use ${CHOST}-pango-querymodules since prefixing is now unconditional.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 x11-libs/pango/pango-1.36.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?r1=1.2&r2=1.3
Index: pango-1.36.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pango-1.36.3-r2.ebuild 28 Apr 2014 18:01:04 -0000 1.2
+++ pango-1.36.3-r2.ebuild 26 May 2014 05:57:01 -0000 1.3
@@ -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/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.2 2014/04/28 18:01:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.3 2014/05/26 05:57:01 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -80,15 +80,9 @@
local PANGO_CONFDIR="${EROOT}/etc/pango/${CHOST}"
local pango_conf="${PANGO_CONFDIR}/pango.modules"
local tmp_file=$(mktemp -t tmp_pango_ebuild.XXXXXXXXXX)
- local querymodules
- if [[ ${#MULTIBUILD_VARIANTS[@]} -gt 1 ]]; then
- querymodules="${CHOST}-pango-querymodules"
- else
- querymodules="pango-querymodules"
- fi
# be atomic!
- if "${querymodules}" --system \
+ if "${CHOST}-pango-querymodules" --system \
"${EROOT}"usr/$(get_libdir)/pango/1.8.0/modules/*$(get_modname) \
> "${tmp_file}"; then
cat "${tmp_file}" > "${pango_conf}" || {
1.406 x11-libs/pango/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.406&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.406&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.405&r2=1.406
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- ChangeLog 28 Apr 2014 18:01:04 -0000 1.405
+++ ChangeLog 26 May 2014 05:57:01 -0000 1.406
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/pango
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.405 2014/04/28 18:01:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.406 2014/05/26 05:57:01 mgorny Exp $
+
+ 26 May 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
+ Unconditionally use ${CHOST}-pango-querymodules since prefixing is now
+ unconditional.
28 Apr 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
Use multilib_native_use*.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.36.3-r2.ebuild ChangeLog
@ 2014-06-18 21:14 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 21:14 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 21:14:56
Modified: pango-1.36.3-r2.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 x11-libs/pango/pango-1.36.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?r1=1.3&r2=1.4
Index: pango-1.36.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pango-1.36.3-r2.ebuild 26 May 2014 05:57:01 -0000 1.3
+++ pango-1.36.3-r2.ebuild 18 Jun 2014 21:14:56 -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/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.3 2014/05/26 05:57:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.4 2014/06/18 21:14:56 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -18,16 +18,16 @@
IUSE="X +introspection"
RDEPEND="
- >=media-libs/harfbuzz-0.9.9:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
- >=dev-libs/glib-2.33.12:2[${MULTILIB_USEDEP}]
- >=media-libs/fontconfig-2.10.91:1.0=[${MULTILIB_USEDEP}]
- media-libs/freetype:2=[${MULTILIB_USEDEP}]
- >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
+ >=media-libs/harfbuzz-0.9.12:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
+ >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
X? (
- x11-libs/libXrender[${MULTILIB_USEDEP}]
- x11-libs/libX11[${MULTILIB_USEDEP}]
- >=x11-libs/libXft-2.0.0[${MULTILIB_USEDEP}]
+ >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
)
abi_x86_32? (
!<=app-emulation/emul-linux-x86-gtklibs-20131008-r3
@@ -37,7 +37,7 @@
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.15
virtual/pkgconfig
- X? ( x11-proto/xproto[${MULTILIB_USEDEP}] )
+ X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
!<=sys-devel/autoconf-2.63:2.5
"
1.407 x11-libs/pango/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.407&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.407&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.406&r2=1.407
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog 26 May 2014 05:57:01 -0000 1.406
+++ ChangeLog 18 Jun 2014 21:14:56 -0000 1.407
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/pango
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.406 2014/05/26 05:57:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.407 2014/06/18 21:14:56 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
26 May 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
Unconditionally use ${CHOST}-pango-querymodules since prefixing is now
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.36.3-r2.ebuild ChangeLog
@ 2014-06-24 22:19 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-24 22:19 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/24 22:19:40
Modified: pango-1.36.3-r2.ebuild ChangeLog
Log:
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 x11-libs/pango/pango-1.36.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?r1=1.4&r2=1.5
Index: pango-1.36.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pango-1.36.3-r2.ebuild 18 Jun 2014 21:14:56 -0000 1.4
+++ pango-1.36.3-r2.ebuild 24 Jun 2014 22:19:40 -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/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.4 2014/06/18 21:14:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.5 2014/06/24 22:19:40 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -19,7 +19,7 @@
RDEPEND="
>=media-libs/harfbuzz-0.9.12:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
- >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
>=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
>=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
>=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
1.408 x11-libs/pango/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.408&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.408&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.407&r2=1.408
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -r1.407 -r1.408
--- ChangeLog 18 Jun 2014 21:14:56 -0000 1.407
+++ ChangeLog 24 Jun 2014 22:19:40 -0000 1.408
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/pango
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.407 2014/06/18 21:14:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.408 2014/06/24 22:19:40 mgorny Exp $
+
+ 24 Jun 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
+ Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
+ GNOME 3.6.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-24 22:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 22:19 [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.36.3-r2.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-06-18 21:14 Michal Gorny (mgorny)
2014-05-26 5:57 Michal Gorny (mgorny)
2014-04-28 18:01 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox