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 54F9E1395E2 for ; Sun, 20 Nov 2016 05:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15509E0BD7; Sun, 20 Nov 2016 05:27:32 +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 E240BE0BD7 for ; Sun, 20 Nov 2016 05:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E0F43411FB for ; Sun, 20 Nov 2016 05:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F144491 for ; Sun, 20 Nov 2016 05:27:29 +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: <1479619582.94898082d1bfa1879ee16160268c010525a919a1.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/metadata.xml sys-apps/semodule-utils/semodule-utils-9999.ebuild X-VCS-Directories: sys-apps/semodule-utils/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 94898082d1bfa1879ee16160268c010525a919a1 X-VCS-Branch: master Date: Sun, 20 Nov 2016 05:27:29 +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: f1da826f-dc7e-4073-830b-a7b5c8b4dc03 X-Archives-Hash: 422c46d4f6071cb12ea61c45ebae476d commit: 94898082d1bfa1879ee16160268c010525a919a1 Author: Jason Zaman gentoo org> AuthorDate: Sat Nov 19 12:42:08 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Nov 20 05:26:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94898082 sys-apps/semodule-utils: New package live ebuild Package-Manager: portage-2.3.0 sys-apps/semodule-utils/metadata.xml | 15 +++++++ sys-apps/semodule-utils/semodule-utils-9999.ebuild | 52 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/sys-apps/semodule-utils/metadata.xml b/sys-apps/semodule-utils/metadata.xml new file mode 100644 index 00000000..35a209d --- /dev/null +++ b/sys-apps/semodule-utils/metadata.xml @@ -0,0 +1,15 @@ + + + + + selinux@gentoo.org + SELinux Team + + + semodule-utils are utilities to create and link SELinux policy module packages. + + + cpe:/a:redhat:policycoreutils + SELinuxProject/selinux + + diff --git a/sys-apps/semodule-utils/semodule-utils-9999.ebuild b/sys-apps/semodule-utils/semodule-utils-9999.ebuild new file mode 100644 index 00000000..9c3f9ab --- /dev/null +++ b/sys-apps/semodule-utils/semodule-utils-9999.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit toolchain-funcs + +MY_RELEASEDATE="20161014" +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} + !