aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/eselect.in2
-rw-r--r--libs/config.bash.in2
-rw-r--r--libs/core.bash.in2
-rw-r--r--libs/default.eselect.in2
-rw-r--r--libs/editor-variable.bash.in2
-rw-r--r--libs/manip.bash.in2
-rw-r--r--libs/multilib.bash.in2
-rw-r--r--libs/output.bash.in2
-rw-r--r--libs/package-manager.bash.in2
-rw-r--r--libs/path-manipulation.bash.in2
-rw-r--r--libs/skel.bash.in2
-rw-r--r--libs/tests.bash.in2
-rw-r--r--man/bashcomp.eselect.53
-rw-r--r--man/binutils.eselect.53
-rw-r--r--man/editor.eselect.53
-rw-r--r--man/env.eselect.53
-rw-r--r--man/eselect.13
-rw-r--r--man/kernel.eselect.53
-rw-r--r--man/news.eselect.53
-rw-r--r--man/pager.eselect.53
-rw-r--r--man/profile.eselect.53
-rw-r--r--man/rc.eselect.53
-rw-r--r--man/visual.eselect.53
-rw-r--r--misc/eselect.bashcomp1
-rw-r--r--modules/bashcomp.eselect1
-rw-r--r--modules/binutils.eselect1
-rw-r--r--modules/config.eselect1
-rw-r--r--modules/cow.eselect1
-rw-r--r--modules/editor.eselect1
-rw-r--r--modules/env.eselect1
-rw-r--r--modules/kernel.eselect1
-rw-r--r--modules/locale.eselect1
-rw-r--r--modules/modules.eselect1
-rw-r--r--modules/news.eselect1
-rw-r--r--modules/pager.eselect1
-rw-r--r--modules/profile.eselect1
-rw-r--r--modules/rc.eselect1
-rw-r--r--modules/visual.eselect1
38 files changed, 12 insertions, 60 deletions
diff --git a/bin/eselect.in b/bin/eselect.in
index 41b6093..95d58ac 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,7 +1,7 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/config.bash.in b/libs/config.bash.in
index ace28d8..60bb4c6 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/core.bash.in b/libs/core.bash.in
index 2d83ed1..c59c484 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index fb0241a..b1643a5 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index 1919552..a431a4f 100644
--- a/libs/editor-variable.bash.in
+++ b/libs/editor-variable.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index b17ee3d..0b4952c 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index e78b235..f8474c6 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/output.bash.in b/libs/output.bash.in
index 7ab66d5..98c5011 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index fb85865..55a48a6 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
index f1467c4..72b8239 100644
--- a/libs/path-manipulation.bash.in
+++ b/libs/path-manipulation.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/skel.bash.in b/libs/skel.bash.in
index 482e881..80490b4 100644
--- a/libs/skel.bash.in
+++ b/libs/skel.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2006-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/libs/tests.bash.in b/libs/tests.bash.in
index e379063..e54f1c2 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,6 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright (c) 2005-2012 Gentoo Foundation
-# $Id$
+#
# This file is part of the 'eselect' tools framework.
#
# eselect is free software: you can redistribute it and/or modify it under the
diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5
index 343081b..1947aa1 100644
--- a/man/bashcomp.eselect.5
+++ b/man/bashcomp.eselect.5
@@ -1,6 +1,5 @@
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect
.SH NAME
@@ -65,5 +64,3 @@ option is specified, disable globally (for all users).
Aaron Walker <ka0ttic@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/binutils.eselect.5 b/man/binutils.eselect.5
index df17ee9..2a16a47 100644
--- a/man/binutils.eselect.5
+++ b/man/binutils.eselect.5
@@ -1,6 +1,5 @@
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH binutils.eselect 5 "April 2009" "Gentoo Linux" eselect
.SH NAME
@@ -74,5 +73,3 @@ x86_64\-pc\-linux\-gnu\-2.16.1
Danny van Dyk <kugelfang@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index c4cb633..b92e1bf 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -1,7 +1,6 @@
.\" -*- coding: utf-8 -*-
.\" Copyright 2009-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH editor.eselect 5 "June 2009" "Gentoo Linux" eselect
.SH NAME
@@ -82,5 +81,3 @@ Ulrich Müller <ulm@gentoo.org>
.BR eselect (1),
.BR visual.eselect (5),
.BR environ (7)
-.SH REVISION
-$Id$
diff --git a/man/env.eselect.5 b/man/env.eselect.5
index 2c29573..c80a5f5 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -1,6 +1,5 @@
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH env.eselect 5 "December 2009" "Gentoo Linux" eselect
.SH NAME
@@ -34,5 +33,3 @@ Regenerating /etc/ld.so.cache...
Danny van Dyk <kugelfang@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/eselect.1 b/man/eselect.1
index a7da22c..8cd7611 100644
--- a/man/eselect.1
+++ b/man/eselect.1
@@ -1,7 +1,6 @@
.\" -*- coding: utf-8 -*-
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH ESELECT 1 "October 2011" "Gentoo Linux" eselect
.SH NAME
@@ -67,5 +66,3 @@ Ciaran McCreesh <ciaranm@gentoo.org>
Aaron Walker <ka0ttic@gentoo.org>
.br
Ulrich Müller <ulm@gentoo.org>
-.SH REVISION
-$Id$
diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5
index 6937b6f..f8f9e71 100644
--- a/man/kernel.eselect.5
+++ b/man/kernel.eselect.5
@@ -1,6 +1,5 @@
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect
.SH NAME
@@ -50,5 +49,3 @@ Show the currently selected kernel.
Aaron Walker <ka0ttic@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/news.eselect.5 b/man/news.eselect.5
index 2fd80cd..c182cd1 100644
--- a/man/news.eselect.5
+++ b/man/news.eselect.5
@@ -1,7 +1,6 @@
.\" -*- coding: utf-8 -*-
.\" Copyright 2009-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH news.eselect 5 "October 2011" "Gentoo Linux" eselect
.SH NAME
@@ -94,5 +93,3 @@ Ulrich Müller <ulm@gentoo.org>
.SH SEE ALSO
.BR eselect (1),
http://www.gentoo.org/proj/en/glep/glep-0042.html
-.SH REVISION
-$Id$
diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
index 2b0df3f..61aded7 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -1,7 +1,6 @@
.\" -*- coding: utf-8 -*-
.\" Copyright 2009-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH pager.eselect 5 "June 2009" "Gentoo Linux" eselect
.SH NAME
@@ -80,5 +79,3 @@ Ulrich Müller <ulm@gentoo.org>
.SH SEE ALSO
.BR eselect (1),
.BR environ (7)
-.SH REVISION
-$Id$
diff --git a/man/profile.eselect.5 b/man/profile.eselect.5
index 5b9affd..a81b6e8 100644
--- a/man/profile.eselect.5
+++ b/man/profile.eselect.5
@@ -1,6 +1,5 @@
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect
.SH NAME
@@ -55,5 +54,3 @@ Danny van Dyk <kugelfang@gentoo.org>
Aaron Walker <ka0ttic@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
index 61be5b4..ad7ec20 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -1,6 +1,5 @@
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH rc.eselect 5 "June 2009" "Gentoo Linux" eselect
.SH NAME
@@ -261,5 +260,3 @@ Restarting init script
Danny van Dyk <kugelfang@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
index 93132b3..02d594b 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -1,7 +1,6 @@
.\" -*- coding: utf-8 -*-
.\" Copyright 2009-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
-.\" $Id$
.\"
.TH visual.eselect 5 "June 2009" "Gentoo Linux" eselect
.SH NAME
@@ -84,5 +83,3 @@ Ulrich Müller <ulm@gentoo.org>
.BR eselect (1),
.BR editor.eselect (5),
.BR environ (7)
-.SH REVISION
-$Id$
diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index e109d12..f9a3338 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -1,7 +1,6 @@
# -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
# bash command-line completion for eselect
# Author: Aaron Walker <ka0ttic@gentoo.org>
diff --git a/modules/bashcomp.eselect b/modules/bashcomp.eselect
index 764430e..20bb82e 100644
--- a/modules/bashcomp.eselect
+++ b/modules/bashcomp.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
DESCRIPTION="Manage contributed bash-completion scripts"
MAINTAINER="eselect@gentoo.org"
diff --git a/modules/binutils.eselect b/modules/binutils.eselect
index 6b7d4c1..6bf0657 100644
--- a/modules/binutils.eselect
+++ b/modules/binutils.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit config package-manager
diff --git a/modules/config.eselect b/modules/config.eselect
index 9cdd9f6..36e5ac2 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit portage
diff --git a/modules/cow.eselect b/modules/cow.eselect
index 9f96354..5fcc38d 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
DESCRIPTION="Do things to a cow"
MAINTAINER="eselect@gentoo.org"
diff --git a/modules/editor.eselect b/modules/editor.eselect
index 4b68422..6d71c1c 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2009-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
EDITOR_VAR="EDITOR"
EDITOR_ENVFILE="/etc/env.d/99editor"
diff --git a/modules/env.eselect b/modules/env.eselect
index 8028185..c5d4672 100644
--- a/modules/env.eselect
+++ b/modules/env.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit config multilib package-manager
diff --git a/modules/kernel.eselect b/modules/kernel.eselect
index 91e1fe1..f09603c 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
DESCRIPTION="Manage the /usr/src/linux symlink"
MAINTAINER="eselect@gentoo.org"
diff --git a/modules/locale.eselect b/modules/locale.eselect
index 5e1af4e..cb19f63 100644
--- a/modules/locale.eselect
+++ b/modules/locale.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit config
diff --git a/modules/modules.eselect b/modules/modules.eselect
index 68d6871..6ce732f 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2006-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit config
diff --git a/modules/news.eselect b/modules/news.eselect
index 552d906..f9b9e8c 100644
--- a/modules/news.eselect
+++ b/modules/news.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit package-manager
diff --git a/modules/pager.eselect b/modules/pager.eselect
index 5af5e7c..dbb8f42 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2009-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
EDITOR_VAR="PAGER"
EDITOR_ENVFILE="/etc/env.d/99pager"
diff --git a/modules/profile.eselect b/modules/profile.eselect
index 02b21f3..d0acdf7 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
# This is a portage-only module.
inherit package-manager
diff --git a/modules/rc.eselect b/modules/rc.eselect
index a905b3c..01eb318 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
inherit config
diff --git a/modules/visual.eselect b/modules/visual.eselect
index 87a7033..5c625be 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,7 +1,6 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 2009-2012 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later
-# $Id$
EDITOR_VAR="VISUAL"
EDITOR_ENVFILE="/etc/env.d/99editor"