Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1618 - checkbump
Date: Tue, 30 Nov 2010 09:51:05
Message-Id: 20101130095055.D025220054@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2010-11-30 09:50:55 +0000 (Tue, 30 Nov 2010)
3 New Revision: 1618
4
5 Modified:
6 checkbump/emacs.ini
7 Log:
8 checkbump: Rule for analog
9
10
11 Modified: checkbump/emacs.ini
12 ===================================================================
13 --- checkbump/emacs.ini 2010-11-30 09:30:00 UTC (rev 1617)
14 +++ checkbump/emacs.ini 2010-11-30 09:50:55 UTC (rev 1618)
15 @@ -59,8 +59,8 @@
16 command = grep '^;; Version: \([0-9.-]\+\)$' | sed -e 's/^;; Version: \([0-9.-]\+\).*/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
17
18 [app-emacs/analog]
19 -url = http://www.gentoo.org/
20 -command = echo "NO RULE TO EXTRACT VERSION YET"
21 +url = https://alioth.debian.org/frs/?group_id=30594
22 +command = grep 'analog-el \([0-9.-]\+\)' | sed -e 's/.*analog-el \([0-9.-]\+\)/\1/' -e 's/-/./' | sort --version-sort | tail -n 1
23
24 [app-emacs/apache-mode]
25 url = http://www.gentoo.org/