commit:     85b2af99fdce0fe8151b3c9799fdca145bd3a3ce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  4 07:22:13 2021 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 07:22:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b2af99

sec-policy/apparmor-profiles: remove 3.0.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 sec-policy/apparmor-profiles/Manifest              |  1 -
 .../apparmor-profiles-3.0.0-r1.ebuild              | 28 ----------------------
 .../apparmor-profiles-3.0.0.ebuild                 | 28 ----------------------
 3 files changed, 57 deletions(-)

diff --git a/sec-policy/apparmor-profiles/Manifest 
b/sec-policy/apparmor-profiles/Manifest
index b5b981c8b9f..38571173391 100644
--- a/sec-policy/apparmor-profiles/Manifest
+++ b/sec-policy/apparmor-profiles/Manifest
@@ -1,2 +1 @@
-DIST apparmor-3.0.0.tar.gz 7780686 BLAKE2B 
a9d9edb4fd2cb32b3db322a3f145aac7cea40fac3401b82947b2c5183598cc326d70859466823e3ac0a2227483c7ed7ba0b2f727e9fb7fbf532468716ef8d18f
 SHA512 
2465a8bc400e24e548b0589b7b022fb8325c53858429b9c54204f989d5589d7bd99c9507bde88a48f9965a55edcbac98efeeb6b93aeefe6a27afa0b7e851aea6
 DIST apparmor-3.0.1.tar.gz 7785713 BLAKE2B 
c530d159a4139de8e59d9d975af866259b56d555e3abe2d1e2a6bfd2db57d8371d643bb93f1cd6ca96172960c09a74cc05c82d34a2e253c4c1f6ecce747f4129
 SHA512 
e1073e7b2cde7cc4cefcfddce8fa5069845b5873c260b9fbd4bea2ff801708101d813ff30e23a64da36f3c6394cd9339e01a170e9add69deef2d70ecd9ed9687

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-3.0.0-r1.ebuild 
b/sec-policy/apparmor-profiles/apparmor-profiles-3.0.0-r1.ebuild
deleted file mode 100644
index e03119a0867..00000000000
--- a/sec-policy/apparmor-profiles/apparmor-profiles-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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}/${MY_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/{abi,abstractions,tunables}
-       else
-               default
-       fi
-}

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-3.0.0.ebuild 
b/sec-policy/apparmor-profiles/apparmor-profiles-3.0.0.ebuild
deleted file mode 100644
index 46576ffed51..00000000000
--- a/sec-policy/apparmor-profiles/apparmor-profiles-3.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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}/${MY_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
-}

Reply via email to