From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E526C138334 for ; Mon, 2 Dec 2019 09:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC97E086D; Mon, 2 Dec 2019 09:29:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F26FCE086D for ; Mon, 2 Dec 2019 09:29:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B176534D6A3 for ; Mon, 2 Dec 2019 09:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F4C744 for ; Mon, 2 Dec 2019 09:29:05 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1575278929.b25578f33ca335eb8879365f6ae716f2f398507c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/apparmor-profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/apparmor-profiles/Manifest sec-policy/apparmor-profiles/apparmor-profiles-2.13.1.ebuild X-VCS-Directories: sec-policy/apparmor-profiles/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b25578f33ca335eb8879365f6ae716f2f398507c X-VCS-Branch: master Date: Mon, 2 Dec 2019 09:29:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d30ca0b5-e4e1-4d38-861b-f13afdb8685f X-Archives-Hash: 5f2ed2accbe9438142d9a8ea82e8a59c commit: b25578f33ca335eb8879365f6ae716f2f398507c Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 2 09:26:31 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 2 09:28:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25578f3 sec-policy/apparmor-profiles: remove 2.13.1 Package-Manager: Portage-2.3.76, Repoman-2.3.18 Signed-off-by: Michael Palimaka gentoo.org> sec-policy/apparmor-profiles/Manifest | 1 - .../apparmor-profiles-2.13.1.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/sec-policy/apparmor-profiles/Manifest b/sec-policy/apparmor-profiles/Manifest index f99a118d76e..696ceaa4e8e 100644 --- a/sec-policy/apparmor-profiles/Manifest +++ b/sec-policy/apparmor-profiles/Manifest @@ -1,2 +1 @@ -DIST apparmor-2.13.1.tar.gz 7367615 BLAKE2B 34a5f42b32bd4790f1075b76dfa17dd5b5cedfde7074eb0c57a3982a47e7b4dd2570bc056a4f4a8064c6a126a4727829cf5dcc04a4912f009338206faa887017 SHA512 e4b9788ecc0b59285f17d5e87669f507bf849c15d0ac3833e8d1d6aa2ece7add15814c75f257cea9d71a709c1af4990d8b76773e59fd42dbf5cfa2de0f9495a7 DIST apparmor-2.13.3.tar.gz 7384974 BLAKE2B fd519f7b845db3203c8f47ff5abc7d9f20a7947fe86799b6fffcfaabaf5130fe0aa6589314f201c1df59cfd0fb22b80a12d364e9ca1279b14ba89ec469e3b346 SHA512 137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141 diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.13.1.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.13.1.ebuild deleted file mode 100644 index 54f5cf0cb6f..00000000000 --- a/sec-policy/apparmor-profiles/apparmor-profiles-2.13.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 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 -}