diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-10-30 08:06:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-10-30 08:06:56 +0000 |
commit | 7255d898ab0a0239eaa53b5d403302f504f419b9 (patch) | |
tree | c5986be29ad2e3553a6b3b6c9b0256d14211c5e8 /dev-libs | |
parent | Add official release and mask dev-ruby/pry (bug #430536). (diff) | |
download | gentoo-2-7255d898ab0a0239eaa53b5d403302f504f419b9.tar.gz gentoo-2-7255d898ab0a0239eaa53b5d403302f504f419b9.tar.bz2 gentoo-2-7255d898ab0a0239eaa53b5d403302f504f419b9.zip |
Version bump.
(Portage version: 2.2.0_alpha141/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.1.1.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 bdb7eb955d29..8d857c76dda0 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.12 2012/10/28 15:41:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.13 2012/10/30 08:06:56 eva Exp $ + +*gobject-introspection-common-1.34.1.1 (30 Oct 2012) + + 30 Oct 2012; Gilles Dartiguelongue <eva@gentoo.org> + +gobject-introspection-common-1.34.1.1.ebuild: + Version bump. 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> gobject-introspection-common-1.32.1.ebuild: diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.ebuild new file mode 100644 index 000000000000..0d2986d21b3b --- /dev/null +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.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.1.1.ebuild,v 1.1 2012/10/30 08:06:56 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 +} |