Some cleanup.
authoridl0r <idl0r@gentoo.org>
Mon, 25 Oct 2010 20:38:00 +0000 (20:38 -0000)
committeridl0r <idl0r@gentoo.org>
Mon, 25 Oct 2010 20:38:00 +0000 (20:38 -0000)
svn path=/trunk/gentoolkit-dev/; revision=827

16 files changed:
AUTHORS
TODO
src/ebump/AUTHORS
src/ebump/Makefile
src/ebump/README
src/ebump/TODO [deleted file]
src/echangelog/AUTHORS
src/echangelog/Makefile
src/echangelog/TODO [deleted file]
src/ego/AUTHOR [deleted file]
src/ego/Makefile
src/ego/TODO [deleted file]
src/ego/ego
src/ekeyword/AUTHORS
src/ekeyword/Makefile
src/ekeyword/TODO [deleted file]

diff --git a/AUTHORS b/AUTHORS
index fdfccf3dc4b72b8a6a6f22e151d30ba1dc1228e9..4c4097301bf961f97b4cdade12e9074e2b52dd0c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
+Christian Ruppert <idl0r@gentoo.org>
+Paul Varner <fuzzyray@gentoo.org>
 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Maintenance
 
 See the AUTHOR file in the various src/<foo> subdirectories for a full
 log of who's done what with whome and when.
diff --git a/TODO b/TODO
index 46d14717fd01a80429895fc5acf4c2bd053e7c0e..fee248d2a013578a3fa1f7bff2872f61b7aba17b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
 - rewrite ekeyword and echangelog to use gentoolkit
 - look through forums.gentoo.org for additional scripts
 - write a Gentoolkit Guide
-- revision bump tool
- - bump versioned files in filesdir
 
- - imlate
-       Compare one arch with all others to see possible candidates for several architectures
+- imlate
+       Compare one arch with all others to see possible candidates for several architectures
index 2432e061804e1dcc116643e8670b19aa71879b86..0cf8ad8403c83e1b215b30dbad287ca184f68e5d 100644 (file)
@@ -1,5 +1,4 @@
-Maintainer:
-Karl Trygve Kalleberg <karltk@gentoo.org>
+Christian Ruppert <idl0r@gentoo.org>
 
 Original author:
 Karl Trygve Kalleberg <karltk@gentoo.org>
index aa1d34733fad309c177b3366e90022ddab67290e..de43273b4606652601d18e4938f042d08a612dd8 100644 (file)
@@ -11,10 +11,10 @@ all:
 
 dist: 
        mkdir -p ../../$(distdir)/src/ebump/
-       cp Makefile AUTHORS README TODO ChangeLog ebump ebump.1 ../../$(distdir)/src/ebump/
+       cp Makefile AUTHORS README ChangeLog ebump ebump.1 ../../$(distdir)/src/ebump/
 
 install: all
        install -m 0755 ebump $(bindir)/
        install -d $(docdir)/ebump
-       install -m 0644 AUTHORS README TODO ChangeLog $(docdir)/ebump/
+       install -m 0644 AUTHORS README ChangeLog $(docdir)/ebump/
        install -m 0644 ebump.1 $(mandir)/
index c81835c1024a2c5f0c1446b8411efdc8a6935d8e..f13592e5a0d90d40f504a4eef8a82258b12b13d1 100644 (file)
@@ -1,6 +1,6 @@
 
 Package : ebump
-Version : 0.1.0
+Version : 0.1.1
 Author  : See AUTHORS
 
 MOTIVATION
diff --git a/src/ebump/TODO b/src/ebump/TODO
deleted file mode 100644 (file)
index e69de29..0000000
index 36d5bfdb3002acefdd2effde792684bd80cf13b5..fc1bdefc0e4264f91ec9da75eca3ba41e913c9cf 100644 (file)
@@ -1 +1,4 @@
+Christian Ruppert <idl0r@gentoo.org>
+
+Original author:
 Aron Griffis <agriffis@gentoo.org>
index a3e5aac54289b51e40cbd1f71f0b6e1335a5560b..3d7e0cd87004281e2a717354943bc2d594818e2b 100644 (file)
@@ -15,7 +15,7 @@ test:
 
 dist:
        mkdir -p ../../$(distdir)/src/echangelog/test/templates
-       cp Makefile AUTHORS README TODO ChangeLog echangelog echangelog.1 ../../$(distdir)/src/echangelog/
+       cp Makefile AUTHORS README ChangeLog echangelog echangelog.1 ../../$(distdir)/src/echangelog/
        cp test/TEST.pm test/test.sh ../../$(distdir)/src/echangelog/test/
        cp test/templates/test.patch test/templates/vcstest-0.0.1.ebuild ../../$(distdir)/src/echangelog/test/templates
 
diff --git a/src/echangelog/TODO b/src/echangelog/TODO
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/src/ego/AUTHOR b/src/ego/AUTHOR
deleted file mode 100644 (file)
index 36d5bfd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Aron Griffis <agriffis@gentoo.org>
index b27a2cbd3ac4de9d0e64dc7f8b663ed31c5f9534..6cb32eeed92df88859ef6c28a36d7a31abd0cdfe 100644 (file)
@@ -10,7 +10,7 @@ all:
 
 dist:
        mkdir -p ../../$(distdir)/src/ego/
-       cp Makefile AUTHORS README TODO ChangeLog ego ../../$(distdir)/src/ego/
+       cp Makefile AUTHORS README ChangeLog ego ../../$(distdir)/src/ego/
 
 install: all
        install -d $(docdir)/ego        
diff --git a/src/ego/TODO b/src/ego/TODO
deleted file mode 100644 (file)
index e69de29..0000000
index f1691f22b4d7f269e5a725e37dabf07df4cbcf7a..cacd188eb0b847f6322a7a5eb255d0bfef1456f9 100644 (file)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 echo1() { 
   echo "$1"
 }
index 36d5bfdb3002acefdd2effde792684bd80cf13b5..3605b38eed74c71ba0c7343deae1e3211eb610a5 100644 (file)
@@ -1 +1,6 @@
+Christian Ruppert <idl0r@gentoo.org>
+Paul Varner <fuzzyray@gentoo.org>
+Mike Frysinger <vapier@gentoo.org>
+
+Original author:
 Aron Griffis <agriffis@gentoo.org>
index a1a5802a6b6768235ac81d362a110534b1bd213f..bd6a7c987a5c12e289fae5fa2b19a1b52d529b20 100644 (file)
@@ -14,12 +14,12 @@ all: ekeyword.1
 
 dist: ekeyword.1
        mkdir -p ../../$(distdir)/src/ekeyword
-       cp Makefile AUTHORS README TODO ChangeLog ekeyword ekeyword.1 ../../$(distdir)/src/ekeyword/
+       cp Makefile AUTHORS README ChangeLog ekeyword ekeyword.1 ../../$(distdir)/src/ekeyword/
 
 install: all
        install -m 0755 ekeyword $(bindir)/
        install -d $(docdir)/ekeyword
-       install -m 0644 AUTHORS README TODO ChangeLog $(docdir)/ekeyword/
+       install -m 0644 AUTHORS README ChangeLog $(docdir)/ekeyword/
        install -m 0644 ekeyword.1 $(mandir)/
 
 clean:
diff --git a/src/ekeyword/TODO b/src/ekeyword/TODO
deleted file mode 100644 (file)
index e69de29..0000000