summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-03-28 00:58:04 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-03-28 00:58:04 +0000
commitbfc4b25ff19bce8a1a5e96ab0554df1c6748f15c (patch)
treedbed83ff28683621078ac924d22edaacbaf1c97c /dev-libs/gobject-introspection-common
parentVersion bump. (diff)
downloadhistorical-bfc4b25ff19bce8a1a5e96ab0554df1c6748f15c.tar.gz
historical-bfc4b25ff19bce8a1a5e96ab0554df1c6748f15c.tar.bz2
historical-bfc4b25ff19bce8a1a5e96ab0554df1c6748f15c.zip
Autoconf and make macros split out of gobject-introspection for bug #367143.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/gobject-introspection-common')
-rw-r--r--dev-libs/gobject-introspection-common/ChangeLog10
-rw-r--r--dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.0.ebuild35
-rw-r--r--dev-libs/gobject-introspection-common/metadata.xml5
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-libs/gobject-introspection-common/ChangeLog b/dev-libs/gobject-introspection-common/ChangeLog
new file mode 100644
index 000000000000..2426f489fc57
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2012/03/28 00:58:04 tetromino Exp $
+
+*gobject-introspection-common-1.32.0 (28 Mar 2012)
+
+ 28 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +gobject-introspection-common-1.32.0.ebuild, +metadata.xml:
+ Autoconf and make macros split out of gobject-introspection for bug #367143.
+
diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.0.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.0.ebuild
new file mode 100644
index 000000000000..0057be7a8aab
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.0.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.32.0.ebuild,v 1.1 2012/03/28 00:58:04 tetromino Exp $
+
+EAPI="4"
+GNOME_ORG_MODULE="gobject-introspection"
+
+inherit gnome.org
+
+DESCRIPTION="Common files for development with 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 ~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
+}
diff --git a/dev-libs/gobject-introspection-common/metadata.xml b/dev-libs/gobject-introspection-common/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>