Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1613 - checkbump
Date: Tue, 30 Nov 2010 09:23:23
Message-Id: 20101130092313.51AAB20054@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2010-11-30 09:23:13 +0000 (Tue, 30 Nov 2010)
3 New Revision: 1613
4
5 Modified:
6 checkbump/emacs.ini
7 Log:
8 checkbump: Rule for alt-font-menu
9
10
11 Modified: checkbump/emacs.ini
12 ===================================================================
13 --- checkbump/emacs.ini 2010-11-29 20:08:26 UTC (rev 1612)
14 +++ checkbump/emacs.ini 2010-11-30 09:23:13 UTC (rev 1613)
15 @@ -43,16 +43,16 @@
16 command = echo "NO RULE TO EXTRACT VERSION YET"
17
18 [app-editors/uemacs-pk]
19 -url = http://www.gentoo.org/
20 -command = echo "NO RULE TO EXTRACT VERSION YET"
21 +url = ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK
22 +command = grep 'em-\([0-9.-]\+\)\.tar\.gz' | sed -e 's/.*em-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
23
24 [app-editors/zile]
25 url = http://ftp.gnu.org/gnu/zile/
26 command = grep 'zile-\([0-9.-]\+\)\.tar\.gz' | sed -e 's/.*zile-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
27
28 [app-emacs/alt-font-menu]
29 -url = http://www.gentoo.org/
30 -command = echo "NO RULE TO EXTRACT VERSION YET"
31 +url = http://www.emacswiki.org/emacs/download/alt-font-menu.el
32 +command = grep '^;; Version: \([0-9.-]\+\)$' | sed -e 's/^;; Version: \([0-9.-]\+\).*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
33
34 [app-emacs/analog]
35 url = http://www.gentoo.org/