Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1595 - / checkbump
Date: Mon, 29 Nov 2010 07:57:31
Message-Id: 20101129075719.DE27420051@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2010-11-29 07:57:19 +0000 (Mon, 29 Nov 2010)
3 New Revision: 1595
4
5 Added:
6 checkbump/
7 checkbump/emacs.ini
8 Log:
9 Initial commit for an ini file for checkbumpg (see http://rafaelmartins.eng.br/en-us/post/version-bump-checker/), contains app-editors/zile only which needs a version sort command. At the moment all versions are put out
10
11 Added: checkbump/emacs.ini
12 ===================================================================
13 --- checkbump/emacs.ini (rev 0)
14 +++ checkbump/emacs.ini 2010-11-29 07:57:19 UTC (rev 1595)
15 @@ -0,0 +1,3 @@
16 +[app-editors/zile]
17 +url = http://ftp.gnu.org/gnu/zile/
18 +command = grep 'zile-\([0-9.-]\+\).tar.gz' | sed -e 's/.*zile-\([0-9.-]\+\)\.tar\.gz.*/\1/' -e 's/-/./'