From 1fbf954b0bb76573c0c3389767ada5c7e30ac345 Mon Sep 17 00:00:00 2001 From: idl0r Date: Mon, 25 Oct 2010 20:38:00 +0000 Subject: [PATCH] Some cleanup. svn path=/trunk/gentoolkit-dev/; revision=827 --- AUTHORS | 3 ++- TODO | 6 ++---- src/ebump/AUTHORS | 3 +-- src/ebump/Makefile | 4 ++-- src/ebump/README | 2 +- src/ebump/TODO | 0 src/echangelog/AUTHORS | 3 +++ src/echangelog/Makefile | 2 +- src/echangelog/TODO | 0 src/ego/AUTHOR | 1 - src/ego/Makefile | 2 +- src/ego/TODO | 0 src/ego/ego | 2 ++ src/ekeyword/AUTHORS | 5 +++++ src/ekeyword/Makefile | 4 ++-- src/ekeyword/TODO | 0 16 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 src/ebump/TODO delete mode 100644 src/echangelog/TODO delete mode 100644 src/ego/AUTHOR delete mode 100644 src/ego/TODO delete mode 100644 src/ekeyword/TODO diff --git a/AUTHORS b/AUTHORS index fdfccf3..4c40973 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ +Christian Ruppert +Paul Varner Karl Trygve Kalleberg - * Maintenance See the AUTHOR file in the various src/ subdirectories for a full log of who's done what with whome and when. diff --git a/TODO b/TODO index 46d1471..fee248d 100644 --- 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 diff --git a/src/ebump/AUTHORS b/src/ebump/AUTHORS index 2432e06..0cf8ad8 100644 --- a/src/ebump/AUTHORS +++ b/src/ebump/AUTHORS @@ -1,5 +1,4 @@ -Maintainer: -Karl Trygve Kalleberg +Christian Ruppert Original author: Karl Trygve Kalleberg diff --git a/src/ebump/Makefile b/src/ebump/Makefile index aa1d347..de43273 100644 --- a/src/ebump/Makefile +++ b/src/ebump/Makefile @@ -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)/ diff --git a/src/ebump/README b/src/ebump/README index c81835c..f13592e 100644 --- a/src/ebump/README +++ b/src/ebump/README @@ -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 index e69de29..0000000 diff --git a/src/echangelog/AUTHORS b/src/echangelog/AUTHORS index 36d5bfd..fc1bdef 100644 --- a/src/echangelog/AUTHORS +++ b/src/echangelog/AUTHORS @@ -1 +1,4 @@ +Christian Ruppert + +Original author: Aron Griffis diff --git a/src/echangelog/Makefile b/src/echangelog/Makefile index a3e5aac..3d7e0cd 100644 --- a/src/echangelog/Makefile +++ b/src/echangelog/Makefile @@ -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 index e69de29..0000000 diff --git a/src/ego/AUTHOR b/src/ego/AUTHOR deleted file mode 100644 index 36d5bfd..0000000 --- a/src/ego/AUTHOR +++ /dev/null @@ -1 +0,0 @@ -Aron Griffis diff --git a/src/ego/Makefile b/src/ego/Makefile index b27a2cb..6cb32ee 100644 --- a/src/ego/Makefile +++ b/src/ego/Makefile @@ -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 index e69de29..0000000 diff --git a/src/ego/ego b/src/ego/ego index f1691f2..cacd188 100644 --- a/src/ego/ego +++ b/src/ego/ego @@ -1,3 +1,5 @@ +#!/bin/sh + echo1() { echo "$1" } diff --git a/src/ekeyword/AUTHORS b/src/ekeyword/AUTHORS index 36d5bfd..3605b38 100644 --- a/src/ekeyword/AUTHORS +++ b/src/ekeyword/AUTHORS @@ -1 +1,6 @@ +Christian Ruppert +Paul Varner +Mike Frysinger + +Original author: Aron Griffis diff --git a/src/ekeyword/Makefile b/src/ekeyword/Makefile index a1a5802..bd6a7c9 100644 --- a/src/ekeyword/Makefile +++ b/src/ekeyword/Makefile @@ -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 index e69de29..0000000 -- 2.26.2