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 44B2A138334 for ; Wed, 6 Jun 2018 21:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D53A5E09A4; Wed, 6 Jun 2018 21:42:03 +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 8FB96E09A4 for ; Wed, 6 Jun 2018 21:42:03 +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 51BE8335C90 for ; Wed, 6 Jun 2018 21:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435452C4 for ; Wed, 6 Jun 2018 21:41:59 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1528321285.0bc99abe0dc0b0c178568c08f91f73ae6693c899.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, app-arch/rpm/, profiles/arch/arm/, profiles/arch/arm64/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rpm/rpm-4.14.1.ebuild profiles/arch/alpha/package.use.mask profiles/arch/arm/package.use.mask profiles/arch/arm64/package.use.mask profiles/arch/ia64/package.use.mask X-VCS-Directories: profiles/arch/alpha/ profiles/arch/arm64/ profiles/arch/arm/ app-arch/rpm/ profiles/arch/ia64/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0bc99abe0dc0b0c178568c08f91f73ae6693c899 X-VCS-Branch: master Date: Wed, 6 Jun 2018 21:41:59 +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: cf031f01-f4ed-4710-bd17-9d3d73509725 X-Archives-Hash: 476333084781b52b7ac3422c28121b9f commit: 0bc99abe0dc0b0c178568c08f91f73ae6693c899 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jun 6 21:41:04 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Jun 6 21:41:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc99abe app-arch/rpm: Add src_test Closes: https://bugs.gentoo.org/657488 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-arch/rpm/rpm-4.14.1.ebuild | 7 ++++++- profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ 5 files changed, 22 insertions(+), 1 deletion(-) diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild index 1fc3b937c5b..00c3cbeb2eb 100644 --- a/app-arch/rpm/rpm-4.14.1.ebuild +++ b/app-arch/rpm/rpm-4.14.1.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="acl caps doc lua nls python selinux" +IUSE="acl caps doc lua nls python selinux test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" CDEPEND="!app-arch/rpm5 @@ -40,6 +40,7 @@ DEPEND="${CDEPEND} nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen ) virtual/pkgconfig + test? ( sys-apps/fakechroot ) " RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-rpm ) @@ -106,6 +107,10 @@ src_install() { perl_delete_localpod } +src_test() { + emake check +} + pkg_postinst() { if [[ -f "${EROOT}"/var/lib/rpm/Packages ]] ; then einfo "RPM database found... Rebuilding database (may take a while)..." diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 5e27b1349ab..9dc1afa2654 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (06 Jun 2018) +# Needs sys-apps/fakechroot which isn't keyworded +app-arch/rpm test + # Tomáš Mózes (05 Jun 2018) # Unkeyworded dependencies. app-admin/syslog-ng amqp mongodb diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 975f98ca998..a8638afdd53 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (06 Jun 2018) +# Needs sys-apps/fakechroot which isn't keyworded +app-arch/rpm test + # Andreas Sturmlechner (03 Jun 2018) # net-wireless/soapysdr not keyworded net-wireless/gr-osmosdr soapy diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index ee9cb80813e..c859a1044c8 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (06 Jun 2018) +# Needs sys-apps/fakechroot which isn't keyworded +app-arch/rpm test + # Alex Bennee (31 May 2018) # bunch of dev-perl packages not yet keyworded # and the i3 ebuild currently has RESTRICT="test" due to upstream bug diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index d38ac61fcce..acf5931ca84 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (06 Jun 2018) +# Needs sys-apps/fakechroot which isn't keyworded +app-arch/rpm test + # Michał Górny (15 Apr 2018) # Unkeyworded deps. net-misc/curl curl_ssl_axtls