From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 143C7138334 for ; Sun, 30 Dec 2018 11:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8736E0BE3; Sun, 30 Dec 2018 11:29:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 711C1E0BB7 for ; Sun, 30 Dec 2018 11:29:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A49E335CA6 for ; Sun, 30 Dec 2018 11:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1A56505 for ; Sun, 30 Dec 2018 11:28:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1546168888.7059c47078bb30a18058333b418ca1b9d68af81d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/json-glib/Manifest dev-libs/json-glib/json-glib-1.2.8.ebuild X-VCS-Directories: dev-libs/json-glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7059c47078bb30a18058333b418ca1b9d68af81d X-VCS-Branch: master Date: Sun, 30 Dec 2018 11:28:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 969d2128-9028-457a-8213-2673a8520d76 X-Archives-Hash: 3430d5307bad02d7ec168e9af90110f6 commit: 7059c47078bb30a18058333b418ca1b9d68af81d Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 30 11:21:28 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 30 11:21:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7059c470 dev-libs/json-glib: remove old Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/json-glib/Manifest | 1 - dev-libs/json-glib/json-glib-1.2.8.ebuild | 55 ------------------------------- 2 files changed, 56 deletions(-) diff --git a/dev-libs/json-glib/Manifest b/dev-libs/json-glib/Manifest index 804b4c352ca..3318e9c31da 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 2181414d8a0..00000000000 --- 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 -}