Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mosh/files: mosh-1.2.5-git-version.patch
Date: Sun, 26 Jul 2015 18:16:55
Message-Id: 20150726181650.6572410E@oystercatcher.gentoo.org
1 xmw 15/07/26 18:16:50
2
3 Added: mosh-1.2.5-git-version.patch
4 Log:
5 Version bump (bug 555794, thanks DrSlony for reminding me).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 net-misc/mosh/files/mosh-1.2.5-git-version.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/files/mosh-1.2.5-git-version.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/files/mosh-1.2.5-git-version.patch?rev=1.1&content-type=text/plain
14
15 Index: mosh-1.2.5-git-version.patch
16 ===================================================================
17 --- mosh-1.2.5/Makefile.am
18 +++ mosh-1.2.5/Makefile.am
19 @@ -8,12 +8,7 @@
20
21 VERSION:
22 @echo @PACKAGE_STRING@ > VERSION.dist
23 - @set -e; if git describe --dirty --always > VERSION.git 2>&1 && \
24 - [ -z `git rev-parse --show-prefix` ]; then \
25 - if ! diff -q VERSION.git VERSION > /dev/null 2>&1; then \
26 - mv -f VERSION.git VERSION; \
27 - fi; \
28 - elif ! diff -q VERSION.dist VERSION > /dev/null 2>&1; then \
29 + @set -e; if ! diff -q VERSION.dist VERSION > /dev/null 2>&1; then \
30 mv -f VERSION.dist VERSION; \
31 fi
32 @rm -f VERSION.dist VERSION.git