dev-libs/json-glib: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 30 Dec 2018 11:21:28 +0000 (13:21 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 30 Dec 2018 11:21:28 +0000 (13:21 +0200)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-libs/json-glib/Manifest
dev-libs/json-glib/json-glib-1.2.8.ebuild [deleted file]

index 804b4c352cab907d0bea2b208899b0b39e0b2e11..3318e9c31dab3b33933232322df0912c35a9fd0d 100644 (file)
@@ -1,2 +1 @@
-DIST json-glib-1.2.8.tar.xz 604336 BLAKE2B c85b7dcdb8d409afc1c0261e97e271f5be67a4dbc21d1ac2f6ace656106ca437f3330fda90f5add8371118b0c233f2dcd2bb9b6bc20c6452c1f85a44895eb008 SHA512 85d8ad431363b8698d71684927b8aa38749d99ea7236334ec09fd81482489f1ab9cb12dabcbe13f6b6ffd7e5d70ade47a36b511e275915d4aa858af647db90ba
 DIST json-glib-1.4.4.tar.xz 165584 BLAKE2B 0cdb518cd139b8dbdbf31c9bc00ddedca6385d7132843455a7898f3544fb43b62d6626d49944e83ef10ab9a555cf21c7e4548df7d784bcb4020f4026e0f3045e SHA512 cf56a99dce3938b5c0075810f105719836fac65392da33a49b26ebf33aee1fab89ca9fac58059a2008d688ecc75a3e524de60621a5b027d566963541f38b971f
diff --git a/dev-libs/json-glib/json-glib-1.2.8.ebuild b/dev-libs/json-glib/json-glib-1.2.8.ebuild
deleted file mode 100644 (file)
index 2181414..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 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="debug +introspection"
-
-RDEPEND="
-       >=dev-libs/glib-2.37.6:2[${MULTILIB_USEDEP}]
-       introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
-       ~app-text/docbook-xml-dtd-4.1.2
-       app-text/docbook-xsl-stylesheets
-       dev-libs/libxslt
-       >=dev-util/gtk-doc-am-1.20
-       >=sys-devel/gettext-0.18
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-"
-
-src_prepare() {
-       # Do not touch CFLAGS with --enable-debug=yes
-       sed -e 's/CFLAGS -g/CFLAGS/' -i "${S}"/configure || die
-       gnome2_src_prepare
-}
-
-multilib_src_configure() {
-       # Coverage support is useless, and causes runtime problems
-       ECONF_SOURCE=${S} \
-       gnome2_src_configure \
-               --enable-man \
-               --disable-gcov \
-               $(usex debug --enable-debug=yes --enable-debug=minimum) \
-               $(multilib_native_use_enable introspection) \
-               --with-xml-catalog="${EPREFIX}"/etc/xml/catalog
-
-       if multilib_is_native_abi; then
-               ln -s "${S}"/doc/html doc/html || die
-       fi
-}
-
-multilib_src_compile() {
-       gnome2_src_compile
-}
-
-multilib_src_install() {
-       gnome2_src_install
-}