diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-27 03:39:51 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-27 03:39:51 +0000 |
commit | 721a1f518eef3e6c2a784c5ff4f89d5ce8ee45e3 (patch) | |
tree | 67b4132d7b1a88fa45bb7ab36ca7b837fc9f753c /profiles | |
parent | Bump (diff) | |
download | gentoo-2-721a1f518eef3e6c2a784c5ff4f89d5ce8ee45e3.tar.gz gentoo-2-721a1f518eef3e6c2a784c5ff4f89d5ce8ee45e3.tar.bz2 gentoo-2-721a1f518eef3e6c2a784c5ff4f89d5ce8ee45e3.zip |
Add new hardened/linux/uclibc/{mips,mipsel} profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 10 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mips/make.defaults | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mips/package.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mips/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mipsel/make.defaults | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mipsel/package.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mipsel/parent | 1 |
7 files changed, 25 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index b9fbae2c3b9e..6b6ccd0760de 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,19 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6843 2012/07/27 01:49:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6844 2012/07/27 03:39:51 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 27 Jul 2012; Anthony G. Basile <blueness@gentoo.org> + +hardened/linux/uclibc/mips/make.defaults, + +hardened/linux/uclibc/mips/package.mask, +hardened/linux/uclibc/mips/parent, + +hardened/linux/uclibc/mipsel/make.defaults, + +hardened/linux/uclibc/mipsel/package.mask, + +hardened/linux/uclibc/mipsel/parent: + Add new hardened/linux/uclibc/{mips,mipsel} profiles + 27 Jul 2012; Anthony G. Basile <blueness@gentoo.org> package.mask: sys-apps/chpax: Masked for removal in 30 days. Bug #365825 diff --git a/profiles/hardened/linux/uclibc/mips/make.defaults b/profiles/hardened/linux/uclibc/mips/make.defaults new file mode 100644 index 000000000000..6047afbba551 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/make.defaults @@ -0,0 +1,3 @@ +ARCH="mips" +ACCEPT_KEYWORDS="mips ~mips" +CHOST="mips-gentoo-linux-uclibc" diff --git a/profiles/hardened/linux/uclibc/mips/package.mask b/profiles/hardened/linux/uclibc/mips/package.mask new file mode 100644 index 000000000000..77848c5ab322 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/package.mask @@ -0,0 +1,4 @@ +>dev-lang/perl-5.12.4-r2 +>sys-apps/util-linux-2.20.1-r2 +>sys-fs/udev-171-r6 +>sys-process/procps-3.2.8_p11 diff --git a/profiles/hardened/linux/uclibc/mips/parent b/profiles/hardened/linux/uclibc/mips/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/hardened/linux/uclibc/mipsel/make.defaults b/profiles/hardened/linux/uclibc/mipsel/make.defaults new file mode 100644 index 000000000000..60f230b120b9 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mipsel/make.defaults @@ -0,0 +1,3 @@ +ARCH="mips" +ACCEPT_KEYWORDS="mips ~mips" +CHOST="mipsel-gentoo-linux-uclibc" diff --git a/profiles/hardened/linux/uclibc/mipsel/package.mask b/profiles/hardened/linux/uclibc/mipsel/package.mask new file mode 100644 index 000000000000..77848c5ab322 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mipsel/package.mask @@ -0,0 +1,4 @@ +>dev-lang/perl-5.12.4-r2 +>sys-apps/util-linux-2.20.1-r2 +>sys-fs/udev-171-r6 +>sys-process/procps-3.2.8_p11 diff --git a/profiles/hardened/linux/uclibc/mipsel/parent b/profiles/hardened/linux/uclibc/mipsel/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mipsel/parent @@ -0,0 +1 @@ +.. |