net-libs/rest: remove old
authorMart Raudsepp <leio@gentoo.org>
Thu, 21 Dec 2017 23:00:46 +0000 (01:00 +0200)
committerMart Raudsepp <leio@gentoo.org>
Thu, 21 Dec 2017 23:30:25 +0000 (01:30 +0200)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-libs/rest/Manifest
net-libs/rest/rest-0.8.0.ebuild [deleted file]

index 862728345b02e505a32cc5d50842f712b0056d80..5b3ce5ca09e0ed88a3965571ae921d1376840304 100644 (file)
@@ -1,2 +1 @@
-DIST rest-0.8.0.tar.xz 334024 BLAKE2B c9cb762e094f09d0b84f98358d5b608caeb8207eec895ccfdbea9a25be6f76d6cd3f0a1947dd6a2e042d3c21d31ee24d34aaa7148fde2d719efeaed2106bdc77 SHA512 dfcfed4196e613ed4415ea04eaa890e47d1d2e6899afdefff3dd7bfed5bcace58724158deb4c0cc7974f9a4493d00d5c0a27415160f2795df81c2210c14a823a
 DIST rest-0.8.1.tar.xz 333376 BLAKE2B 595576f29ebe35121b7a896086abd3411ac3b2d324d2e50d646274c4060cfaffbd3b701eaae80afdc60d52c77bb5076135064648536378f2562f27c79c5738b7 SHA512 824a341db3827e4360abe03e33735918c68913c70d797699ef74271080a1985872006ec70fd994dc8fa3fbfef417e6fe979883c11286512d0ce623b8368e40c3
diff --git a/net-libs/rest/rest-0.8.0.ebuild b/net-libs/rest/rest-0.8.0.ebuild
deleted file mode 100644 (file)
index d479dae..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib-minimal virtualx
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="https://wiki.gnome.org/Projects/Librest"
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-IUSE="+introspection test"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Coverage testing should not be enabled
-RDEPEND="
-       app-misc/ca-certificates
-       >=dev-libs/glib-2.24:2[${MULTILIB_USEDEP}]
-       dev-libs/libxml2:2[${MULTILIB_USEDEP}]
-       net-libs/libsoup:2.4[${MULTILIB_USEDEP}]
-       introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.13
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-       test? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
-"
-
-multilib_src_configure() {
-       # gnome support only adds dependency on obsolete libsoup-gnome
-       # https://bugzilla.gnome.org/show_bug.cgi?id=758166
-       ECONF_SOURCE=${S} \
-       gnome2_src_configure \
-               --disable-static \
-               --disable-gcov \
-               --without-gnome \
-               --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
-               $(multilib_native_use_enable introspection)
-
-       if multilib_is_native_abi; then
-               ln -s "${S}"/docs/reference/rest/html docs/reference/rest/html || die
-       fi
-}
-
-multilib_src_test() {
-       # Tests need dbus
-       virtx emake check
-}
-
-multilib_src_compile() {
-       gnome2_src_compile
-}
-
-multilib_src_install() {
-       gnome2_src_install
-}