From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2DFB41384B4 for ; Sun, 3 Jan 2016 13:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B28F21C026; Sun, 3 Jan 2016 13:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 939A221C01A for ; Sun, 3 Jan 2016 13:32:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFCC834067D for ; Sun, 3 Jan 2016 13:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1428CCFD for ; Sun, 3 Jan 2016 13:32:18 +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: <1451827438.438dd7f0762e2a3f2081a59a804b4a33eefa891c.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-software/Manifest gnome-extra/gnome-software/gnome-software-3.18.3.ebuild gnome-extra/gnome-software/metadata.xml X-VCS-Directories: gnome-extra/gnome-software/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 438dd7f0762e2a3f2081a59a804b4a33eefa891c X-VCS-Branch: master Date: Sun, 3 Jan 2016 13:32:18 +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: 1222abea-2d59-4d9e-8478-5efcdf21c954 X-Archives-Hash: e0adeb307a3293b5c9a0835776631f3a commit: 438dd7f0762e2a3f2081a59a804b4a33eefa891c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Jan 3 13:21:30 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jan 3 13:23:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438dd7f0 gnome-extra/gnome-software: initial ebuild, bug #565212 Imported from gnome-overlay. Package-Manager: portage-2.2.26 gnome-extra/gnome-software/Manifest | 1 + .../gnome-software/gnome-software-3.18.3.ebuild | 63 ++++++++++++++++++++++ gnome-extra/gnome-software/metadata.xml | 5 ++ 3 files changed, 69 insertions(+) diff --git a/gnome-extra/gnome-software/Manifest b/gnome-extra/gnome-software/Manifest new file mode 100644 index 0000000..0f691a0 --- /dev/null +++ b/gnome-extra/gnome-software/Manifest @@ -0,0 +1 @@ +DIST gnome-software-3.18.3.tar.xz 2195300 SHA256 cc76a51f56d114018f64478437aebef068799802884543c59e2473066c959b7b SHA512 61d4f9622d0f3c6b65d271a79908713f1ee5a2da67275aee6cd6510d6c124ad76300bcc696846d8bd95843f9326534218d3b140445f6e7d2f6ab8d336e476ec0 WHIRLPOOL acea5e54b06bcd2d1088d7790b813001a2718acd981c53f4dca170200efc96ca2d6e477ff674f384e08817821697ef2e2261d4d14cf5f3bd4c757352920231de diff --git a/gnome-extra/gnome-software/gnome-software-3.18.3.ebuild b/gnome-extra/gnome-software/gnome-software-3.18.3.ebuild new file mode 100644 index 0000000..8e0fdb1 --- /dev/null +++ b/gnome-extra/gnome-software/gnome-software-3.18.3.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 python-any-r1 virtualx + +DESCRIPTION="Gnome install & update software" +HOMEPAGE="http://wiki.gnome.org/Apps/Software" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + >=app-admin/packagekit-base-1.0.9 + dev-db/sqlite:3 + >=dev-libs/appstream-glib-0.5.1:0 + >=dev-libs/glib-2.45.8:2 + >=gnome-base/gnome-desktop-3.17.92:3= + >=gnome-base/gsettings-desktop-schemas-3.11.5 + net-libs/libsoup:2.4 + sys-auth/polkit + >=x11-libs/gtk+-3.16:3 +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + app-text/docbook-xml-dtd:4.2 + dev-libs/libxslt + >=dev-util/intltool-0.35 + virtual/pkgconfig + test? ( dev-util/dogtail ) +" +# test? ( dev-util/valgrind ) + +pkg_setup() { + python-any-r1_pkg_setup +} + +src_prepare() { + # valgrind fails with SIGTRAP + sed -e 's/TESTS = .*/TESTS =/' \ + -i "${S}"/src/Makefile.{am,in} || die + + gnome2_src_prepare +} + +src_configure() { + # FIXME: investigate limba and firmware update support + gnome2_src_configure \ + --enable-man \ + --disable-firmware \ + --disable-limba \ + $(use_enable test dogtail) +} + +src_test() { + Xemake check TESTS_ENVIRONMENT="dbus-run-session" +} diff --git a/gnome-extra/gnome-software/metadata.xml b/gnome-extra/gnome-software/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/gnome-extra/gnome-software/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +