summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-12-30 13:21:28 +0200
committerMart Raudsepp <leio@gentoo.org>2018-12-30 13:21:28 +0200
commit7059c47078bb30a18058333b418ca1b9d68af81d (patch)
tree3312e3f08ba06ab9725559b45b702d263c21b8b6 /dev-libs
parentdev-libs/gobject-introspection-common: remove old (diff)
downloadgentoo-7059c47078bb30a18058333b418ca1b9d68af81d.tar.gz
gentoo-7059c47078bb30a18058333b418ca1b9d68af81d.tar.bz2
gentoo-7059c47078bb30a18058333b418ca1b9d68af81d.zip
dev-libs/json-glib: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/json-glib/Manifest1
-rw-r--r--dev-libs/json-glib/json-glib-1.2.8.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-libs/json-glib/Manifest b/dev-libs/json-glib/Manifest
index 804b4c352cab..3318e9c31dab 100644
--- a/dev-libs/json-glib/Manifest
+++ b/dev-libs/json-glib/Manifest
@@ -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
index 2181414d8a04..000000000000
--- a/dev-libs/json-glib/json-glib-1.2.8.ebuild
+++ /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
-}