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 75198138335 for ; Mon, 2 Dec 2019 14:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51524E08C8; Mon, 2 Dec 2019 14:50:45 +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 23C79E087C for ; Mon, 2 Dec 2019 14:50:45 +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 A4B2E34D6CF for ; Mon, 2 Dec 2019 14:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BE808D6 for ; Mon, 2 Dec 2019 14:50:40 +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: <1575298172.cab5bd5cf7fad8f95a3decc64b2e975d274daa4e.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/restorecond/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/restorecond/Manifest sys-apps/restorecond/restorecond-3.0_rc2.ebuild X-VCS-Directories: sys-apps/restorecond/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: cab5bd5cf7fad8f95a3decc64b2e975d274daa4e X-VCS-Branch: master Date: Mon, 2 Dec 2019 14:50:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 118849e1-2d68-46f4-ba4b-f55df33b38d8 X-Archives-Hash: 2912bf5d108df35eef3007c478cf90c4 commit: cab5bd5cf7fad8f95a3decc64b2e975d274daa4e Author: Jason Zaman gentoo org> AuthorDate: Fri Nov 29 10:33:21 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Dec 2 14:49:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab5bd5c sys-apps/restorecond: bump to 3.0_rc2 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jason Zaman gentoo.org> sys-apps/restorecond/Manifest | 1 + sys-apps/restorecond/restorecond-3.0_rc2.ebuild | 55 +++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/sys-apps/restorecond/Manifest b/sys-apps/restorecond/Manifest index dfcb61eceaf..a37d673ad85 100644 --- a/sys-apps/restorecond/Manifest +++ b/sys-apps/restorecond/Manifest @@ -1,2 +1,3 @@ DIST restorecond-2.8.tar.gz 17740 BLAKE2B ad873acbbb7c56c29a8523a42dc053ea79036a15bed71b47a690d01d4012394b5ecf74ae75b27affb4007d754935ec90246f22ef3e0b9611556ec7baf59670db SHA512 5d72336782c3ad095746f8e6fa67e36448e5e76ca29586d8fe4962c64e505fa95c1458e8fc8f7d5bd589fff71b4be3758fb0cee3dacd2ccd0bc8476423e2540e DIST restorecond-2.9.tar.gz 18893 BLAKE2B fcdae1a4ec489f3f581212cdd3c13c5561feac3ee758f354dca75c97938c62b9ed04aedbd4b3b5cde09a5887247389262718145620d0b9749e364d1614f57241 SHA512 6de9dd4c6b8e5d8275221aba5df27437998f635cfe83a5da75de479e260ceea884a36253eb873a8d71e1a77ed67544d8657fb75fe409af1f630052ce73ec5d8a +DIST restorecond-3.0-rc2.tar.gz 18794 BLAKE2B d95770e846a1541d601a20c7f27cb8464781942beeab2b700ae10aa88003d4b36bb20ac5d5a005dd8cd0e247cdcb84ab1c77e9e2f0e0d4389202640745b660e0 SHA512 b27483f286cbb9b1ac14e867f37afe555dd50c3f69559013f806113ecea7d4771db4c5585caaae68b6b489d0c794ad7c2f0ba3d94ed7d9cc8c13eadc7802fb45 diff --git a/sys-apps/restorecond/restorecond-3.0_rc2.ebuild b/sys-apps/restorecond/restorecond-3.0_rc2.ebuild new file mode 100644 index 00000000000..a8c24e312bc --- /dev/null +++ b/sys-apps/restorecond/restorecond-3.0_rc2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit toolchain-funcs + +MY_RELEASEDATE="20191122" + +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://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + S="${WORKDIR}/${MY_P}" +fi + +DESCRIPTION="Daemon to watch for creation and set default SELinux fcontexts" +HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki" + +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=sys-libs/libsepol-${PV}:= + >=sys-libs/libselinux-${PV}:= + dev-libs/dbus-glib + dev-libs/libpcre:= + >=sys-libs/libcap-1.10-r10:=" + +RDEPEND="${DEPEND} + !