diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-03 22:09:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-03 22:09:36 +0000 |
commit | ce9e1ead26d0593a664c3b0221e0c431c6917da5 (patch) | |
tree | b47359af02c8dd3fd078d6ed311ee47ab24bf466 /eclass | |
parent | Add a note not to add new ABIs without contacting multilib. (diff) | |
download | gentoo-2-ce9e1ead26d0593a664c3b0221e0c431c6917da5.tar.gz gentoo-2-ce9e1ead26d0593a664c3b0221e0c431c6917da5.tar.bz2 gentoo-2-ce9e1ead26d0593a664c3b0221e0c431c6917da5.zip |
Make multilib@g.o the maintainer of multilib eclasses.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/autotools-multilib.eclass | 6 | ||||
-rw-r--r-- | eclass/cmake-multilib.eclass | 8 | ||||
-rw-r--r-- | eclass/multilib-build.eclass | 6 |
4 files changed, 18 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 9d10e97af120..b1f726301ec2 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1194 2014/04/03 21:38:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1195 2014/04/03 22:09:36 mgorny Exp $ + + 03 Apr 2014; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass, + cmake-multilib.eclass, multilib-build.eclass: + Make multilib@g.o the maintainer of multilib eclasses. 03 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: Add a note not to add new ABIs without contacting multilib. diff --git a/eclass/autotools-multilib.eclass b/eclass/autotools-multilib.eclass index a7c647929894..b286aded5ddd 100644 --- a/eclass/autotools-multilib.eclass +++ b/eclass/autotools-multilib.eclass @@ -1,10 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.20 2014/01/15 12:12:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.21 2014/04/03 22:09:36 mgorny Exp $ # @ECLASS: autotools-multilib.eclass # @MAINTAINER: -# Michał Górny <mgorny@gentoo.org> +# gx86-multilib team <multilib@gentoo.org> +# @AUTHOR: +# Author: Michał Górny <mgorny@gentoo.org> # @BLURB: autotools-utils wrapper for multilib builds # @DESCRIPTION: # The autotools-multilib.eclass is an autotools-utils.eclass(5) wrapper diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index 0a5a5a8e2f95..02d600815417 100644 --- a/eclass/cmake-multilib.eclass +++ b/eclass/cmake-multilib.eclass @@ -1,10 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-multilib.eclass,v 1.4 2013/11/20 19:23:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-multilib.eclass,v 1.5 2014/04/03 22:09:36 mgorny Exp $ # @ECLASS: cmake-multilib.eclass # @MAINTAINER: -# Michał Górny <mgorny@gentoo.org> +# gx86-multilib team <multilib@gentoo.org> +# @AUTHOR: +# Author: Michał Górny <mgorny@gentoo.org> # @BLURB: cmake-utils wrapper for multilib builds # @DESCRIPTION: # The cmake-multilib.eclass is a cmake-utils.eclass(5) wrapper diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 07aa01f4de9c..77e7573fc44f 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,10 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.33 2014/04/03 21:38:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.34 2014/04/03 22:09:36 mgorny Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: -# Michał Górny <mgorny@gentoo.org> +# gx86-multilib team <multilib@gentoo.org> +# @AUTHOR: +# Author: Michał Górny <mgorny@gentoo.org> # @BLURB: flags and utility functions for building multilib packages # @DESCRIPTION: # The multilib-build.eclass exports USE flags and utility functions |