summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2015-09-13 23:58:15 +0200
committerOle Reifschneider <tranquility@gentoo.org>2015-09-13 23:58:15 +0200
commit62fa237067ee09cb6c73db0fb94581a45d6f5406 (patch)
treee0a245a6200ea7206574f9e489a1f6783dd0d8ec
parentdev-libs/glib: Bump version to 2.45.7 (diff)
downloadgnome-62fa2370.tar.gz
gnome-62fa2370.tar.bz2
gnome-62fa2370.zip
dev-libs/gobject-introspection-common: Bump version to 1.45.4
Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 7E8B4D42
-rw-r--r--dev-libs/gobject-introspection-common/Manifest15
-rw-r--r--dev-libs/gobject-introspection-common/gobject-introspection-common-1.45.4.ebuild34
2 files changed, 49 insertions, 0 deletions
diff --git a/dev-libs/gobject-introspection-common/Manifest b/dev-libs/gobject-introspection-common/Manifest
new file mode 100644
index 00000000..269a4c0c
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST gobject-introspection-1.45.4.tar.xz 1357416 SHA256 d42ed9e4f1e80a4cbc01095e01ce7060ea1caf42a3a229eee66882672e3350c2 SHA512 d40bd83f9f165e1dd0214ee3c95693ea2b04726c0032fc5d97a7fb01620895c46754348ad94ee29dc396d8cb3c5300fcd257ef00438d4dff796e6560c5ad2f86 WHIRLPOOL 0ec24e985b8b8c35ceefc2403e598460e052d33f1265a334a3e7f25ae204e3720127844c694a4407c5e17c3c89fd2a07838e13579129a2853f4bf7b882dcb6e8
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJV9fF3AAoJEOnlaGd+i01CNQQH/0TOCtl3CqhQy+D4MXCISyyQ
+WPY1IkerrGwmLx/6wH7URzEx41mkrn5m+u+JvBtkFGj0fJicHoaefTtz5BqnwfiQ
+74IJRNP8WXwVpqPOZ4CO3CG7P+gaIdTy/8e83/sB2/b5sjctl5T2gJv82/KGHGhR
+JePgcq7YfbIM7lpNf/uGgOqNn6x1n2uj4TXFgeLQLJPqi2x0TzTGQVGhv/TlfhWg
+K9fWiHkNXR8UliPV5/z+M502HYq3+w3DiJ5DGfc2QJrmay5xPUKmGy1geker4keV
+C4YPiKL4dlLkctObXszkTqgZqWvNayLxUMu5SpDggZUMAydJ/3PFuKJvzd6wH3o=
+=/5Qj
+-----END PGP SIGNATURE-----
diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.45.4.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.45.4.ebuild
new file mode 100644
index 00000000..a85f562b
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.45.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GNOME_ORG_MODULE="gobject-introspection"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for GObject Introspection"
+HOMEPAGE="https://live.gnome.org/GObjectIntrospection/"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
+# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
+# https://forums.gentoo.org/viewtopic-p-7421930.html
+
+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
+}