diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-03 22:51:29 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-03 22:53:27 +1000 |
commit | c95adc1c0544ddc274e0daf341a6b6c8acf3c239 (patch) | |
tree | 256b0ea39c91e89eb1d2c0bbff693692557dcab2 /sec-policy | |
parent | www-client/vivaldi-snapshot: Old. (diff) | |
download | gentoo-c95adc1c0544ddc274e0daf341a6b6c8acf3c239.tar.gz gentoo-c95adc1c0544ddc274e0daf341a6b6c8acf3c239.tar.bz2 gentoo-c95adc1c0544ddc274e0daf341a6b6c8acf3c239.zip |
sec-policy/apparmor-profiles: remove 2.10.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/apparmor-profiles/Manifest | 1 | ||||
-rw-r--r-- | sec-policy/apparmor-profiles/apparmor-profiles-2.10.1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sec-policy/apparmor-profiles/Manifest b/sec-policy/apparmor-profiles/Manifest index c564ea3a69cb..b3f6af574955 100644 --- a/sec-policy/apparmor-profiles/Manifest +++ b/sec-policy/apparmor-profiles/Manifest @@ -1,2 +1 @@ -DIST apparmor-2.10.1.tar.gz 4494037 SHA256 07a76f338304baadc4ad69d025fe000b1ab4779a251ae8f338afdc13ef1e0f24 SHA512 93992c25f77bb46389160df8324c811b4c2f0fad4b425902b30ce31d6e1f3a0efe6b359c6f8348ef646f8b527584e1f19eb4f46b27fb1ba742489ad09d171278 WHIRLPOOL d59d935db520d3c59bd0398727a1151b3280c2bf56e8f978c3595f50ff06cb70aaddc0313a7d16705b8eadeb2018aeef7ce585423c3a6ed7c34dfd4e06df9c25 DIST apparmor-2.11.0.tar.gz 5013297 SHA256 b1c489ea11e7771b8e6b181532cafbf9ebe6603e3cb00e2558f21b7a5bdd739a SHA512 86b33c1cbbd256028dd5fdfaddc764c225845acd19c833223fce5cdd6164f997fe010d7b642791f834a3417b4ea847d77175fdfd89ea99ab2111933790d42b55 WHIRLPOOL 2a3ca9a943694fba0f225cffc2bac3782545c0970b490189585a87cccf18047128eaab754e53003e03d535a5851a3198b0738a89c6547e88d081f6ad31f066d5 diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.10.1.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.10.1.ebuild deleted file mode 100644 index a645e549e286..000000000000 --- a/sec-policy/apparmor-profiles/apparmor-profiles-2.10.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -DESCRIPTION="A collection of profiles for the AppArmor application security system" -HOMEPAGE="http://apparmor.net/" -SRC_URI="https://launchpad.net/apparmor/$(get_version_component_range 1-2)/${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 -} |