commit:     01680f643aad70f124becf3ddd719d4163f4889c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 18 09:47:44 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Sep 18 09:52:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=01680f64

dev-libs/json-glib: remove, 1.4.4 available in ::gentoo

::gentoo version adapts to separate from gtk-doc man pages meson option,
that I requested into 1.4.4 from upstream, and keeps man pages always
generated for now. Also no non-native multilib gtk-doc build, which would
have caused double build at best and multilib build failures with USE flag
at the worst. It also doesn't install tests to libexec and share, as we
don't do that kind of stuff usually (tests are ran on build) - this also
saves us from having to inherit python-any-r1 and set that up, as the
gen-installed-tests.py script isn't called then anymore (but was in the
::gnome version, thus technically had a needed inherit missing)

 dev-libs/json-glib/json-glib-1.4.2-r1.ebuild | 46 ----------------------------
 dev-libs/json-glib/metadata.xml              | 15 ---------
 2 files changed, 61 deletions(-)

diff --git a/dev-libs/json-glib/json-glib-1.4.2-r1.ebuild 
b/dev-libs/json-glib/json-glib-1.4.2-r1.ebuild
deleted file mode 100644
index cbabd418..00000000
--- a/dev-libs/json-glib/json-glib-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org gnome-meson multilib-minimal
-
-DESCRIPTION="Library providing GLib serialization and deserialization for the 
JSON format"
-HOMEPAGE="https://wiki.gnome.org/Projects/JsonGlib";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc +introspection"
-
-RDEPEND="
-       >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]
-       introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
-       doc? (
-               ~app-text/docbook-xml-dtd-4.1.2
-               app-text/docbook-xsl-stylesheets
-               dev-libs/libxslt
-               dev-util/gtk-doc
-       )
-       >=sys-devel/gettext-0.18
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-"
-
-multilib_src_configure() {
-       gnome-meson_src_configure \
-               $(meson_use doc docs) \
-               -Dintrospection=$(multilib_native_usex introspection true false)
-}
-
-multilib_src_compile() {
-       gnome-meson_src_compile
-}
-
-multilib_src_test() {
-       meson_src_test
-}
-
-multilib_src_install() {
-       gnome-meson_src_install
-}

diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml
deleted file mode 100644
index 0aa1782a..00000000
--- a/dev-libs/json-glib/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>voyag...@gentoo.org</email>
-               <name>Bernard Cafarelli</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>gn...@gentoo.org</email>
-               <name>Gentoo GNOME Desktop</name>
-       </maintainer>
-       <longdescription>JSON-GLib is a library providing serialization and 
deserialization support for the JavaScript Object Notation (JSON) format 
described by RFC 4627. Many high-level languages already provide native modules 
for parsing, generating and manipulating JSON data streams. JSON-GLib is a C 
library based on GLib and released under the terms of the GNU Lesser General 
Public License version 2.1. It provides a parser and a generator GObject 
classes and various wrappers for the complex data types employed by JSON, such 
as arrays and objects.
-
-JSON-GLib uses GLib native data types and the generic value container GValue 
for ease of development. It also provides integration with the GObject classes 
for direct serialization into, and deserialization from, JSON data 
streams.</longdescription>
-</pkgmetadata>

Reply via email to