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-p2p/bitcoin-qt: bitcoin-qt-0.5.1.ebuild ChangeLog
Date: Fri, 23 Dec 2011 19:44:13
Message-Id: 20111223194404.0CCED2004B@flycatcher.gentoo.org
1 blueness 11/12/23 19:44:04
2
3 Modified: bitcoin-qt-0.5.1.ebuild ChangeLog
4 Log:
5 Added md2k7-asyouwish license for icons
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: bitcoin-qt-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bitcoin-qt-0.5.1.ebuild 23 Dec 2011 19:38:11 -0000 1.1
23 +++ bitcoin-qt-0.5.1.ebuild 23 Dec 2011 19:44:03 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild,v 1.1 2011/12/23 19:38:11 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.1.ebuild,v 1.2 2011/12/23 19:44:03 blueness Exp $
29
30 EAPI=4
31
32 @@ -15,7 +15,7 @@
33 eligius? ( http://luke.dashjr.org/programs/bitcoin/files/0.5-eligius_sendfee.patch )
34 "
35
36 -LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain"
37 +LICENSE="MIT ISC GPL-3 md2k7-asyouwish LGPL-2.1 public-domain"
38 SLOT="0"
39 KEYWORDS="~amd64 ~arm ~x86"
40 IUSE="$IUSE dbus +eligius ssl upnp"
41
42
43
44 1.2 net-p2p/bitcoin-qt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 23 Dec 2011 19:38:11 -0000 1.1
57 +++ ChangeLog 23 Dec 2011 19:44:03 -0000 1.2
58 @@ -1,5 +1,8 @@
59
60
61 + 23 Dec 2011; Anthony G. Basile <blueness@g.o> bitcoin-qt-0.5.1.ebuild:
62 + Added md2k7-asyouwish license for icons
63 +
64 *bitcoin-qt-0.5.1 (23 Dec 2011)
65
66 23 Dec 2011; Anthony G. Basile <blueness@g.o>