Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1630 - checkbump
Date: Fri, 31 Dec 2010 12:09:40
Message-Id: 20101231120929.8B10820054@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2010-12-31 12:09:27 +0000 (Fri, 31 Dec 2010)
3 New Revision: 1630
4
5 Removed:
6 checkbump/README
7 Modified:
8 checkbump/emacs.ini
9 Log:
10 checkbump: Add description in ini file itself
11
12
13 Deleted: checkbump/README
14 ===================================================================
15 --- checkbump/README 2010-12-13 11:42:37 UTC (rev 1629)
16 +++ checkbump/README 2010-12-31 12:09:27 UTC (rev 1630)
17 @@ -1,4 +0,0 @@
18 -This ini file can be used with the checkbump tool described in
19 -http://rafaelmartins.eng.br/en-us/post/version-bump-checker/. It
20 -generates a HTML page which shows packages that need a version bump in
21 -the Portage tree.
22
23 Modified: checkbump/emacs.ini
24 ===================================================================
25 --- checkbump/emacs.ini 2010-12-13 11:42:37 UTC (rev 1629)
26 +++ checkbump/emacs.ini 2010-12-31 12:09:27 UTC (rev 1630)
27 @@ -1,3 +1,10 @@
28 +# This ini file can be used with the checkbump tool described in
29 +# http://rafaelmartins.eng.br/en-us/post/version-bump-checker/ and
30 +# found in
31 +# http://git.overlays.gentoo.org/gitweb/?p=proj/checkbump.git;a=summary.
32 +# It generates a HTML page which shows packages that need a version
33 +# bump in the Portage tree.
34 +
35 [app-accessibility/emacspeak]
36 url = http://code.google.com/p/emacspeak/downloads/list
37 command = grep 'emacspeak-\([0-9.-]\+\)\.tar\.bz2' | sed -e 's/.*emacspeak-\([0-9.-]\+\)\.tar\.bz2.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1