summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-12-22 23:11:17 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-12-22 23:11:17 +0000
commitceabda03b1b89f4d40a9756e77250be07edeab9b (patch)
tree7cc6c2ad1abf3463594517cae549a47963ac5155 /dev-libs/gobject-introspection
parentMake sure tests are built only when needed, bug #343249. Pin slotted dependen... (diff)
downloadgentoo-2-ceabda03b1b89f4d40a9756e77250be07edeab9b.tar.gz
gentoo-2-ceabda03b1b89f4d40a9756e77250be07edeab9b.tar.bz2
gentoo-2-ceabda03b1b89f4d40a9756e77250be07edeab9b.zip
Version bump. Clean up old revisions.
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog10
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild)9
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild48
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.9.3.ebuild52
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.9.6.ebuild52
5 files changed, 14 insertions, 157 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog
index 5a89e70beef5..22bf0f2c4995 100644
--- a/dev-libs/gobject-introspection/ChangeLog
+++ b/dev-libs/gobject-introspection/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-libs/gobject-introspection
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.12 2010/10/13 16:18:49 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.13 2010/12/22 23:11:17 eva Exp $
+
+*gobject-introspection-0.10.0 (22 Dec 2010)
+
+ 22 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -gobject-introspection-0.9.0.ebuild, -gobject-introspection-0.9.3.ebuild,
+ -gobject-introspection-0.9.6.ebuild, -gobject-introspection-0.9.10.ebuild,
+ +gobject-introspection-0.10.0.ebuild:
+ Version bump. Clean up old revisions.
*gobject-introspection-0.9.12 (13 Oct 2010)
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild
index 615942f31aaf..85c87e464425 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-0.10.0.ebuild
@@ -1,6 +1,6 @@
# 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.10.ebuild,v 1.1 2010/10/02 14:06:37 eva Exp $
+# $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 $
EAPI="3"
GCONF_DEBUG="no"
@@ -24,9 +24,8 @@ DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1.12 )
test? ( x11-libs/cairo )"
-DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
-
pkg_setup() {
+ DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
$(use_enable test tests)"
@@ -44,7 +43,9 @@ src_prepare() {
src_install() {
gnome2_src_install
- find "${ED}" -name "*.la" -delete || die
+ 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() {
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild
deleted file mode 100644
index 91f9781a1fee..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.9.0.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.9.0.ebuild,v 1.3 2010/07/24 17:04:23 armin76 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="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~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.3.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.9.3.ebuild
deleted file mode 100644
index b6a0c5da1355..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.9.3.ebuild
+++ /dev/null
@@ -1,52 +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.3.ebuild,v 1.1 2010/08/22 17:59:58 abcd 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="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~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 )"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-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.6.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.9.6.ebuild
deleted file mode 100644
index 021ed7d400ed..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.9.6.ebuild
+++ /dev/null
@@ -1,52 +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.6.ebuild,v 1.1 2010/09/21 07:36:33 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="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~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 )"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-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
-}