public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/apparmor-profiles/
@ 2012-07-08 17:30 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-07-08 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     38d13689d84f298eb29a795afccd2d429a213f2a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  8 17:27:41 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 17:29:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=38d13689

sec-policy/apparmor-profiles: initial commit

(Portage version: 2.1.11.5/git/Linux x86_64, signed Manifest commit with key 675D0D2C)

---
 .../apparmor-profiles-2.8.0.ebuild                 |   29 ++++++++++++++++++++
 sec-policy/apparmor-profiles/metadata.xml          |   10 +++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.8.0.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.0.ebuild
new file mode 100644
index 0000000..a16cb0b
--- /dev/null
+++ b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit versionator
+
+DESCRIPTION="A collection of profiles for the AppArmor application security system"
+HOMEPAGE="http://apparmor.net/"
+SRC_URI="http://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
+}

diff --git a/sec-policy/apparmor-profiles/metadata.xml b/sec-policy/apparmor-profiles/metadata.xml
new file mode 100644
index 0000000..14820df
--- /dev/null
+++ b/sec-policy/apparmor-profiles/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>kensington@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="launchpad">apparmor</remote-id>
+	</upstream>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/apparmor-profiles/
@ 2012-08-03 11:08 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2012-08-03 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     38d13689d84f298eb29a795afccd2d429a213f2a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  8 17:27:41 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 17:29:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=38d13689

sec-policy/apparmor-profiles: initial commit

(Portage version: 2.1.11.5/git/Linux x86_64, signed Manifest commit with key 675D0D2C)

---
 .../apparmor-profiles-2.8.0.ebuild                 |   29 ++++++++++++++++++++
 sec-policy/apparmor-profiles/metadata.xml          |   10 +++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.8.0.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.0.ebuild
new file mode 100644
index 0000000..a16cb0b
--- /dev/null
+++ b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit versionator
+
+DESCRIPTION="A collection of profiles for the AppArmor application security system"
+HOMEPAGE="http://apparmor.net/"
+SRC_URI="http://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
+}

diff --git a/sec-policy/apparmor-profiles/metadata.xml b/sec-policy/apparmor-profiles/metadata.xml
new file mode 100644
index 0000000..14820df
--- /dev/null
+++ b/sec-policy/apparmor-profiles/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>kensington@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="launchpad">apparmor</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/apparmor-profiles/
@ 2013-04-17 16:05 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-04-17 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8575b64490d2fd1ec9af90dcb749eb7aadd58e91
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 16:03:40 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 16:03:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=8575b644

sec-policy/apparmor-profiles: restore package.

Package-Manager: portage-2.1.11.62
Manifest-Sign-Key: 675D0D2C

---
 .../apparmor-profiles-2.8.1.ebuild                 |   29 ++++++++++++++++++++
 sec-policy/apparmor-profiles/metadata.xml          |   10 +++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.8.1.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.1.ebuild
new file mode 100644
index 0000000..5ad8ef1
--- /dev/null
+++ b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="A collection of profiles for the AppArmor application security system"
+HOMEPAGE="http://apparmor.net/"
+SRC_URI="http://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
+}

diff --git a/sec-policy/apparmor-profiles/metadata.xml b/sec-policy/apparmor-profiles/metadata.xml
new file mode 100644
index 0000000..14820df
--- /dev/null
+++ b/sec-policy/apparmor-profiles/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>kensington@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="launchpad">apparmor</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/apparmor-profiles/
@ 2013-12-03 17:53 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-12-03 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     9dd0929ad2b3c6752747474aee8980a16fdee7ea
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 17:47:17 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 17:48:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=9dd0929a

sec-policy/apparmor-profiles: in portage.

---
 .../apparmor-profiles-2.8.1.ebuild                 | 29 ----------------------
 sec-policy/apparmor-profiles/metadata.xml          | 10 --------
 2 files changed, 39 deletions(-)

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.8.1.ebuild b/sec-policy/apparmor-profiles/apparmor-profiles-2.8.1.ebuild
deleted file mode 100644
index 5ad8ef1..0000000
--- a/sec-policy/apparmor-profiles/apparmor-profiles-2.8.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit versionator
-
-DESCRIPTION="A collection of profiles for the AppArmor application security system"
-HOMEPAGE="http://apparmor.net/"
-SRC_URI="http://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
-}

diff --git a/sec-policy/apparmor-profiles/metadata.xml b/sec-policy/apparmor-profiles/metadata.xml
deleted file mode 100644
index 14820df..0000000
--- a/sec-policy/apparmor-profiles/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>kensington@gentoo.org</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="launchpad">apparmor</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-03 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 11:08 [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/apparmor-profiles/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2013-12-03 17:53 Michael Palimaka
2013-04-17 16:05 Michael Palimaka
2012-07-08 17:30 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox