mgorny 14/04/03 22:09:37
Modified: ChangeLog autotools-multilib.eclass
cmake-multilib.eclass multilib-build.eclass
Log:
Make [email protected] the maintainer of multilib eclasses.
Revision Changes Path
1.1195 eclass/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1195&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1195&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1194&r2=1.1195
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1194
retrieving revision 1.1195
diff -u -r1.1194 -r1.1195
--- ChangeLog 3 Apr 2014 21:38:08 -0000 1.1194
+++ ChangeLog 3 Apr 2014 22:09:36 -0000 1.1195
@@ -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 <[email protected]> autotools-multilib.eclass,
+ cmake-multilib.eclass, multilib-build.eclass:
+ Make [email protected] the maintainer of multilib eclasses.
03 Apr 2014; Michał Górny <[email protected]> multilib-build.eclass:
Add a note not to add new ABIs without contacting multilib.
1.21 eclass/autotools-multilib.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?rev=1.21&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?rev=1.21&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?r1=1.20&r2=1.21
Index: autotools-multilib.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- autotools-multilib.eclass 15 Jan 2014 12:12:41 -0000 1.20
+++ autotools-multilib.eclass 3 Apr 2014 22:09:36 -0000 1.21
@@ -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 <[email protected]>
+# gx86-multilib team <[email protected]>
+# @AUTHOR:
+# Author: Michał Górny <[email protected]>
# @BLURB: autotools-utils wrapper for multilib builds
# @DESCRIPTION:
# The autotools-multilib.eclass is an autotools-utils.eclass(5) wrapper
1.5 eclass/cmake-multilib.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-multilib.eclass?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-multilib.eclass?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-multilib.eclass?r1=1.4&r2=1.5
Index: cmake-multilib.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-multilib.eclass,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cmake-multilib.eclass 20 Nov 2013 19:23:45 -0000 1.4
+++ cmake-multilib.eclass 3 Apr 2014 22:09:36 -0000 1.5
@@ -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 <[email protected]>
+# gx86-multilib team <[email protected]>
+# @AUTHOR:
+# Author: Michał Górny <[email protected]>
# @BLURB: cmake-utils wrapper for multilib builds
# @DESCRIPTION:
# The cmake-multilib.eclass is a cmake-utils.eclass(5) wrapper
1.34 eclass/multilib-build.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.34&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.34&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?r1=1.33&r2=1.34
Index: multilib-build.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- multilib-build.eclass 3 Apr 2014 21:38:08 -0000 1.33
+++ multilib-build.eclass 3 Apr 2014 22:09:36 -0000 1.34
@@ -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 <[email protected]>
+# gx86-multilib team <[email protected]>
+# @AUTHOR:
+# Author: Michał Górny <[email protected]>
# @BLURB: flags and utility functions for building multilib packages
# @DESCRIPTION:
# The multilib-build.eclass exports USE flags and utility functions