public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: ChangeLog pango-1.29.4.ebuild pango-1.28.4.ebuild pango-1.30.1.ebuild pango-1.28.3-r1.ebuild pango-1.30.0.ebuild
@ 2012-10-17 11:18 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-10-17 11:18 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/10/17 11:18:22

  Modified:             ChangeLog pango-1.29.4.ebuild pango-1.28.4.ebuild
                        pango-1.30.1.ebuild
  Removed:              pango-1.28.3-r1.ebuild pango-1.30.0.ebuild
  Log:
  Drop useless USE=doc, it only regenerated documentation; fixes bug #357205, thanks to Theo Chatzimichos et al. Remove test USE flag since it only served to pull in dependencies for testing regenerated docs. Make mktemp call more portable, thanks to Mart Raudsepp. Update license. Drop old.
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.357                x11-libs/pango/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -r1.356 -r1.357
--- ChangeLog	6 Oct 2012 21:19:21 -0000	1.356
+++ ChangeLog	17 Oct 2012 11:18:22 -0000	1.357
@@ -1,6 +1,15 @@
 # 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.356 2012/10/06 21:19:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.357 2012/10/17 11:18:22 tetromino Exp $
+
+  17 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  -pango-1.28.3-r1.ebuild, -files/pango-1.28.3-heap-corruption.patch,
+  -files/pango-1.28.3-malloc-failure.patch, pango-1.28.4.ebuild,
+  pango-1.29.4.ebuild, -pango-1.30.0.ebuild, pango-1.30.1.ebuild:
+  Drop useless USE=doc, it only regenerated documentation; fixes bug #357205,
+  thanks to Theo Chatzimichos et al. Remove test USE flag since it only served
+  to pull in dependencies for testing regenerated docs. Make mktemp call more
+  portable, thanks to Mart Raudsepp. Update license. Drop old.
 
   06 Oct 2012; Anthony G. Basile <blueness@gentoo.org> pango-1.30.1.ebuild:
   stable ppc ppc64, bug #427544



1.17                 x11-libs/pango/pango-1.29.4.ebuild

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

Index: pango-1.29.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.29.4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pango-1.29.4.ebuild	20 May 2012 19:31:39 -0000	1.16
+++ pango-1.29.4.ebuild	17 Oct 2012 11:18:22 -0000	1.17
@@ -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.29.4.ebuild,v 1.16 2012/05/20 19:31:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.29.4.ebuild,v 1.17 2012/10/17 11:18:22 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -15,10 +15,7 @@
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~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"
-
-# Upstream bug #643802
-REQUIRED_USE="doc? ( X )"
+IUSE="X +introspection"
 
 # Use glib-2.29.5 for g_atomic_int_add
 RDEPEND=">=dev-libs/glib-2.29.5:2
@@ -32,15 +29,7 @@
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	>=dev-util/gtk-doc-am-1.13
-	doc? (
-		>=dev-util/gtk-doc-1.13
-		~app-text/docbook-xml-dtd-4.1.2
-		x11-libs/libXft )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	test? (
-		>=dev-util/gtk-doc-1.13
-		~app-text/docbook-xml-dtd-4.1.2
-		x11-libs/libXft )
 	X? ( x11-proto/xproto )
 	!<=sys-devel/autoconf-2.63:2.5"
 
@@ -78,7 +67,7 @@
 
 	mkdir -p "${PANGO_CONFDIR}"
 	local pango_conf="${PANGO_CONFDIR}/pango.modules"
-	local tmp_file=$(mktemp -t tmp.XXXXXXXXXXgdk_pixbuf_ebuild)
+	local tmp_file=$(mktemp -t tmp_pango_ebuild.XXXXXXXXXX)
 
 	# be atomic!
 	if pango-querymodules \



1.22                 x11-libs/pango/pango-1.28.4.ebuild

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

Index: pango-1.28.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.4.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pango-1.28.4.ebuild	5 May 2012 03:52:23 -0000	1.21
+++ pango-1.28.4.ebuild	17 Oct 2012 11:18:22 -0000	1.22
@@ -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.28.4.ebuild,v 1.21 2012/05/05 03:52:23 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.4.ebuild,v 1.22 2012/10/17 11:18:22 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2 FTL"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~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"
+IUSE="X +introspection"
 
 RDEPEND=">=dev-libs/glib-2.24:2
 	>=media-libs/fontconfig-2.5.0:1.0
@@ -27,15 +27,7 @@
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	>=dev-util/gtk-doc-am-1.13
-	doc? (
-		>=dev-util/gtk-doc-1.13
-		~app-text/docbook-xml-dtd-4.1.2
-		x11-libs/libXft )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	test? (
-		>=dev-util/gtk-doc-1.13
-		~app-text/docbook-xml-dtd-4.1.2
-		x11-libs/libXft )
 	X? ( x11-proto/xproto )
 	!<=sys-devel/autoconf-2.63:2.5"
 
@@ -79,7 +71,7 @@
 
 		mkdir -p "${PANGO_CONFDIR}"
 		local pango_conf="${PANGO_CONFDIR}/pango.modules"
-		local tmp_file=$(mktemp -t tmp.XXXXXXXXXXgdk_pixbuf_ebuild)
+		local tmp_file=$(mktemp -t tmp_pango_ebuild.XXXXXXXXXX)
 
 		# be atomic!
 		if pango-querymodules > "${tmp_file}"; then



1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild?r1=1.9&r2=1.10

Index: pango-1.30.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pango-1.30.1.ebuild	6 Oct 2012 21:19:21 -0000	1.9
+++ pango-1.30.1.ebuild	17 Oct 2012 11:18:22 -0000	1.10
@@ -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.9 2012/10/06 21:19:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v 1.10 2012/10/17 11:18:22 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -11,14 +11,11 @@
 DESCRIPTION="Internationalized text layout and rendering library"
 HOMEPAGE="http://www.pango.org/"
 
-LICENSE="LGPL-2 FTL"
+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"
 
-IUSE="X doc +introspection test"
-
-# Upstream bug #643802
-REQUIRED_USE="doc? ( X )"
+IUSE="X +introspection"
 
 RDEPEND=">=dev-libs/glib-2.31.0:2
 	>=media-libs/fontconfig-2.5.0:1.0
@@ -31,15 +28,7 @@
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	>=dev-util/gtk-doc-am-1.13
-	doc? (
-		>=dev-util/gtk-doc-1.13
-		~app-text/docbook-xml-dtd-4.1.2
-		x11-libs/libXft )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	test? (
-		>=dev-util/gtk-doc-1.13
-		~app-text/docbook-xml-dtd-4.1.2
-		x11-libs/libXft )
 	X? ( x11-proto/xproto )
 	!<=sys-devel/autoconf-2.63:2.5"
 
@@ -84,7 +73,7 @@
 
 	mkdir -p "${PANGO_CONFDIR}"
 	local pango_conf="${PANGO_CONFDIR}/pango.modules"
-	local tmp_file=$(mktemp -t tmp.XXXXXXXXXXgdk_pixbuf_ebuild)
+	local tmp_file=$(mktemp -t tmp_pango_ebuild.XXXXXXXXXX)
 
 	# be atomic!
 	if pango-querymodules --system \





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-17 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 11:18 [gentoo-commits] gentoo-x86 commit in x11-libs/pango: ChangeLog pango-1.29.4.ebuild pango-1.28.4.ebuild pango-1.30.1.ebuild pango-1.28.3-r1.ebuild pango-1.30.0.ebuild Alexandre Rostovtsev (tetromino)

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