From 7923185a3dd56f31fd248195c9f764131bcf9273 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Wed, 17 Jun 2020 16:34:36 +0200 Subject: gui-libs/libhandy: merged inside gentoo, drop here Signed-off-by: David Heidelberg --- gui-libs/libhandy/Manifest | 1 - gui-libs/libhandy/libhandy-0.0.11.ebuild | 61 -------------------------------- gui-libs/libhandy/metadata.xml | 13 ------- 3 files changed, 75 deletions(-) delete mode 100644 gui-libs/libhandy/Manifest delete mode 100644 gui-libs/libhandy/libhandy-0.0.11.ebuild delete mode 100644 gui-libs/libhandy/metadata.xml diff --git a/gui-libs/libhandy/Manifest b/gui-libs/libhandy/Manifest deleted file mode 100644 index ec2e2d2..0000000 --- a/gui-libs/libhandy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libhandy-v0.0.11.tar.bz2 343425 BLAKE2B f6f34bfb75f896a7c79c68da5bd7796f3e340a5184b0f02f4b18f9fc2395dbd076a3199b27e4c2e560b0664d6e4747a5adc09bdcee4d825559fa88553d4bd71a SHA512 353afcb48b57ab7aedbf1849ee7b0abc9005a8607bb7417f561740c68fdaa174fbb1fb65a3f867f05444b581c4ba421ef0141305eac6d40eb30dbaf55c0d84a7 diff --git a/gui-libs/libhandy/libhandy-0.0.11.ebuild b/gui-libs/libhandy/libhandy-0.0.11.ebuild deleted file mode 100644 index 28172d8..0000000 --- a/gui-libs/libhandy/libhandy-0.0.11.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson xdg vala virtualx - -MY_P="${PN}-v${PV}" -DESCRIPTION="Library with GTK widgets for mobile phones" -HOMEPAGE="https://source.puri.sm/Librem5/libhandy/" -SRC_URI="https://source.puri.sm/Librem5/libhandy/-/archive/v${PV}/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1+" -SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new -# SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog -KEYWORDS="~amd64 ~arm64 ~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=" - vala? ( $(vala_depend) ) - 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 ) -" - -src_prepare() { - use vala && vala_src_prepare - xdg_src_prepare -} - -src_configure() { - local emesonargs=( - -Dprofiling=false # -pg passing - -Dstatic=false - $(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/metadata.xml b/gui-libs/libhandy/metadata.xml deleted file mode 100644 index 65bbdf4..0000000 --- a/gui-libs/libhandy/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - - Install module and catalog for dev-util/glade - - libhandy is a collection of GTK+ widgets for applications - targeting mobile phones. - -- cgit v1.2.3-65-gdbad