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
commit6d7876d8240a574fb3d4fd7e4d5e9488fe8b0a12 (patch)
tree12d7c4e20f523d7c88f8602783e98510120220b0 /dev-libs
parentVersion bump. (diff)
downloadgentoo-2-6d7876d8240a574fb3d4fd7e4d5e9488fe8b0a12.tar.gz
gentoo-2-6d7876d8240a574fb3d4fd7e4d5e9488fe8b0a12.tar.bz2
gentoo-2-6d7876d8240a574fb3d4fd7e4d5e9488fe8b0a12.zip
Autoconf and make macros split out of gobject-introspection for bug #367143.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/gobject-introspection-common/ChangeLog10
-rw-r--r--dev-libs/gobject-introspection-common/Manifest4
-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
4 files changed, 54 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/Manifest b/dev-libs/gobject-introspection-common/Manifest
new file mode 100644
index 000000000000..41c7bbfada2d
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/Manifest
@@ -0,0 +1,4 @@
+DIST gobject-introspection-1.32.0.tar.xz 1120376 RMD160 a9d7acef59b049cc301f920848898fe2adfc710f SHA1 461c9b8e1fab503995fbdf7e4b17ee8a6f51b460 SHA256 346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3
+EBUILD gobject-introspection-common-1.32.0.ebuild 979 RMD160 822d2efb4c72fce8bd15042b97819d802ddf0161 SHA1 e28af707f95024c32013f48271ed24e08781e5ad SHA256 aa4a06006abe2af769c00db58cb1b77d49fbcba575f019c30a1d0e07f0a48ddd
+MISC ChangeLog 391 RMD160 dfa2a093c1ba50acc56b22137af311d1ee5968b7 SHA1 aa1a8ffc9f8ff96b0ae9d1a615ab6a345c4d1178 SHA256 68bdc6d156e450ab1655855b9a40f6c2a462238a07665bc143ea96ddc45a28be
+MISC metadata.xml 158 RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e SHA1 38f78e9790bcd4382b4a49aa226aa6dda1d3a3d7 SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1
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>