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 642A81396DB for ; Sat, 21 Oct 2017 10:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F362BC00F; Sat, 21 Oct 2017 10:11:24 +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 10F972BC00F for ; Sat, 21 Oct 2017 10:11:23 +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 8FC8F33BF0B for ; Sat, 21 Oct 2017 10:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 287BA829 for ; Sat, 21 Oct 2017 10:11:21 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1508580474.2b148652b782cb20d28ac85afd1331d42c04c783.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rest/Manifest net-libs/rest/rest-0.8.1.ebuild X-VCS-Directories: net-libs/rest/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2b148652b782cb20d28ac85afd1331d42c04c783 X-VCS-Branch: master Date: Sat, 21 Oct 2017 10:11:21 +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-Archives-Salt: 0504fcf5-17f5-49d4-98c1-d3bef391f6fc X-Archives-Hash: 549bdd1de34f2011aafae06ffcea2146 commit: 2b148652b782cb20d28ac85afd1331d42c04c783 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 21 09:29:20 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 21 10:07:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b148652 net-libs/rest: version bump 0.8.0 → 0.8.1 Package-Manager: Portage-2.3.11, Repoman-2.3.3 net-libs/rest/Manifest | 1 + net-libs/rest/rest-0.8.1.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/net-libs/rest/Manifest b/net-libs/rest/Manifest index 26f1d0f79fc..5607434dc7c 100644 --- a/net-libs/rest/Manifest +++ b/net-libs/rest/Manifest @@ -1 +1,2 @@ DIST rest-0.8.0.tar.xz 334024 SHA256 e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647 SHA512 dfcfed4196e613ed4415ea04eaa890e47d1d2e6899afdefff3dd7bfed5bcace58724158deb4c0cc7974f9a4493d00d5c0a27415160f2795df81c2210c14a823a WHIRLPOOL b4a2de0fac2fe5bd6280c5e06a18a2b3b2fe1ca3d6f6a38ae1a34c3a9d1a3d8efa8c19ffac15ed4f9ca2ef7a7febf225f8954f6446c3a7078a3e2c02ff08ee73 +DIST rest-0.8.1.tar.xz 333376 SHA256 0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9 SHA512 824a341db3827e4360abe03e33735918c68913c70d797699ef74271080a1985872006ec70fd994dc8fa3fbfef417e6fe979883c11286512d0ce623b8368e40c3 WHIRLPOOL cab32832ed08c60bfd662a6b32d7b98b0300e60032c979dc9ac1152f0fcf39e63d1eb1a4b5d65bfae5fae9e3e5cc9e4ac94cc14eda86c0a0000aa00e9c52d872 diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1.ebuild new file mode 100644 index 00000000000..da3e684eae1 --- /dev/null +++ b/net-libs/rest/rest-0.8.1.ebuild @@ -0,0 +1,59 @@ +# 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 +}