diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-21 22:40:17 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-21 22:40:17 +0000 |
commit | 370b3883c865155db4afee21a1f8c5a245c4cd9a (patch) | |
tree | 69bc2a3fad6ac129299f09cef9ecde2af2520419 /dev-libs | |
parent | Version bump (bug #444169). (diff) | |
download | gentoo-2-370b3883c865155db4afee21a1f8c5a245c4cd9a.tar.gz gentoo-2-370b3883c865155db4afee21a1f8c5a245c4cd9a.tar.bz2 gentoo-2-370b3883c865155db4afee21a1f8c5a245c4cd9a.zip |
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gobject-introspection-common/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild | 35 |
2 files changed, 42 insertions, 1 deletions
diff --git a/dev-libs/gobject-introspection-common/ChangeLog b/dev-libs/gobject-introspection-common/ChangeLog index 8d857c76dda0..038b8282fa76 100644 --- a/dev-libs/gobject-introspection-common/ChangeLog +++ b/dev-libs/gobject-introspection-common/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/gobject-introspection-common # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.13 2012/10/30 08:06:56 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.14 2012/11/21 22:40:17 eva Exp $ + +*gobject-introspection-common-1.34.2 (21 Nov 2012) + + 21 Nov 2012; Gilles Dartiguelongue <eva@gentoo.org> + +gobject-introspection-common-1.34.2.ebuild: + Version bump. *gobject-introspection-common-1.34.1.1 (30 Oct 2012) diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild new file mode 100644 index 000000000000..c0b5acfa8519 --- /dev/null +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild,v 1.1 2012/11/21 22:40:17 eva Exp $ + +EAPI="4" +GNOME_ORG_MODULE="gobject-introspection" + +inherit gnome.org + +DESCRIPTION="Build infrastructure for GObject Introspection" +HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" + +LICENSE="as-is" +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" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + !<dev-libs/gobject-introspection-1.32.0" +# Before 1.32.0, ${PN} was part of gobject-introspection + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + dodir /usr/share/aclocal + insinto /usr/share/aclocal + doins m4/introspection.m4 + + dodir /usr/share/gobject-introspection-1.0 + insinto /usr/share/gobject-introspection-1.0 + doins Makefile.introspection +} |