Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1597 - checkbump
Date: Mon, 29 Nov 2010 10:22:29
Message-Id: 20101129102212.E0B2820051@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2010-11-29 10:22:12 +0000 (Mon, 29 Nov 2010)
3 New Revision: 1597
4
5 Modified:
6 checkbump/emacs.ini
7 Log:
8 checkbump: Only show newest version
9
10
11 Modified: checkbump/emacs.ini
12 ===================================================================
13 --- checkbump/emacs.ini 2010-11-29 09:10:07 UTC (rev 1596)
14 +++ checkbump/emacs.ini 2010-11-29 10:22:12 UTC (rev 1597)
15 @@ -76,7 +76,7 @@
16
17 [app-editors/zile]
18 url = http://ftp.gnu.org/gnu/zile/
19 -command = grep 'zile-\([0-9.-]\+\).tar.gz' | sed -e 's/.*zile-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./'
20 +command = grep 'zile-\([0-9.-]\+\)\.tar\.gz' | sed -e 's/.*zile-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
21
22 [app-emacs/alt-font-menu]
23 url =