aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-06-15 09:06:01 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-06-15 09:06:01 +0000
commit2bd1d4c4cd6042a6ad14f0bcc719fd7e7b5871a9 (patch)
treefaa7d93007bb841b33fb1a54ef1890ce5a086295
parentTest commit. Pylon asked for it :-) (diff)
downloadeselect-2bd1d4c4cd6042a6ad14f0bcc719fd7e7b5871a9.tar.gz
eselect-2bd1d4c4cd6042a6ad14f0bcc719fd7e7b5871a9.tar.bz2
eselect-2bd1d4c4cd6042a6ad14f0bcc719fd7e7b5871a9.zip
Enabled SVN Keywords for files which use them.
svn path=/trunk/; revision=130
-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/manip.bash.in2
-rw-r--r--libs/multilib.bash.in2
-rw-r--r--libs/output.bash.in2
-rw-r--r--libs/tests.bash.in2
-rw-r--r--misc/eselect.bashcomp2
-rw-r--r--modules/bashcomp.eselect2
-rw-r--r--modules/binutils.eselect2
-rw-r--r--modules/blas.eselect2
-rw-r--r--modules/config.eselect2
-rw-r--r--modules/cow.eselect2
-rw-r--r--modules/kernel.eselect2
-rw-r--r--modules/lapack.eselect2
-rw-r--r--modules/mailer.eselect2
-rw-r--r--modules/profile.eselect2
-rw-r--r--modules/rc.eselect2
-rw-r--r--modules/vi.eselect2
20 files changed, 20 insertions, 20 deletions
diff --git a/bin/eselect.in b/bin/eselect.in
index 72139ec..66f5dec 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 474fc49..2acf95c 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 6287b60..dc33d6a 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 52cdd73..087f4b5 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 3337a74..41cfecf 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 8adb6e4..a48e3f4 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 86f124a..25a58ec 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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 b0e4614..bde5204 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2005 Gentoo Foundation.
-# $Header$
+# $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/misc/eselect.bashcomp b/misc/eselect.bashcomp
index d84e5b6..364fae4 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
# bash command-line completion for eselect
# Author: Aaron Walker <ka0ttic@gentoo.org>
diff --git a/modules/bashcomp.eselect b/modules/bashcomp.eselect
index 3b3d58d..3c4a77f 100644
--- a/modules/bashcomp.eselect
+++ b/modules/bashcomp.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage contributed bash-completion scripts"
MAINTAINER="ka0ttic@gentoo.org"
diff --git a/modules/binutils.eselect b/modules/binutils.eselect
index 8abe6bb..9b62ecf 100644
--- a/modules/binutils.eselect
+++ b/modules/binutils.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage installed versions of sys-devel/binutils"
MAINTAINER="kugelfang@gentoo.org"
diff --git a/modules/blas.eselect b/modules/blas.eselect
index 65423ce..a551dfe 100644
--- a/modules/blas.eselect
+++ b/modules/blas.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage installed BLAS implementations."
MAINTAINER="Danny van Dyk <kugelfang@gentoo.org>"
diff --git a/modules/config.eselect b/modules/config.eselect
index acb6636..493d8b2 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Handle configuration file merges"
MAINTAINER="ciaranm@gentoo.org"
diff --git a/modules/cow.eselect b/modules/cow.eselect
index d4bc3a6..5564745 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Do things to a cow"
MAINTAINER="ciaranm@gentoo.org"
diff --git a/modules/kernel.eselect b/modules/kernel.eselect
index ada4c9d..54570ae 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage the /usr/src/linux symlink"
MAINTAINER="ciaranm@gentoo.org"
diff --git a/modules/lapack.eselect b/modules/lapack.eselect
index bc01a47..f629925 100644
--- a/modules/lapack.eselect
+++ b/modules/lapack.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage installed LAPACK implementations."
MAINTAINER="Danny van Dyk <kugelfang@gentoo.org>"
diff --git a/modules/mailer.eselect b/modules/mailer.eselect
index b2458aa..3d55133 100644
--- a/modules/mailer.eselect
+++ b/modules/mailer.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage the mailwrapper profiles in /etc/mail"
MAINTAINER="slarti@gentoo.org"
diff --git a/modules/profile.eselect b/modules/profile.eselect
index 8fe7db6..c7bdfbd 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage the /etc/make.profile symlink"
MAINTAINER="ka0ttic@gentoo.org"
diff --git a/modules/rc.eselect b/modules/rc.eselect
index c8c9dbd..7b34182 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage /etc/init.d scripts in runlevels"
MAINTAINER="Danny van Dyk <kugelfang@gentoo.org>"
diff --git a/modules/vi.eselect b/modules/vi.eselect
index a583f23..2e76ebd 100644
--- a/modules/vi.eselect
+++ b/modules/vi.eselect
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
DESCRIPTION="Manage /usr/bin/vi providers"
MAINTAINER="ciaranm@gentoo.org"