Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild libverto-0.2.4.ebuild ChangeLog
Date: Fri, 30 Nov 2012 08:10:00
Message-Id: 20121130080947.025F020C65@flycatcher.gentoo.org
1 eras 12/11/30 08:09:46
2
3 Modified: libverto-0.2.5.ebuild libverto-0.2.4.ebuild
4 ChangeLog
5 Log:
6 Licese as-is -> MIT - bug #445256
7
8 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
9
10 Revision Changes Path
11 1.2 dev-libs/libverto/libverto-0.2.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.1&r2=1.2
16
17 Index: libverto-0.2.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libverto-0.2.5.ebuild 20 Oct 2012 10:10:37 -0000 1.1
24 +++ libverto-0.2.5.ebuild 30 Nov 2012 08:09:46 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.1 2012/10/20 10:10:37 eras Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.2 2012/11/30 08:09:46 eras Exp $
30
31 EAPI=4
32
33 @@ -8,7 +8,7 @@
34 HOMEPAGE="https://fedorahosted.org/libverto/"
35 SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz"
36
37 -LICENSE="as-is"
38 +LICENSE="MIT"
39 SLOT="0"
40 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd"
41 IUSE="glib +libev libevent tevent +threads static-libs"
42
43
44
45 1.6 dev-libs/libverto/libverto-0.2.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.4.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.4.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.4.ebuild?r1=1.5&r2=1.6
50
51 Index: libverto-0.2.4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.4.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- libverto-0.2.4.ebuild 5 Jun 2012 19:00:52 -0000 1.5
58 +++ libverto-0.2.4.ebuild 30 Nov 2012 08:09:46 -0000 1.6
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.4.ebuild,v 1.5 2012/06/05 19:00:52 xmw Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.4.ebuild,v 1.6 2012/11/30 08:09:46 eras Exp $
64
65 EAPI=4
66 inherit autotools
67 @@ -9,7 +9,7 @@
68 HOMEPAGE="https://fedorahosted.org/libverto/"
69 SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz"
70
71 -LICENSE="as-is"
72 +LICENSE="MIT"
73 SLOT="0"
74 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd"
75 IUSE="glib +libev libevent tevent +threads static-libs"
76
77
78
79 1.7 dev-libs/libverto/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.7&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.7&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.6&r2=1.7
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
88 retrieving revision 1.6
89 retrieving revision 1.7
90 diff -u -r1.6 -r1.7
91 --- ChangeLog 20 Oct 2012 10:10:37 -0000 1.6
92 +++ ChangeLog 30 Nov 2012 08:09:46 -0000 1.7
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-libs/libverto
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.6 2012/10/20 10:10:37 eras Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.7 2012/11/30 08:09:46 eras Exp $
98 +
99 + 30 Nov 2012; Eray Aslan <eras@g.o> libverto-0.2.4.ebuild,
100 + libverto-0.2.5.ebuild:
101 + Licese as-is -> MIT - bug #445256
102
103 *libverto-0.2.5 (20 Oct 2012)