Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/namecoind: namecoind-0.3.80.ebuild ChangeLog
Date: Fri, 02 Jan 2015 14:34:14
Message-Id: 20150102143410.A83C0EB80@oystercatcher.gentoo.org
1 blueness 15/01/02 14:34:10
2
3 Modified: namecoind-0.3.80.ebuild ChangeLog
4 Log:
5 Improve S for 0.3.80
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 net-dns/namecoind/namecoind-0.3.80.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/namecoind-0.3.80.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/namecoind-0.3.80.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/namecoind-0.3.80.ebuild?r1=1.1&r2=1.2
15
16 Index: namecoind-0.3.80.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/namecoind/namecoind-0.3.80.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- namecoind-0.3.80.ebuild 2 Jan 2015 14:24:58 -0000 1.1
23 +++ namecoind-0.3.80.ebuild 2 Jan 2015 14:34:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/namecoind-0.3.80.ebuild,v 1.1 2015/01/02 14:24:58 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/namecoind-0.3.80.ebuild,v 1.2 2015/01/02 14:34:10 blueness Exp $
29
30 EAPI=4
31
32 @@ -36,7 +36,7 @@
33 >=app-shells/bash-4.1
34 "
35
36 -S="${WORKDIR}/namecoind-${PV}"
37 +S="${WORKDIR}/${PN}-${PV}"
38
39 pkg_setup() {
40 local UG='namecoin'
41
42
43
44 1.5 net-dns/namecoind/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-dns/namecoind/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 2 Jan 2015 14:24:58 -0000 1.4
57 +++ ChangeLog 2 Jan 2015 14:34:10 -0000 1.5
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-dns/namecoind
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/ChangeLog,v 1.4 2015/01/02 14:24:58 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/ChangeLog,v 1.5 2015/01/02 14:34:10 blueness Exp $
63 +
64 + 02 Jan 2015; Anthony G. Basile <blueness@g.o> namecoind-0.3.80.ebuild:
65 + Improve S for 0.3.80
66
67 *namecoind-0.3.80 (02 Jan 2015)