From 401101f9c8077911929d3f2b60a37098460a5d89 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Mar 2022 23:59:54 +0000 Subject: gentoo resync : 25.03.2022 --- gui-libs/libhandy/Manifest | 4 +-- gui-libs/libhandy/libhandy-1.5.0.ebuild | 56 --------------------------------- gui-libs/libhandy/libhandy-1.6.1.ebuild | 56 +++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 gui-libs/libhandy/libhandy-1.5.0.ebuild create mode 100644 gui-libs/libhandy/libhandy-1.6.1.ebuild (limited to 'gui-libs/libhandy') diff --git a/gui-libs/libhandy/Manifest b/gui-libs/libhandy/Manifest index eead589be129..948f02799508 100644 --- a/gui-libs/libhandy/Manifest +++ b/gui-libs/libhandy/Manifest @@ -1,5 +1,5 @@ DIST libhandy-1.4.0.tar.xz 496476 BLAKE2B fca22f75348de5a485aa426f90201217e3f5b9bea664d9625b205990fa2c1a6e7ee32dfeec9a6695fcc9bfd841de1d2d310590ed6c59ec9835cb243f6bba54eb SHA512 a616430873cdd928d7875f776c5b98c66f1ab2f11422dffeed86844cec68cd212eb698413e38da0f0c38fc6c144372519ea1d03c8255fb4f7da9603c1713e6f8 -DIST libhandy-1.5.0.tar.xz 516128 BLAKE2B 51b479b297009f0663b9cd614c350d78dd702e3428f98759219b277d9010f2453142eabda2a9f8318d65b0efb156f0716fd606bf93b157c296648e4a1cb68123 SHA512 cd7706e97bc9d5a7d595c450145bc157b95afaccc1ee26b5490149327fd644eb522b7bbfee92ea2780083c36d69bbd666c52e38a752e78068a5ba0f79b3c56a0 +DIST libhandy-1.6.1.tar.xz 1781604 BLAKE2B 87f33662397d569fbb58e04b3e61e282fdeede0098753dcdf5da885a13096007446eb2d404cf4231021fdb2cd76895faa37929dad651d54e57f5a623db6c7823 SHA512 1fddf72d7e6d97f12c879a512baeef80e32be4108640b2ff64c5b7dec68d8e2da8f9a2da3c1cb6cde8c2e672f4225e7db698f794641264e64ee9af3c68dbfbb3 EBUILD libhandy-1.4.0.ebuild 1252 BLAKE2B 7e085a1d6e8a6eb7d320923acaa6820bc4a146e4667161632dd40bb526b4c010685f7d82936812cde252e43bbfbf518f2319dc90130fc38f33ca149b66389ec4 SHA512 df6a30d14cc1216cd6ae7eff100d191ff2369dfd52251d24507dabbcc5f7b8323a8841e1dddfb5ffa1767c68718737c080453b90b82bab143b759b2a300b2a27 -EBUILD libhandy-1.5.0.ebuild 1257 BLAKE2B 25a2fcf9a8f7b608bb2c5319525015a468e60d3c840c3ab6d0e8e97dff339f98f57ff3ea2ba5d7d13c5a24113889bab25b8c5950d8357971c76bf5e172cf53df SHA512 6e01c9c283939e036a674538e4ce13139c5ef6abd074e5b968d6c1646ab9a70d9b8cd11addacf3b5478958285c1c57238f80fb7482fe6081ca6a14c08b818c09 +EBUILD libhandy-1.6.1.ebuild 1268 BLAKE2B a724854ce5dc45197b3b5d9a596d18c55471c77f176c2cfc04d469765b06f6a910b83c4d110f2e7716239f0ec8ce8ac17421d694eb0a82914736f198e5fb9895 SHA512 8bb1aebc01a38e3813e2f310e90f967589d4fbac844d7299299ce23fe28c099155dae09d07d321eb7004c0c513150b7bcd4af90be2aa46b77a81deb170b6b903 MISC metadata.xml 354 BLAKE2B 878f8199cb6cc83b1ab56f64fad507be89b9206e64a76182eac19eecd24e132674dacc223953a80635c61a7d59fb571138f44a56409ca97b2f192d304957c082 SHA512 1e2a3b1466ed49ab71e8a2c18def2b984b42b38936811ed170b47f9c6c925feba076eb671110801ae805f7c1eb175f6ed4db4d6a87e83a9e024e0b519cc45170 diff --git a/gui-libs/libhandy/libhandy-1.5.0.ebuild b/gui-libs/libhandy/libhandy-1.5.0.ebuild deleted file mode 100644 index 8af23d0bf4e6..000000000000 --- a/gui-libs/libhandy/libhandy-1.5.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome.org meson xdg vala virtualx - -DESCRIPTION="Building blocks for modern adaptive GNOME apps" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libhandy/" - -LICENSE="LGPL-2.1+" -SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" - -IUSE="examples glade gtk-doc +introspection test +vala" -REQUIRED_USE="vala? ( introspection )" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.44:2 - >=x11-libs/gtk+-3.24.1:3[introspection?] - glade? ( dev-util/glade:3.10= ) - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/libxml2:2 - dev-util/glib-utils - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - gtk-doc? ( dev-util/gtk-doc - app-text/docbook-xml-dtd:4.3 ) - vala? ( $(vala_depend) ) -" - -src_prepare() { - use vala && vala_src_prepare - xdg_src_prepare -} - -src_configure() { - local emesonargs=( - -Dprofiling=false # -pg passing - $(meson_feature introspection) - $(meson_use vala vapi) - $(meson_use gtk-doc gtk_doc) - $(meson_use test tests) - $(meson_use examples) - $(meson_feature glade glade_catalog) - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} diff --git a/gui-libs/libhandy/libhandy-1.6.1.ebuild b/gui-libs/libhandy/libhandy-1.6.1.ebuild new file mode 100644 index 000000000000..c396cac2d01a --- /dev/null +++ b/gui-libs/libhandy/libhandy-1.6.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome.org meson xdg vala virtualx + +DESCRIPTION="Building blocks for modern adaptive GNOME apps" +HOMEPAGE="https://gitlab.gnome.org/GNOME/libhandy/" + +LICENSE="LGPL-2.1+" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +IUSE="examples glade gtk-doc +introspection test +vala" +REQUIRED_USE="vala? ( introspection )" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + >=x11-libs/gtk+-3.24.1:3[introspection?] + glade? ( dev-util/glade:3.10= ) + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/libxml2:2 + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + gtk-doc? ( >=dev-util/gi-docgen-2021.1 + app-text/docbook-xml-dtd:4.3 ) + vala? ( $(vala_depend) ) +" + +src_prepare() { + use vala && vala_src_prepare + xdg_src_prepare +} + +src_configure() { + local emesonargs=( + -Dprofiling=false # -pg passing + $(meson_feature introspection) + $(meson_use vala vapi) + $(meson_use gtk-doc gtk_doc) + $(meson_use test tests) + $(meson_use examples) + $(meson_feature glade glade_catalog) + ) + meson_src_configure +} + +src_test() { + virtx meson_src_test +} -- cgit v1.2.3