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 581CC139694 for ; Tue, 13 Jun 2017 15:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2922E0DD0; Tue, 13 Jun 2017 15:20:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BFD0BE0DD0 for ; Tue, 13 Jun 2017 15:20:16 +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 C62753418C9 for ; Tue, 13 Jun 2017 15:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA477490 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: <1497366667.117180f8e0c02d8c734ebc06d8c4805e571d3c07.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_rc1.ebuild X-VCS-Directories: sys-apps/mcstrans/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 117180f8e0c02d8c734ebc06d8c4805e571d3c07 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: cf5df56c-aff9-4c04-b420-94311603873c X-Archives-Hash: 4b55be6e900d012b7b8c72f91c1e6bf5 commit: 117180f8e0c02d8c734ebc06d8c4805e571d3c07 Author: Jason Zaman gentoo org> AuthorDate: Tue Jun 13 05:23:14 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jun 13 15:11:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117180f8 sys-apps/mcstrans: bump to 2.7_rc1 Package-Manager: Portage-2.3.5, Repoman-2.3.1 sys-apps/mcstrans/Manifest | 1 + sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild | 57 +++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest new file mode 100644 index 00000000000..b5986e55e0c --- /dev/null +++ b/sys-apps/mcstrans/Manifest @@ -0,0 +1 @@ +DIST mcstrans-2.7-rc1.tar.gz 41124 SHA256 5e80b7dc9fc0204a2d561941ea8b220193cf3d34dba9ac527878a7ee036be01d SHA512 c0db564a693e3dc81759df54ce1b3e4ce6fdb22f3b0a998f4f31919644bae086d22acf6f248d789df1de24fb3d1d3a17bc45f9c39f8ed5b02467ac05177529fa WHIRLPOOL b2164b2005a3d30963c86301bc1f76d39605d7d72e055e12cafd6cc645c2bcde54f773c41db842ab830becd69454519a628754bd6041d3a45b9a56ee55489740 diff --git a/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild b/sys-apps/mcstrans/mcstrans-2.7_rc1.ebuild new file mode 100644 index 00000000000..b638a53b5ce --- /dev/null +++ b/sys-apps/mcstrans/mcstrans-2.7_rc1.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="20170609" + +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} + !