Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libdnsres: libdnsres-0.1a-r1.ebuild ChangeLog
Date: Thu, 29 Nov 2012 05:03:47
Message-Id: 20121129050335.5CA1C215F3@flycatcher.gentoo.org
1 pinkbyte 12/11/29 05:03:35
2
3 Modified: libdnsres-0.1a-r1.ebuild ChangeLog
4 Log:
5 Set proper license for package, wrt bug #444984. Thanks to Ulrich Müller for discovering this issue
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.10 dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild?r1=1.9&r2=1.10
15
16 Index: libdnsres-0.1a-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- libdnsres-0.1a-r1.ebuild 2 Dec 2010 17:27:28 -0000 1.9
23 +++ libdnsres-0.1a-r1.ebuild 29 Nov 2012 05:03:35 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
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/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.9 2010/12/02 17:27:28 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.10 2012/11/29 05:03:35 pinkbyte Exp $
30
31 inherit eutils autotools
32
33 @@ -8,7 +8,7 @@
34 HOMEPAGE="http://www.monkey.org/~provos/libdnsres/"
35 SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz"
36
37 -LICENSE="|| ( as-is BSD )"
38 +LICENSE="BSD-4"
39 SLOT="0"
40 KEYWORDS="amd64 ~ppc sparc x86"
41 IUSE=""
42
43
44
45 1.13 dev-libs/libdnsres/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/ChangeLog?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/ChangeLog?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/ChangeLog?r1=1.12&r2=1.13
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- ChangeLog 2 Dec 2010 17:27:28 -0000 1.12
58 +++ ChangeLog 29 Nov 2012 05:03:35 -0000 1.13
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-libs/libdnsres
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.12 2010/12/02 17:27:28 flameeyes Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.13 2012/11/29 05:03:35 pinkbyte Exp $
65 +
66 + 29 Nov 2012; Sergey Popov <pinkbyte@g.o> libdnsres-0.1a-r1.ebuild:
67 + Set proper license for package, wrt bug #444984. Thanks to Ulrich Müller for
68 + discovering this issue
69
70 02 Dec 2010; Diego E. Pettenò <flameeyes@g.o>
71 libdnsres-0.1a-r1.ebuild, +files/libdnsres-0.1a-autotools.patch: