summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-02-08 09:54:03 +0000
committerPacho Ramos <pacho@gentoo.org>2011-02-08 09:54:03 +0000
commit424a53db9dcd0065178c2ecf3843c897b8b6db1d (patch)
tree81d857dd2070eadf58b6010d6b6b5fd657227899 /dev-libs
parentDon't install errors.py twice as it fails (bug #348386 by Jonathan Callen and... (diff)
downloadgentoo-2-424a53db9dcd0065178c2ecf3843c897b8b6db1d.tar.gz
gentoo-2-424a53db9dcd0065178c2ecf3843c897b8b6db1d.tar.bz2
gentoo-2-424a53db9dcd0065178c2ecf3843c897b8b6db1d.zip
Version bump, remove old.
(Portage version: 2.1.9.36/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog11
-rw-r--r--dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch29
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild)6
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.6.14.ebuild48
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild60
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.9.12.ebuild59
6 files changed, 13 insertions, 200 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog
index b84bdb02c344..208b52f36711 100644
--- a/dev-libs/gobject-introspection/ChangeLog
+++ b/dev-libs/gobject-introspection/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-libs/gobject-introspection
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.15 2011/01/26 15:55:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.16 2011/02/08 09:54:03 pacho Exp $
+
+*gobject-introspection-0.10.2 (08 Feb 2011)
+
+ 08 Feb 2011; Pacho Ramos <pacho@gentoo.org>
+ -gobject-introspection-0.6.14.ebuild, -gobject-introspection-0.9.0-r1.ebuild,
+ -files/gobject-introspection-0.9.0-python27.patch,
+ -gobject-introspection-0.9.12.ebuild, -gobject-introspection-0.10.0.ebuild,
+ +gobject-introspection-0.10.2.ebuild:
+ Version bump, remove old.
26 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
gobject-introspection-0.10.1.ebuild:
diff --git a/dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch b/dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch
deleted file mode 100644
index 53eb6547195c..000000000000
--- a/dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch
+++ /dev/null
@@ -1,29 +0,0 @@
----
-Fix build with python2.7.
-
-Gentoo: #327759.
-
-Thanks to pld-linux people.
-
---- a/giscanner/xmlwriter.py 2009-09-17 10:53:45.000000000 +0200
-+++ b/giscanner/xmlwriter.py 2010-07-08 15:36:27.702842362 +0200
-@@ -67,7 +67,7 @@
- return attr_value
-
-
--with LibtoolImporter:
-+with LibtoolImporter(None, None):
- from giscanner._giscanner import collect_attributes
-
-
---- a/giscanner/sourcescanner.py 2010-06-29 15:35:09.000000000 +0200
-+++ b/giscanner/sourcescanner.py 2010-07-08 15:40:05.096144193 +0200
-@@ -196,7 +196,7 @@
- class SourceScanner(object):
-
- def __init__(self):
-- with LibtoolImporter:
-+ with LibtoolImporter(None, None):
- from giscanner._giscanner import SourceScanner
- self._scanner = SourceScanner()
- self._filenames = []
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild
index 85c87e464425..ab41592d90a7 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild,v 1.1 2010/12/22 23:11:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild,v 1.1 2011/02/08 09:54:03 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
LICENSE="LGPL-2 GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="doc test"
RDEPEND=">=dev-libs/glib-2.24:2
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.6.14.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.6.14.ebuild
deleted file mode 100644
index f85cf364dbb1..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.6.14.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.6.14.ebuild,v 1.1 2010/06/11 06:45:19 ford_prefect Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2:2.5"
-
-inherit python gnome2
-
-DESCRIPTION="Introspection infrastructure for gobject library bindings"
-HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-libs/glib-2.19.0
- virtual/libffi"
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-1.12 )
- dev-util/pkgconfig
- sys-devel/flex
- test? ( x11-libs/cairo )"
-
-src_prepare() {
- G2CONF="${G2CONF} --disable-static"
-
- # FIXME: Parallel compilation failure with USE=doc
- use doc && MAKEOPTS="-j1"
-
- # Don't pre-compile .py
- ln -sf $(type -P true) py-compile
-}
-
-src_configure() {
- econf $(use_enable test tests) || die "econf failed"
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner
- python_need_rebuild
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib*/${PN}/giscanner
-}
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild
deleted file mode 100644
index b5d9bb09e102..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild,v 1.1 2010/10/02 14:06:37 eva Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-
-inherit eutils gnome2 python
-
-DESCRIPTION="Introspection infrastructure for gobject library bindings"
-HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-libs/glib-2.19.0
- virtual/libffi"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/flex
- doc? ( >=dev-util/gtk-doc-1.12 )
- test? ( x11-libs/cairo )"
-
-DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- $(use_enable test tests)"
-
- python_set_active_version 2
-}
-
-src_prepare() {
- # Fix build with python 2.7, bug #327759
- epatch "${FILESDIR}/${P}-python27.patch"
-
- # FIXME: Parallel compilation failure with USE=doc
- use doc && MAKEOPTS="-j1"
-
- # Don't pre-compile .py
- ln -sf $(type -P true) py-compile
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name "*.la" -delete || die
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner
- python_need_rebuild
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib*/${PN}/giscanner
-}
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.9.12.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.9.12.ebuild
deleted file mode 100644
index a6eaa9af7fce..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.9.12.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.12.ebuild,v 1.1 2010/10/13 16:18:49 eva Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-
-inherit gnome2 python
-
-DESCRIPTION="Introspection infrastructure for gobject library bindings"
-HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-libs/glib-2.24:2
- virtual/libffi"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/flex
- doc? ( >=dev-util/gtk-doc-1.12 )
- test? ( x11-libs/cairo )"
-
-DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- $(use_enable test tests)"
-
- python_set_active_version 2
-}
-
-src_prepare() {
- # FIXME: Parallel compilation failure with USE=doc
- use doc && MAKEOPTS="-j1"
-
- # Don't pre-compile .py
- ln -sf $(type -P true) py-compile
-}
-
-src_install() {
- gnome2_src_install
- python_convert_shebangs 2 "${ED}"usr/bin/g-ir-scanner
- python_convert_shebangs 2 "${ED}"usr/bin/g-ir-annotation-tool
- find "${ED}" -name "*.la" -delete || die "la files removal failed"
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner
- python_need_rebuild
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib*/${PN}/giscanner
-}