From 31a1290a618af36280c65cfd2ffdaa9eaec67923 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Fri, 26 Dec 2014 22:58:46 +0100 Subject: net-libs/rest: moved to gentoo-x86 --- net-libs/rest/Manifest | 11 ---------- net-libs/rest/rest-0.7.91.ebuild | 46 ---------------------------------------- 2 files changed, 57 deletions(-) delete mode 100644 net-libs/rest/Manifest delete mode 100644 net-libs/rest/rest-0.7.91.ebuild diff --git a/net-libs/rest/Manifest b/net-libs/rest/Manifest deleted file mode 100644 index 39261340..00000000 --- a/net-libs/rest/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST rest-0.7.91.tar.xz 321120 SHA256 838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a SHA512 3fa63ca2c2b0d2a0bcccdc5cdd2a7b0d55a7e2600c564fe84e638bac4ac3b24d50199c7e65cb0e15946d9f80965165e5f01bc3521e7d797a66ca90e04a31d659 WHIRLPOOL cbc01285445a9785d36a0231230abde336927e4104cffcd994ac6ba01b4b38f560253c244c6eef4af3de4ac3188f49dc46f893bd451d9319c0e178ae3a615911 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iEYEAREKAAYFAlNNofcACgkQ1fmVwcYIWAaDggCfdchCIb6Akvy8U5QyuklQfiOf -GBYAn03dqNhyvrJvsMhwu5gGwH+eKoL0 -=Qch6 ------END PGP SIGNATURE----- diff --git a/net-libs/rest/rest-0.7.91.ebuild b/net-libs/rest/rest-0.7.91.ebuild deleted file mode 100644 index f5929fd6..00000000 --- a/net-libs/rest/rest-0.7.91.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 virtualx - -DESCRIPTION="Helper library for RESTful services" -HOMEPAGE="http://live.gnome.org/Librest" - -LICENSE="LGPL-2.1" -SLOT="0.7" -IUSE="+gnome +introspection test" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# Coverage testing should not be enabled -RDEPEND="app-misc/ca-certificates - >=dev-libs/glib-2.24:2 - dev-libs/libxml2:2 - net-libs/libsoup:2.4 - gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.13 - >=dev-util/intltool-0.40 - virtual/pkgconfig - test? ( sys-apps/dbus ) -" - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --disable-gcov \ - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \ - $(use_with gnome) \ - $(use_enable introspection) -} - -src_test() { - # Tests need dbus - Xemake check || die -} -- cgit v1.2.3-65-gdbad