diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | man/blas.eselect.5 | 4 | ||||
-rw-r--r-- | man/cblas.eselect.5 | 4 | ||||
-rw-r--r-- | man/lapack.eselect.5 | 4 | ||||
-rw-r--r-- | modules/bashcomp.eselect | 4 | ||||
-rw-r--r-- | modules/binutils.eselect | 4 | ||||
-rw-r--r-- | modules/blas.eselect | 4 | ||||
-rw-r--r-- | modules/cblas.eselect | 4 | ||||
-rw-r--r-- | modules/config.eselect | 4 | ||||
-rw-r--r-- | modules/cow.eselect | 4 | ||||
-rw-r--r-- | modules/env.eselect | 2 | ||||
-rw-r--r-- | modules/kernel.eselect | 2 | ||||
-rw-r--r-- | modules/lapack.eselect | 4 | ||||
-rw-r--r-- | modules/opengl.eselect | 2 | ||||
-rw-r--r-- | modules/profile.eselect | 2 | ||||
-rw-r--r-- | modules/rc.eselect | 2 |
16 files changed, 26 insertions, 26 deletions
@@ -23,7 +23,7 @@ Michael Kohl <citizen428@gentoo.org> Tobias Scherbaum <dertobi123@gentoo.org> Modules: oracle -Donnie Berkholz <spyderous@gentoo.org> +Donnie Berkholz <dberkholz@gentoo.org> Modules: blas, cblas, lapack Libraries: skel diff --git a/man/blas.eselect.5 b/man/blas.eselect.5 index 20903cf..97d9c03 100644 --- a/man/blas.eselect.5 +++ b/man/blas.eselect.5 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 .\" $Id$ .\" -.TH blas.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH blas.eselect 5 "May 2009" "Gentoo Linux" eselect .SH NAME blas.eselect \- The BLAS management module for Gentoo's eselect .SH SYNOPSIS @@ -92,7 +92,7 @@ action to restrict it to given ABIs. .SH AUTHOR Danny van Dyk <kugelfang@gentoo.org> .br -Donnie Berkholz <spyderous@gentoo.org> +Donnie Berkholz <dberkholz@gentoo.org> .SH SEE ALSO .BR eselect (1) .SH REVISION diff --git a/man/cblas.eselect.5 b/man/cblas.eselect.5 index 66fc468..a153d4a 100644 --- a/man/cblas.eselect.5 +++ b/man/cblas.eselect.5 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 .\" $Id$ .\" -.TH cblas.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH cblas.eselect 5 "May 2009" "Gentoo Linux" eselect .SH NAME cblas.eselect \- The CBLAS management module for Gentoo's eselect .SH SYNOPSIS @@ -92,7 +92,7 @@ action to restrict it to given ABIs. .SH AUTHOR Danny van Dyk <kugelfang@gentoo.org> .br -Donnie Berkholz <spyderous@gentoo.org> +Donnie Berkholz <dberkholz@gentoo.org> .SH SEE ALSO .BR eselect (1) .SH REVISION diff --git a/man/lapack.eselect.5 b/man/lapack.eselect.5 index b5b2266..afe1e57 100644 --- a/man/lapack.eselect.5 +++ b/man/lapack.eselect.5 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 .\" $Id$ .\" -.TH lapack.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH lapack.eselect 5 "May 2009" "Gentoo Linux" eselect .SH NAME lapack.eselect \- The LAPACK management module for Gentoo's eselect .SH SYNOPSIS @@ -92,7 +92,7 @@ action to restrict it to given ABIs. .SH AUTHOR Danny van Dyk <kugelfang@gentoo.org> .br -Donnie Berkholz <spyderous@gentoo.org> +Donnie Berkholz <dberkholz@gentoo.org> .SH SEE ALSO .BR eselect (1) .SH REVISION diff --git a/modules/bashcomp.eselect b/modules/bashcomp.eselect index df9c8d2..3a058eb 100644 --- a/modules/bashcomp.eselect +++ b/modules/bashcomp.eselect @@ -1,9 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="Manage contributed bash-completion scripts" -MAINTAINER="ka0ttic@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}") diff --git a/modules/binutils.eselect b/modules/binutils.eselect index 94adc96..a09ff83 100644 --- a/modules/binutils.eselect +++ b/modules/binutils.eselect @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit config package-manager DESCRIPTION="Manage installed versions of sys-devel/binutils" -MAINTAINER="kugelfang@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/blas.eselect b/modules/blas.eselect index 9a2f815..f0392f9 100644 --- a/modules/blas.eselect +++ b/modules/blas.eselect @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE="BLAS" IFACE="blas" DESCRIPTION="Manage installed $MODULE implementations" -MAINTAINER="spyderous@gentoo.org" +MAINTAINER="dberkholz@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/cblas.eselect b/modules/cblas.eselect index 0f8155e..2c11ba8 100644 --- a/modules/cblas.eselect +++ b/modules/cblas.eselect @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE="CBLAS" IFACE="cblas" DESCRIPTION="Manage installed $MODULE implementations" -MAINTAINER="spyderous@gentoo.org" +MAINTAINER="dberkholz@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/config.eselect b/modules/config.eselect index 4a716b9..f9bd72a 100644 --- a/modules/config.eselect +++ b/modules/config.eselect @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit portage DESCRIPTION="Handle configuration file merges" -MAINTAINER="ciaranm@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/cow.eselect b/modules/cow.eselect index 9de34c1..51f0815 100644 --- a/modules/cow.eselect +++ b/modules/cow.eselect @@ -1,9 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="Do things to a cow" -MAINTAINER="ciaranm@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/env.eselect b/modules/env.eselect index ccae7ea..f97d2f0 100644 --- a/modules/env.eselect +++ b/modules/env.eselect @@ -5,7 +5,7 @@ inherit config multilib DESCRIPTION="Manage environment variables set in /etc/env.d/" -MAINTAINER="kugelfang@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/kernel.eselect b/modules/kernel.eselect index 877232c..d66e336 100644 --- a/modules/kernel.eselect +++ b/modules/kernel.eselect @@ -3,7 +3,7 @@ # $Id$ DESCRIPTION="Manage the /usr/src/linux symlink" -MAINTAINER="ciaranm@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}") diff --git a/modules/lapack.eselect b/modules/lapack.eselect index 2c23b22..418d5ca 100644 --- a/modules/lapack.eselect +++ b/modules/lapack.eselect @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE="LAPACK" IFACE="lapack" DESCRIPTION="Manage installed $MODULE implementations" -MAINTAINER="spyderous@gentoo.org" +MAINTAINER="dberkholz@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/opengl.eselect b/modules/opengl.eselect index dd648da..3f9388a 100644 --- a/modules/opengl.eselect +++ b/modules/opengl.eselect @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ # Author: Martin Schlemmer <azarah@gentoo.org> -# Further modifications by Donnie Berkholz <spyderous@gentoo.org> +# Further modifications by Donnie Berkholz <dberkholz@gentoo.org> # Further modifications based off submissions to bug #54984 <cyfred@gentoo.org> # Further modifications by Jeremy Huddleston <eradicator@gentoo.org> # Made into eselect module by Jeremy Huddleston <eradicator@gentoo.org> diff --git a/modules/profile.eselect b/modules/profile.eselect index ae51dde..5a72667 100644 --- a/modules/profile.eselect +++ b/modules/profile.eselect @@ -6,7 +6,7 @@ inherit package-manager DESCRIPTION="Manage the /etc/make.profile symlink" -MAINTAINER="ka0ttic@gentoo.org" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}") diff --git a/modules/rc.eselect b/modules/rc.eselect index dba9185..bbb8353 100644 --- a/modules/rc.eselect +++ b/modules/rc.eselect @@ -5,7 +5,7 @@ inherit config DESCRIPTION="Manage /etc/init.d scripts in runlevels" -MAINTAINER="Danny van Dyk <kugelfang@gentoo.org>" +MAINTAINER="eselect@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}") |