summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-12-22 01:00:46 +0200
committerMart Raudsepp <leio@gentoo.org>2017-12-22 01:30:25 +0200
commit48ceee24775c3e606458e42e0506955dc0ee20d7 (patch)
tree28ff4961975f91cd60cfdb0b4cc0f91c3fdab38f /net-libs
parentnet-libs/libdmapsharing: remove old (diff)
downloadgentoo-48ceee24775c3e606458e42e0506955dc0ee20d7.tar.gz
gentoo-48ceee24775c3e606458e42e0506955dc0ee20d7.tar.bz2
gentoo-48ceee24775c3e606458e42e0506955dc0ee20d7.zip
net-libs/rest: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rest/Manifest1
-rw-r--r--net-libs/rest/rest-0.8.0.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/net-libs/rest/Manifest b/net-libs/rest/Manifest
index 862728345b02..5b3ce5ca09e0 100644
--- a/net-libs/rest/Manifest
+++ b/net-libs/rest/Manifest
@@ -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
index d479dae138eb..000000000000
--- a/net-libs/rest/rest-0.8.0.ebuild
+++ /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
-}