Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1607 - checkbump
Date: Mon, 29 Nov 2010 14:43:09
Message-Id: 20101129144257.C0A6D20051@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2010-11-29 14:42:57 +0000 (Mon, 29 Nov 2010)
3 New Revision: 1607
4
5 Modified:
6 checkbump/emacs.ini
7 Log:
8 checkbump: Rules for jed and jasspa-microemacs
9
10
11 Modified: checkbump/emacs.ini
12 ===================================================================
13 --- checkbump/emacs.ini 2010-11-29 14:35:25 UTC (rev 1606)
14 +++ checkbump/emacs.ini 2010-11-29 14:42:57 UTC (rev 1607)
15 @@ -19,12 +19,12 @@
16 command = grep 'fe-\([0-9.-]\+\)\.tar\.gz' | sed -e 's/.*fe-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
17
18 [app-editors/jasspa-microemacs]
19 -url =
20 -command =
21 +url = http://www.jasspa.com/downsrc.html
22 +command = grep 'jasspa-mesrc-\([0-9.-]\+\)\.tar\.gz' | sed -e 's/.*jasspa-mesrc-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
23
24 [app-editors/jed]
25 -url =
26 -command =
27 +url = ftp://space.mit.edu/pub/davis/jed/v0.99/
28 +command = grep 'jed-\([0-9.-]\+\)\.tar\.gz' | sed -e 's/.*jed-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
29
30 [app-editors/jove]
31 url =