public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/selint/
Date: Mon, 12 Oct 2020 02:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1602469195.3875b472e5c7ae6459c9f86a743ee9c7ccc7504c.perfinion@gentoo> (raw)

commit:     3875b472e5c7ae6459c9f86a743ee9c7ccc7504c
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Fri Sep 18 14:18:50 2020 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 02:19:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3875b472

app-admin/selint: Added new package with version 1.1.0.

Closes: https://github.com/gentoo/gentoo/pull/17588
Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 app-admin/selint/Manifest            |  1 +
 app-admin/selint/metadata.xml        | 11 ++++++++++
 app-admin/selint/selint-1.1.0.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 app-admin/selint/selint-9999.ebuild  | 39 ++++++++++++++++++++++++++++++++++++
 4 files changed, 90 insertions(+)

diff --git a/app-admin/selint/Manifest b/app-admin/selint/Manifest
new file mode 100644
index 00000000000..efeb4bfb72e
--- /dev/null
+++ b/app-admin/selint/Manifest
@@ -0,0 +1 @@
+DIST selint-1.1.0.tar.gz 283926 BLAKE2B 0908f8830ce4b569c54e8c025dd92c39af59172fee0b8061f5b8cdaf61222979a78c3726a5647af9161ce7e4a7ddd5bee64772afecd2024368afa76294b3d317 SHA512 3af358e0f42a285a0360ce2b4db9014ef1e4f0b792623007f88cf510799080975d9e44817e8911bbd32b141704a7fd11e1b4d8f91e124d0fa91c38f71a978c91

diff --git a/app-admin/selint/metadata.xml b/app-admin/selint/metadata.xml
new file mode 100644
index 00000000000..80f8686d2a8
--- /dev/null
+++ b/app-admin/selint/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>selinux@gentoo.org</email>
+		<name>SELinux Team</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">TresysTechnology/selint</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-admin/selint/selint-1.1.0.ebuild b/app-admin/selint/selint-1.1.0.ebuild
new file mode 100644
index 00000000000..f7904071225
--- /dev/null
+++ b/app-admin/selint/selint-1.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Policy Analysis Tools for SELinux"
+HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit autotools git-r3
+	EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git"
+else
+	SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/confuse
+	dev-libs/uthash"
+
+DEPEND="${RDEPEND}
+	test? ( dev-libs/check )"
+
+src_prepare() {
+	[[ ${PV} == 9999 ]] && eautoreconf
+
+	eapply_user
+}
+
+src_configure() {
+	econf $(use_with test check)
+}

diff --git a/app-admin/selint/selint-9999.ebuild b/app-admin/selint/selint-9999.ebuild
new file mode 100644
index 00000000000..f7904071225
--- /dev/null
+++ b/app-admin/selint/selint-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Policy Analysis Tools for SELinux"
+HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit autotools git-r3
+	EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git"
+else
+	SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/confuse
+	dev-libs/uthash"
+
+DEPEND="${RDEPEND}
+	test? ( dev-libs/check )"
+
+src_prepare() {
+	[[ ${PV} == 9999 ]] && eautoreconf
+
+	eapply_user
+}
+
+src_configure() {
+	econf $(use_with test check)
+}


             reply	other threads:[~2020-10-12  2:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12  2:20 Jason Zaman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-03  6:13 [gentoo-commits] repo/gentoo:master commit in: app-admin/selint/ Jason Zaman
2020-12-19 19:36 Sam James
2020-12-20 16:30 Thomas Deutschmann
2021-02-15 20:21 Jason Zaman
2021-05-12  7:58 Agostino Sarubbo
2021-05-12 20:12 Agostino Sarubbo
2021-07-05  3:24 Sam James
2022-01-31 19:53 Jason Zaman
2022-01-31 19:53 Jason Zaman
2022-06-24  3:43 Sam James
2022-06-24  3:43 Sam James
2023-12-16  3:05 Sam James
2023-12-16  7:05 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1602469195.3875b472e5c7ae6459c9f86a743ee9c7ccc7504c.perfinion@gentoo \
    --to=perfinion@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox