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 30DF9139694 for ; Tue, 13 Jun 2017 15:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C6F7E0DC2; Tue, 13 Jun 2017 15:20:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21772E0DC3 for ; Tue, 13 Jun 2017 15:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A9246341A30 for ; Tue, 13 Jun 2017 15:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A37B0748C for ; Tue, 13 Jun 2017 15:20:11 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1497366657.744a3c7a3ebb44060db3e59a4a80b5b468230e2f.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/semodule-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/semodule-utils/Manifest sys-apps/semodule-utils/semodule-utils-2.7_rc1.ebuild X-VCS-Directories: sys-apps/semodule-utils/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 744a3c7a3ebb44060db3e59a4a80b5b468230e2f X-VCS-Branch: master Date: Tue, 13 Jun 2017 15:20:11 +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: 325ff0f9-b0e6-4c12-8368-2cf563935eaa X-Archives-Hash: fda64bcd08d849b611c3d862abc9f287 commit: 744a3c7a3ebb44060db3e59a4a80b5b468230e2f Author: Jason Zaman gentoo org> AuthorDate: Tue Jun 13 05:19:59 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jun 13 15:10:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744a3c7a sys-apps/semodule-utils: bump to 2.7_rc1 Package-Manager: Portage-2.3.5, Repoman-2.3.1 sys-apps/semodule-utils/Manifest | 1 + .../semodule-utils/semodule-utils-2.7_rc1.ebuild | 53 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/sys-apps/semodule-utils/Manifest b/sys-apps/semodule-utils/Manifest new file mode 100644 index 00000000000..c61922b62ef --- /dev/null +++ b/sys-apps/semodule-utils/Manifest @@ -0,0 +1 @@ +DIST semodule-utils-2.7-rc1.tar.gz 15446 SHA256 929b469e5c8ab806f0acd233352a52b257c5b59b3a75ae950d290138f2d2eef9 SHA512 4bc0c05e36dc01d53c178c507461e64d8842aa808758370d3920d18bd26410cfceed75ec70c6441f1d40e5ca594e13c12c99bb592b5a018bae9fff47e1177e57 WHIRLPOOL c1101fe791d48a8caea9be20ee15801696dba942084a1f9678e1a86e2f1079e69d19598121d63ebcc4b631ae92635da83499e9a571c99754db4ed432a155d0a6 diff --git a/sys-apps/semodule-utils/semodule-utils-2.7_rc1.ebuild b/sys-apps/semodule-utils/semodule-utils-2.7_rc1.ebuild new file mode 100644 index 00000000000..34cb5744d69 --- /dev/null +++ b/sys-apps/semodule-utils/semodule-utils-2.7_rc1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit toolchain-funcs + +MY_RELEASEDATE="20170609" +SEPOL_VER="${PV}" +SELNX_VER="${PV}" + +MY_P="${P//_/-}" +IUSE="" + +if [[ ${PV} == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git" + S="${WORKDIR}/${MY_P}/${PN}" +else + SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + S="${WORKDIR}/${MY_P}" +fi + +DESCRIPTION="SELinux policy module utilities" +HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki" + +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=" + +RDEPEND="${DEPEND} + !