diff options
author | Sam James <sam@gentoo.org> | 2023-06-21 05:22:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-21 05:27:58 +0100 |
commit | ba8d66a9e2898cf8e1cf4ffc124d6ab1057f76b2 (patch) | |
tree | 160c26feb41c05ebe400151571562012be9d6740 /dev-perl/Glib-Object-Introspection | |
parent | dev-perl/Graph: add 0.972.600 (diff) | |
download | gentoo-ba8d66a9e2898cf8e1cf4ffc124d6ab1057f76b2.tar.gz gentoo-ba8d66a9e2898cf8e1cf4ffc124d6ab1057f76b2.tar.bz2 gentoo-ba8d66a9e2898cf8e1cf4ffc124d6ab1057f76b2.zip |
dev-perl/Glib-Object-Introspection: add 0.50.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Glib-Object-Introspection')
-rw-r--r-- | dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Glib-Object-Introspection/Manifest | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild new file mode 100644 index 000000000000..63edf5e552ad --- /dev/null +++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=XAOC +DIST_VERSION=0.050 +inherit perl-module xdg-utils + +DESCRIPTION="Dynamically create Perl language bindings" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-perl/glib-perl-1.320.0 + >=dev-libs/gobject-introspection-1.0 + >=dev-libs/libffi-3.0.0:= + >=dev-libs/glib-2.0.0 +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/ExtUtils-Depends-0.300.0 + >=dev-perl/ExtUtils-PkgConfig-1.0.0 +" + +pkg_setup() { + # bug #599128 + xdg_environment_reset +} diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest index 1c262c297ae6..c698e8da37ed 100644 --- a/dev-perl/Glib-Object-Introspection/Manifest +++ b/dev-perl/Glib-Object-Introspection/Manifest @@ -1 +1,2 @@ DIST Glib-Object-Introspection-0.049.tar.gz 88081 BLAKE2B 4d7d114dfe9b39f19feb4ed9ff40f7058e0c6b0e3851e45f3aa653b8222c1d3b3e68d1e900663435fcbae8fd627e41b44fc06b1775d0910127b32e1eff812a2c SHA512 fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322 +DIST Glib-Object-Introspection-0.050.tar.gz 89336 BLAKE2B 88ec82de5dade6a5689e2024b1f06d2a53222f0aab81f15d0d341b63a00dd3b041d1234570c6fa592172832f73e19a5d89eef80fc15ea9d944f7f3886cd55676 SHA512 3939a7d96800416ca4e52bf263b5b84dde0a5dbe5ed636dc6668ee005c1f018e5988f8e0ba059165f966a05b5efc992391ae0de991e87b9118fab92ee39f97f4 |