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 57E9B139694 for ; Sun, 9 Jul 2017 10:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF8B721413F; Sun, 9 Jul 2017 10:04:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BBCAF214135 for ; Sun, 9 Jul 2017 10:04:01 +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 D8AC8341B6E for ; Sun, 9 Jul 2017 10:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 216F274B6 for ; Sun, 9 Jul 2017 10:03:57 +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: <1499594579.6ea7b86385afc251c68406d34f298ee6d85ccd00.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mcstrans/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/mcstrans/Manifest sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild X-VCS-Directories: sys-apps/mcstrans/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 6ea7b86385afc251c68406d34f298ee6d85ccd00 X-VCS-Branch: master Date: Sun, 9 Jul 2017 10:03:57 +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: a0b2eb7a-3e11-4403-81e7-4349dd95636c X-Archives-Hash: 692ff9a5c174a8ec8dc9b4a60cee48cd commit: 6ea7b86385afc251c68406d34f298ee6d85ccd00 Author: Jason Zaman gentoo org> AuthorDate: Sun Jul 9 08:07:07 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jul 9 10:02:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea7b863 sys-apps/mcstrans: bump to 2.7_rc4 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/mcstrans/Manifest | 1 + sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild | 57 +++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest index b5986e55e0c..f4e23566db3 100644 --- a/sys-apps/mcstrans/Manifest +++ b/sys-apps/mcstrans/Manifest @@ -1 +1,2 @@ DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa WHIRLPOOL b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740 +DIST mcstrans-2.7-rc4.tar.gz 41154 SHA256 0548cc928609b17a2cfe0cac62146b79c44f86ec553ba41d8a9dae7876a9ae2b SHA512 6f6e5843a8932e6a37d978a6af4fb64bddfad8e34afff7bd7e2ba8d92954c7cc7abd390104a5fba8e98d43e40de5c7cc3e48ba2f6c4c599df7905f84448c7e3d WHIRLPOOL 5868ffa1d44b873307c2fe3a7637ae2ad90ba22a2133eb1c416d435436d18ebfa4bca7886eb6a1bf4f20cc6d73f6102b1bdab41193bba3677db8dad7fea3c15b diff --git a/sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild b/sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild new file mode 100644 index 00000000000..676c323055b --- /dev/null +++ b/sys-apps/mcstrans/mcstrans-2.7_rc4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit toolchain-funcs + +MY_RELEASEDATE="20170630" + +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 context translation to human readable names" +HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki" + +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=sys-libs/libsepol-${PV}:= + >=sys-libs/libselinux-${PV}:= + dev-libs/libpcre:= + >=sys-libs/libcap-1.10-r10:=" + +RDEPEND="${DEPEND} + !