sec-policy/apparmor-profiles: version bump 2.13.4
authorMichael Palimaka <kensington@gentoo.org>
Thu, 19 Mar 2020 08:07:48 +0000 (19:07 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 19 Mar 2020 08:20:44 +0000 (19:20 +1100)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
sec-policy/apparmor-profiles/Manifest
sec-policy/apparmor-profiles/apparmor-profiles-2.13.4.ebuild [new file with mode: 0644]

index 696ceaa4e8e9fa1e6babc10257f56c627d2f4a0d..ac257fe02491a823fd77e31962dd41ba4346d639 100644 (file)
@@ -1 +1,2 @@
 DIST apparmor-2.13.3.tar.gz 7384974 BLAKE2B fd519f7b845db3203c8f47ff5abc7d9f20a7947fe86799b6fffcfaabaf5130fe0aa6589314f201c1df59cfd0fb22b80a12d364e9ca1279b14ba89ec469e3b346 SHA512 137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141
+DIST apparmor-2.13.4.tar.gz 7390179 BLAKE2B 49818a010d5e5757dd43710f2af925fbb62a9f8f9be74556ff31a9a8834bebac010762fc6bef3da8d295e487b65d0e0135f4be25bcb01a834846c5e5d65d92a4 SHA512 d42748bf36ae66849f79653a62d499e9d17a97c4d680fb653eb1c379d0593aaa09f7ddfc6f2fa0d2fb468bce05fb25444976f60a5ec24778fdd7ec20d1c13651
diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.13.4.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.13.4.ebuild
new file mode 100644 (file)
index 0000000..0f15c10
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_cut 1-2)"
+
+DESCRIPTION="A collection of profiles for the AppArmor application security system"
+HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
+SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="minimal"
+
+RESTRICT="test"
+
+S=${WORKDIR}/apparmor-${PV}/profiles
+
+src_install() {
+       if use minimal ; then
+               insinto /etc/apparmor.d
+               doins -r apparmor.d/{abstractions,tunables}
+       else
+               default
+       fi
+}