+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.
- 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
-Maintainer:
-Karl Trygve Kalleberg <karltk@gentoo.org>
+Christian Ruppert <idl0r@gentoo.org>
Original author:
Karl Trygve Kalleberg <karltk@gentoo.org>
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)/
Package : ebump
-Version : 0.1.0
+Version : 0.1.1
Author : See AUTHORS
MOTIVATION
+Christian Ruppert <idl0r@gentoo.org>
+
+Original author:
Aron Griffis <agriffis@gentoo.org>
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
+++ /dev/null
-Aron Griffis <agriffis@gentoo.org>
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
+#!/bin/sh
+
echo1() {
echo "$1"
}
+Christian Ruppert <idl0r@gentoo.org>
+Paul Varner <fuzzyray@gentoo.org>
+Mike Frysinger <vapier@gentoo.org>
+
+Original author:
Aron Griffis <agriffis@gentoo.org>
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: