public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: atk-2.6.0.ebuild ChangeLog atk-1.32.0-r1.ebuild metadata.xml atk-2.4.0.ebuild atk-2.2.0.ebuild
@ 2012-12-16  6:01 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-12-16  6:01 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/12/16 06:01:24

  Modified:             atk-2.6.0.ebuild ChangeLog atk-1.32.0-r1.ebuild
                        metadata.xml atk-2.4.0.ebuild
  Removed:              atk-2.2.0.ebuild
  Log:
  Modernize the ebuilds. Drop old. Switch to global introspection USE flag.
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.2                  dev-libs/atk/atk-2.6.0.ebuild

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

Index: atk-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atk-2.6.0.ebuild	25 Sep 2012 11:52:11 -0000	1.1
+++ atk-2.6.0.ebuild	16 Dec 2012 06:01:24 -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/atk/atk-2.6.0.ebuild,v 1.1 2012/09/25 11:52:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.6.0.ebuild,v 1.2 2012/12/16 06:01:24 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -14,22 +14,20 @@
 LICENSE="LGPL-2+"
 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="doc +introspection nls"
+IUSE="+introspection nls"
 
 RDEPEND=">=dev-libs/glib-2.31.2:2
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
+	dev-util/gtk-doc-am
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.13 )
 	nls? ( sys-devel/gettext )"
 
-pkg_setup() {
+src_prepare() {
 	G2CONF="${G2CONF} $(use_enable introspection)"
 	DOCS="AUTHORS ChangeLog NEWS README"
-}
 
-src_prepare() {
 	gnome2_src_prepare
 
 	if ! use test; then
@@ -37,8 +35,4 @@
 		sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
 			|| die "sed failed"
 	fi
-
-	# Remove DEPRECATED flags
-	sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i atk/Makefile.am atk/Makefile.in \
-		tests/Makefile.am tests/Makefile.in || die "sed 2 failed"
 }



1.252                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.252&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.252&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.251&r2=1.252

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog	28 Oct 2012 15:39:31 -0000	1.251
+++ ChangeLog	16 Dec 2012 06:01:24 -0000	1.252
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.251 2012/10/28 15:39:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.252 2012/12/16 06:01:24 tetromino Exp $
+
+  16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  atk-1.32.0-r1.ebuild, -atk-2.2.0.ebuild, atk-2.4.0.ebuild, atk-2.6.0.ebuild,
+  metadata.xml:
+  Modernize the ebuilds. Drop old. Switch to global introspection USE flag.
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> atk-2.4.0.ebuild:
   ia64/s390/sh/sparc stable wrt #427544



1.13                 dev-libs/atk/atk-1.32.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild?r1=1.12&r2=1.13

Index: atk-1.32.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- atk-1.32.0-r1.ebuild	25 Sep 2012 11:52:11 -0000	1.12
+++ atk-1.32.0-r1.ebuild	16 Dec 2012 06:01:24 -0000	1.13
@@ -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/atk/atk-1.32.0-r1.ebuild,v 1.12 2012/09/25 11:52:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild,v 1.13 2012/12/16 06:01:24 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,22 +13,20 @@
 LICENSE="LGPL-2+"
 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="doc +introspection nls"
+IUSE="+introspection nls"
 
 RDEPEND="dev-libs/glib:2
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
+	dev-util/gtk-doc-am
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1 )
 	nls? ( sys-devel/gettext )"
 
-pkg_setup() {
+src_prepare() {
 	G2CONF="${G2CONF} $(use_enable introspection)"
 	DOCS="AUTHORS ChangeLog NEWS README"
-}
 
-src_prepare() {
 	gnome2_src_prepare
 
 	if ! use test; then
@@ -36,8 +34,4 @@
 		sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
 			|| die "sed failed"
 	fi
-
-	# Remove DEPRECATED flags
-	sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i atk/Makefile.am atk/Makefile.in \
-		tests/Makefile.am tests/Makefile.in || die "sed 2 failed"
 }



1.4                  dev-libs/atk/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	20 Jun 2010 09:54:24 -0000	1.3
+++ metadata.xml	16 Dec 2012 06:01:24 -0000	1.4
@@ -2,8 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>gnome-accessibility</herd>
-  <use>
-	  <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-		  for introspection</flag>
-  </use>
 </pkgmetadata>



1.14                 dev-libs/atk/atk-2.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild?r1=1.13&r2=1.14

Index: atk-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- atk-2.4.0.ebuild	28 Oct 2012 15:39:31 -0000	1.13
+++ atk-2.4.0.ebuild	16 Dec 2012 06:01:24 -0000	1.14
@@ -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/atk/atk-2.4.0.ebuild,v 1.13 2012/10/28 15:39:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild,v 1.14 2012/12/16 06:01:24 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -14,22 +14,20 @@
 LICENSE="LGPL-2+"
 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="doc +introspection nls"
+IUSE="+introspection nls"
 
 RDEPEND=">=dev-libs/glib-2.31.2:2
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
+	dev-util/gtk-doc-am
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.13 )
 	nls? ( sys-devel/gettext )"
 
-pkg_setup() {
+src_prepare() {
 	G2CONF="${G2CONF} $(use_enable introspection)"
 	DOCS="AUTHORS ChangeLog NEWS README"
-}
 
-src_prepare() {
 	gnome2_src_prepare
 
 	if ! use test; then
@@ -37,8 +35,4 @@
 		sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
 			|| die "sed failed"
 	fi
-
-	# Remove DEPRECATED flags
-	sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i atk/Makefile.am atk/Makefile.in \
-		tests/Makefile.am tests/Makefile.in || die "sed 2 failed"
 }





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

only message in thread, other threads:[~2012-12-16  6:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16  6:01 [gentoo-commits] gentoo-x86 commit in dev-libs/atk: atk-2.6.0.ebuild ChangeLog atk-1.32.0-r1.ebuild metadata.xml atk-2.4.0.ebuild atk-2.2.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