diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-07-28 02:41:59 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-07-28 02:41:59 +0000 |
commit | 1467dbd6627458b75fe25546c148b2657fe2ce5b (patch) | |
tree | 5b37745d230ddbcd5495fe0ba75598fc35334e3a /profiles | |
parent | QA: Punt old versions with unsatisfiable php deps (diff) | |
download | gentoo-2-1467dbd6627458b75fe25546c148b2657fe2ce5b.tar.gz gentoo-2-1467dbd6627458b75fe25546c148b2657fe2ce5b.tar.bz2 gentoo-2-1467dbd6627458b75fe25546c148b2657fe2ce5b.zip |
Fix and add copyright headers.
Diffstat (limited to 'profiles')
23 files changed, 77 insertions, 22 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index cc258d7829d5..2c65c9da33ff 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for Gentoo/MIPS profile directory -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.115 2013/07/10 18:51:33 blueness Exp $ +# Copyright 2008-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.116 2013/07/28 02:41:56 mattst88 Exp $ 10 Jul 2013; Anthony G. Basile <blueness@gentoo.org> use.mask: Unmask USE=emacs, bug #476160 diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 48159eaa3b61..583bacd46b94 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 2008-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.10 2012/10/17 03:09:26 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.11 2013/07/28 02:41:57 mattst88 Exp $ # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers diff --git a/profiles/arch/mips/mips64/make.defaults b/profiles/arch/mips/mips64/make.defaults index 7a4fb6c3cea9..9cf5358ae9d7 100644 --- a/profiles/arch/mips/mips64/make.defaults +++ b/profiles/arch/mips/mips64/make.defaults @@ -1,8 +1,7 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/make.defaults,v 1.1 2010/01/09 09:43:07 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/make.defaults,v 1.2 2013/07/28 02:41:57 mattst88 Exp $ PROFILE_ARCH="mips64" CHOST="mips64-unknown-linux-gnu" - diff --git a/profiles/arch/mips/mips64/multilib/make.defaults b/profiles/arch/mips/mips64/multilib/make.defaults index 5331c5811b5f..ba66777a9def 100644 --- a/profiles/arch/mips/mips64/multilib/make.defaults +++ b/profiles/arch/mips/mips64/multilib/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 2011-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/make.defaults,v 1.8 2013/07/28 02:26:24 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/make.defaults,v 1.9 2013/07/28 02:41:57 mattst88 Exp $ PROFILE_ARCH="mips64" diff --git a/profiles/arch/mips/mips64/multilib/n32/make.defaults b/profiles/arch/mips/mips64/multilib/n32/make.defaults index ca326cc3ae00..cf26029ca406 100644 --- a/profiles/arch/mips/mips64/multilib/n32/make.defaults +++ b/profiles/arch/mips/mips64/multilib/n32/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v 1.2 2013/07/28 02:41:57 mattst88 Exp $ + MULTILIB_ABIS="n64 o32 n32" DEFAULT_ABI="n32" ABI="${DEFAULT_ABI}" diff --git a/profiles/arch/mips/mips64/multilib/n64/make.defaults b/profiles/arch/mips/mips64/multilib/n64/make.defaults index 6b5747921597..6db6a8684b3f 100644 --- a/profiles/arch/mips/mips64/multilib/n64/make.defaults +++ b/profiles/arch/mips/mips64/multilib/n64/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v 1.2 2013/07/28 02:41:57 mattst88 Exp $ + MULTILIB_ABIS="n32 o32 n64" DEFAULT_ABI="n64" ABI="${DEFAULT_ABI}" diff --git a/profiles/arch/mips/mips64/multilib/o32/make.defaults b/profiles/arch/mips/mips64/multilib/o32/make.defaults index fef4e2b836a2..8ace23edeb19 100644 --- a/profiles/arch/mips/mips64/multilib/o32/make.defaults +++ b/profiles/arch/mips/mips64/multilib/o32/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v 1.2 2013/07/28 02:41:58 mattst88 Exp $ + MULTILIB_ABIS="n64 n32 o32" DEFAULT_ABI="o32" ABI="${DEFAULT_ABI}" diff --git a/profiles/arch/mips/mips64/multilib/use.force b/profiles/arch/mips/mips64/multilib/use.force index 169a704ba9bf..c7b72f8b234a 100644 --- a/profiles/arch/mips/mips64/multilib/use.force +++ b/profiles/arch/mips/mips64/multilib/use.force @@ -1 +1,5 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/use.force,v 1.3 2013/07/28 02:41:57 mattst88 Exp $ + multilib diff --git a/profiles/arch/mips/mips64/n32/make.defaults b/profiles/arch/mips/mips64/n32/make.defaults index a343c9a22108..c940a48b79f8 100644 --- a/profiles/arch/mips/mips64/n32/make.defaults +++ b/profiles/arch/mips/mips64/n32/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v 1.3 2013/07/28 02:41:58 mattst88 Exp $ + PROFILE_ARCH="mips64" CHOST="mips64-unknown-linux-gnu" diff --git a/profiles/arch/mips/mips64/n64/make.defaults b/profiles/arch/mips/mips64/n64/make.defaults index 29900ec41597..59ff0ab13bdc 100644 --- a/profiles/arch/mips/mips64/n64/make.defaults +++ b/profiles/arch/mips/mips64/n64/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v 1.4 2013/07/28 02:41:58 mattst88 Exp $ + PROFILE_ARCH="mips64" CHOST="mips64-unknown-linux-gnu" diff --git a/profiles/arch/mips/mipsel/make.defaults b/profiles/arch/mips/mipsel/make.defaults index 34888733fa63..6ae710bdf7c9 100644 --- a/profiles/arch/mips/mipsel/make.defaults +++ b/profiles/arch/mips/mipsel/make.defaults @@ -1,8 +1,7 @@ -# Copyright 2006 Gentoo Foundation +# Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/make.defaults,v 1.1 2010/01/09 09:43:08 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/make.defaults,v 1.2 2013/07/28 02:41:58 mattst88 Exp $ PROFILE_ARCH="mipsel" CHOST="mipsel-unknown-linux-gnu" - diff --git a/profiles/arch/mips/mipsel/mips64el/make.defaults b/profiles/arch/mips/mipsel/mips64el/make.defaults index 9d0247b8f23a..7bbbb3532154 100644 --- a/profiles/arch/mips/mipsel/mips64el/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/make.defaults @@ -1,8 +1,7 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults,v 1.1 2010/01/09 09:43:09 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults,v 1.2 2013/07/28 02:41:58 mattst88 Exp $ PROFILE_ARCH="mips64el" CHOST="mips64el-unknown-linux-gnu" - diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults index 28467d1d2171..5fa958e1bf3d 100644 --- a/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v 1.8 2013/07/28 02:41:58 mattst88 Exp $ + PROFILE_ARCH="mips64el" CHOST="mips64el-unknown-linux-gnu" @@ -10,9 +14,9 @@ CFLAGS_o32="-mabi=32" CHOST_o32="${CHOST}" CFLAGS_n32="-mabi=n32" -CHOST_n32=${CHOST} +CHOST_n32="${CHOST}" CFLAGS_n64="-mabi=64" -CHOST_n64=${CHOST} +CHOST_n64="${CHOST}" SYMLINK_LIB="no" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults index ca326cc3ae00..9939b8dbdcf2 100644 --- a/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v 1.2 2013/07/28 02:41:59 mattst88 Exp $ + MULTILIB_ABIS="n64 o32 n32" DEFAULT_ABI="n32" ABI="${DEFAULT_ABI}" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults index 6b5747921597..5c3ad7a41eed 100644 --- a/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.2 2013/07/28 02:41:59 mattst88 Exp $ + MULTILIB_ABIS="n32 o32 n64" DEFAULT_ABI="n64" ABI="${DEFAULT_ABI}" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults index fef4e2b836a2..8f4e13f17731 100644 --- a/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v 1.2 2013/07/28 02:41:59 mattst88 Exp $ + MULTILIB_ABIS="n64 n32 o32" DEFAULT_ABI="o32" ABI="${DEFAULT_ABI}" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/use.force b/profiles/arch/mips/mipsel/mips64el/multilib/use.force index 169a704ba9bf..9fa2e713694a 100644 --- a/profiles/arch/mips/mipsel/mips64el/multilib/use.force +++ b/profiles/arch/mips/mipsel/mips64el/multilib/use.force @@ -1 +1,5 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force,v 1.3 2013/07/28 02:41:59 mattst88 Exp $ + multilib diff --git a/profiles/arch/mips/mipsel/mips64el/n32/make.defaults b/profiles/arch/mips/mipsel/mips64el/n32/make.defaults index 72f48da55606..8afd99344e1c 100644 --- a/profiles/arch/mips/mipsel/mips64el/n32/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/n32/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2010-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 1.3 2013/07/28 02:41:59 mattst88 Exp $ + PROFILE_ARCH="mips64el" CHOST="mips64el-unknown-linux-gnu" diff --git a/profiles/arch/mips/mipsel/mips64el/n64/make.defaults b/profiles/arch/mips/mipsel/mips64el/n64/make.defaults index 68fbcb13c2a4..0fb577b23c0a 100644 --- a/profiles/arch/mips/mipsel/mips64el/n64/make.defaults +++ b/profiles/arch/mips/mipsel/mips64el/n64/make.defaults @@ -1,3 +1,7 @@ +# Copyright 2010-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v 1.4 2013/07/28 02:41:59 mattst88 Exp $ + PROFILE_ARCH="mips64el" CHOST="mips64el-unknown-linux-gnu" diff --git a/profiles/arch/mips/package.mask b/profiles/arch/mips/package.mask index 1866cb139a6b..b2bc598309f0 100644 --- a/profiles/arch/mips/package.mask +++ b/profiles/arch/mips/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 2008-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.mask,v 1.17 2013/06/16 20:21:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.mask,v 1.18 2013/07/28 02:41:57 mattst88 Exp $ # Mask pam_ldap and nss_ldap - openldap dep missing. sys-auth/pam_ldap diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index a548a3e39903..2f3d38137750 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 2008-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.use.mask,v 1.54 2013/06/18 20:39:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.use.mask,v 1.55 2013/07/28 02:41:57 mattst88 Exp $ # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (28 May 2013) # depends on sys-devel/llvm[video_cards_radeon] diff --git a/profiles/arch/mips/use.force b/profiles/arch/mips/use.force index d2550377e45c..69f72c4c1182 100644 --- a/profiles/arch/mips/use.force +++ b/profiles/arch/mips/use.force @@ -1,2 +1,6 @@ +# Copyright 2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v 1.2 2013/07/28 02:41:57 mattst88 Exp $ + # Force the flag which corresponds to ARCH. mips diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 1f4065044230..7399535a5918 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,4 +1,6 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.66 2013/07/10 18:51:33 blueness Exp $ +# Copyright 2008-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.67 2013/07/28 02:41:57 mattst88 Exp $ # Unmask the flag which corresponds to ARCH. -mips |