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

This appears to have been introduced accidentally in
198726fcc4.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
Michael Palimaka 2020-11-25 18:34:55 +11:00
parent 3aea4d8765
commit 1617275dc0
No known key found for this signature in database
GPG Key ID: 06B1F38DCA45A1EC
1 changed files with 0 additions and 37 deletions

View File

@ -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
}