commit: c3e879093ef865638eccc9cfd2b3ee045ef96dc5 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Oct 26 23:53:36 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Oct 26 23:53:36 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c3e87909
dev-libs/json-glib: moved to gentoo-x86 --- dev-libs/json-glib/json-glib-1.0.0.ebuild | 43 ------------------------------- dev-libs/json-glib/metadata.xml | 5 ---- 2 files changed, 48 deletions(-) diff --git a/dev-libs/json-glib/json-glib-1.0.0.ebuild b/dev-libs/json-glib/json-glib-1.0.0.ebuild deleted file mode 100644 index e318e9a..0000000 --- a/dev-libs/json-glib/json-glib-1.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format" -HOMEPAGE="https://wiki.gnome.org/JsonGlib" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="debug +introspection" - -RDEPEND=" - >=dev-libs/glib-2.37.6:2 - 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 -" - -src_prepare() { - # Do not touch CFLAGS - sed -e 's/CFLAGS -g/CFLAGS/' -i "${S}"/configure || die -} - -src_configure() { - # Coverage support is useless, and causes runtime problems - gnome2_src_configure \ - --enable-man \ - --disable-gcov \ - $(usex debug --enable-debug=yes --enable-debug=minimum) \ - $(use_enable introspection) -} diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml deleted file mode 100644 index 6e0e2ec..0000000 --- a/dev-libs/json-glib/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>gnome</herd> -</pkgmetadata>