public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.30.1.ebuild ChangeLog
@ 2012-06-16  9:24 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2012-06-16  9:24 UTC (permalink / raw
  To: gentoo-commits

grobian     12/06/16 09:24:59

  Modified:             pango-1.30.1.ebuild ChangeLog
  Log:
  Add patch to fix QA abort on x64-macos due to missing function declaration
  
  (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.2                  x11-libs/pango/pango-1.30.1.ebuild

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

Index: pango-1.30.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pango-1.30.1.ebuild	7 Jun 2012 07:21:33 -0000	1.1
+++ pango-1.30.1.ebuild	16 Jun 2012 09:24:59 -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/x11-libs/pango/pango-1.30.1.ebuild,v 1.1 2012/06/07 07:21:33 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v 1.2 2012/06/16 09:24:59 grobian Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -61,6 +61,9 @@
 	# In next release
 	epatch "${FILESDIR}/${P}-coretext-hash.patch"
 
+	# missing declaration causing QA abort on x64-macos, notified upstream
+	epatch "${FILESDIR}"/${P}-config_get_key_system-declaration.patch
+
 	# make config file location host specific so that a 32bit and 64bit pango
 	# wont fight with each other on a multilib system.  Fix building for
 	# emul-linux-x86-gtklibs



1.349                x11-libs/pango/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.349&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.349&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.348&r2=1.349

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog	7 Jun 2012 07:21:33 -0000	1.348
+++ ChangeLog	16 Jun 2012 09:24:59 -0000	1.349
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/pango
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.348 2012/06/07 07:21:33 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.349 2012/06/16 09:24:59 grobian Exp $
+
+  16 Jun 2012; Fabian Groffen <grobian@gentoo.org>
+  +files/pango-1.30.1-config_get_key_system-declaration.patch,
+  pango-1.30.1.ebuild:
+  Add patch to fix QA abort on x64-macos due to missing function declaration
 
 *pango-1.30.1 (07 Jun 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.30.1.ebuild ChangeLog
@ 2012-06-17  8:17 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2012-06-17  8:17 UTC (permalink / raw
  To: gentoo-commits

grobian     12/06/17 08:17:22

  Modified:             pango-1.30.1.ebuild ChangeLog
  Log:
  Update patch comments (committed upstream), use get_modname for module extension name
  
  (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.3                  x11-libs/pango/pango-1.30.1.ebuild

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

Index: pango-1.30.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pango-1.30.1.ebuild	16 Jun 2012 09:24:59 -0000	1.2
+++ pango-1.30.1.ebuild	17 Jun 2012 08:17:22 -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/x11-libs/pango/pango-1.30.1.ebuild,v 1.2 2012/06/16 09:24:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v 1.3 2012/06/17 08:17:22 grobian Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -61,7 +61,8 @@
 	# In next release
 	epatch "${FILESDIR}/${P}-coretext-hash.patch"
 
-	# missing declaration causing QA abort on x64-macos, notified upstream
+	# missing declaration causing QA abort on x64-macos, should be in next
+	# release
 	epatch "${FILESDIR}"/${P}-config_get_key_system-declaration.patch
 
 	# make config file location host specific so that a 32bit and 64bit pango
@@ -87,7 +88,7 @@
 
 	# be atomic!
 	if pango-querymodules --system \
-		"${EROOT}"usr/$(get_libdir)/pango/1.6.0/modules/*.so \
+		"${EROOT}"usr/$(get_libdir)/pango/1.6.0/modules/*$(get_modname) \
 			> "${tmp_file}"; then
 		cat "${tmp_file}" > "${pango_conf}" || {
 			rm "${tmp_file}"; die; }



1.350                x11-libs/pango/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.350&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.350&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.349&r2=1.350

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog	16 Jun 2012 09:24:59 -0000	1.349
+++ ChangeLog	17 Jun 2012 08:17:22 -0000	1.350
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/pango
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.349 2012/06/16 09:24:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.350 2012/06/17 08:17:22 grobian Exp $
+
+  17 Jun 2012; Fabian Groffen <grobian@gentoo.org>
+  files/pango-1.30.1-config_get_key_system-declaration.patch,
+  pango-1.30.1.ebuild:
+  Update patch comments (committed upstream), use get_modname for module
+  extension name
 
   16 Jun 2012; Fabian Groffen <grobian@gentoo.org>
   +files/pango-1.30.1-config_get_key_system-declaration.patch,






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.30.1.ebuild ChangeLog
@ 2012-10-06 21:19 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-06 21:19 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/06 21:19:21

  Modified:             pango-1.30.1.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  x11-libs/pango/pango-1.30.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?r1=1.8&r2=1.9

Index: pango-1.30.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pango-1.30.1.ebuild	6 Oct 2012 09:07:29 -0000	1.8
+++ pango-1.30.1.ebuild	6 Oct 2012 21:19:21 -0000	1.9
@@ -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/x11-libs/pango/pango-1.30.1.ebuild,v 1.8 2012/10/06 09:07:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v 1.9 2012/10/06 21:19:21 blueness Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2 FTL"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="X doc +introspection test"
 



1.356                x11-libs/pango/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.356&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.356&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.355&r2=1.356

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -r1.355 -r1.356
--- ChangeLog	6 Oct 2012 09:07:29 -0000	1.355
+++ ChangeLog	6 Oct 2012 21:19:21 -0000	1.356
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/pango
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.355 2012/10/06 09:07:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.356 2012/10/06 21:19:21 blueness Exp $
+
+  06 Oct 2012; Anthony G. Basile <blueness@gentoo.org> pango-1.30.1.ebuild:
+  stable ppc ppc64, bug #427544
 
   06 Oct 2012; Markus Meier <maekke@gentoo.org> pango-1.30.1.ebuild:
   arm stable, bug #427544





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.30.1.ebuild ChangeLog
@ 2014-04-27 15:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-04-27 15:43 UTC (permalink / raw
  To: gentoo-commits

pacho       14/04/27 15:43:24

  Modified:             ChangeLog
  Added:                pango-1.30.1.ebuild
  Log:
  Recover old version needed on arches without no stable pangox-compat still
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.404                x11-libs/pango/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.404&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.404&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.403&r2=1.404

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog	27 Apr 2014 09:41:01 -0000	1.403
+++ ChangeLog	27 Apr 2014 15:43:24 -0000	1.404
@@ -1,6 +1,11 @@
 # 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.403 2014/04/27 09:41:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.404 2014/04/27 15:43:24 pacho Exp $
+
+*pango-1.30.1 (27 Apr 2014)
+
+  27 Apr 2014; Pacho Ramos <pacho@gentoo.org> +pango-1.30.1.ebuild:
+  Recover old version needed on arches without no stable pangox-compat still
 
   27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -pango-1.30.1.ebuild,
   -pango-1.32.5.ebuild, -pango-1.36.2.ebuild:



1.15                 x11-libs/pango/pango-1.30.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?r1=1.14&r2=1.15






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

end of thread, other threads:[~2014-04-27 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-27 15:43 [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.30.1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-06 21:19 Anthony G. Basile (blueness)
2012-06-17  8:17 Fabian Groffen (grobian)
2012-06-16  9:24 Fabian Groffen (grobian)

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