From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RzDid-0005NI-PZ for garchives@archives.gentoo.org; Sun, 19 Feb 2012 20:50:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0218E0AB6; Sun, 19 Feb 2012 20:50:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D1D4E0AB6 for ; Sun, 19 Feb 2012 20:50:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06FD61B400D for ; Sun, 19 Feb 2012 20:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C1533E53FF for ; Sun, 19 Feb 2012 20:50:41 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1329684632.104f77e2a8b1a7018ece8bf309ab777b5255c038.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/mips/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: profiles/hardened/linux/uclibc/mips/make.defaults profiles/hardened/linux/uclibc/mips/package.mask profiles/hardened/linux/uclibc/mips/parent X-VCS-Directories: profiles/hardened/linux/uclibc/mips/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 104f77e2a8b1a7018ece8bf309ab777b5255c038 X-VCS-Branch: uclibc Date: Sun, 19 Feb 2012 20:50:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 015f7e56-f07e-44a6-9586-6d6afec7aa5c X-Archives-Hash: 4d944b3d31f7e3d0bc57531612587b14 commit: 104f77e2a8b1a7018ece8bf309ab777b5255c038 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Feb 19 20:50:32 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Feb 19 20:50:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D104f77e2 profile: add hardened/linux/uclibc/mips --- profiles/hardened/linux/uclibc/mips/make.defaults | 3 +++ profiles/hardened/linux/uclibc/mips/package.mask | 5 +++++ profiles/hardened/linux/uclibc/mips/parent | 1 + 3 files changed, 9 insertions(+), 0 deletions(-) diff --git a/profiles/hardened/linux/uclibc/mips/make.defaults b/profiles= /hardened/linux/uclibc/mips/make.defaults new file mode 100644 index 0000000..6047afb --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/make.defaults @@ -0,0 +1,3 @@ +ARCH=3D"mips" +ACCEPT_KEYWORDS=3D"mips ~mips" +CHOST=3D"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 0000000..d5b972d --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/package.mask @@ -0,0 +1,5 @@ +>=3Dapp-arch/tar-1.23-r4 +>=3Dsys-apps/coreutils-8.15 +>=3Dsys-process/procps-3.3 +>=3Dsys-fs/e2fsprogs-1.42 +>=3Dsys-libs/e2fsprogs-libs-1.42 diff --git a/profiles/hardened/linux/uclibc/mips/parent b/profiles/harden= ed/linux/uclibc/mips/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/parent @@ -0,0 +1 @@ +..