aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-16 11:03:37 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-16 11:03:37 +0000
commit6e21e0807195e5d35f950421d25abee72d3702ad (patch)
treee75e8afeed593e5b83934e537691d548525ba8b7
parentSome syntax tweaks. (diff)
downloadeselect-6e21e0807195e5d35f950421d25abee72d3702ad.tar.gz
eselect-6e21e0807195e5d35f950421d25abee72d3702ad.tar.bz2
eselect-6e21e0807195e5d35f950421d25abee72d3702ad.zip
Update e-mail addresses, or replace by generic eselect@g.o for retired devs.
svn path=/trunk/; revision=540
-rw-r--r--AUTHORS2
-rw-r--r--man/blas.eselect.54
-rw-r--r--man/cblas.eselect.54
-rw-r--r--man/lapack.eselect.54
-rw-r--r--modules/bashcomp.eselect4
-rw-r--r--modules/binutils.eselect4
-rw-r--r--modules/blas.eselect4
-rw-r--r--modules/cblas.eselect4
-rw-r--r--modules/config.eselect4
-rw-r--r--modules/cow.eselect4
-rw-r--r--modules/env.eselect2
-rw-r--r--modules/kernel.eselect2
-rw-r--r--modules/lapack.eselect4
-rw-r--r--modules/opengl.eselect2
-rw-r--r--modules/profile.eselect2
-rw-r--r--modules/rc.eselect2
16 files changed, 26 insertions, 26 deletions
diff --git a/AUTHORS b/AUTHORS
index 28ce449..3e71b75 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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}")