commit:     1617275dc0d2e6af74cc6de9483b70f8d768270d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 07:34:55 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 07:34:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1617275d

sec-policy/apparmor-profiles: remove bogus version bump

This appears to have been introduced accidentally in
198726fcc4ff4420bbd8c32bb3e4754b1741ac0d.

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

 .../apparmor-profiles-2.20200818-r1.ebuild         | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git 
a/sec-policy/apparmor-profiles/apparmor-profiles-2.20200818-r1.ebuild 
b/sec-policy/apparmor-profiles/apparmor-profiles-2.20200818-r1.ebuild
deleted file mode 100644
index e4e81d4bcbd..00000000000
--- a/sec-policy/apparmor-profiles/apparmor-profiles-2.20200818-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-DESCRIPTION="A collection of profiles for the AppArmor application security 
system"
-HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="minimal vanilla"
-
-RESTRICT="test"
-
-S=${WORKDIR}/${P}/profiles
-
-pkg_setup() {
-       if use vanilla; then
-               EGIT_REPO_URI="https://gitlab.com/apparmor/apparmor.git";
-               EGIT_BRANCH="master"
-       else
-               EGIT_REPO_URI="https://github.com/kensington/apparmor.git";
-               EGIT_BRANCH="gentoo"
-       fi
-}
-
-src_install() {
-       if use minimal ; then
-               insinto /etc/apparmor.d
-               doins -r apparmor.d/{abstractions,tunables}
-       else
-               default
-       fi
-}

Reply via email to