Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pkginfo: pkginfo-0.9.ebuild ChangeLog
Date: Thu, 01 Nov 2012 18:06:10
Message-Id: 20121101180553.5016021600@flycatcher.gentoo.org
1 idella4 12/11/01 18:05:53
2
3 Modified: pkginfo-0.9.ebuild ChangeLog
4 Log:
5 Fixed bug #438598, prevents double compression
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-python/pkginfo/pkginfo-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild?r1=1.1&r2=1.2
15
16 Index: pkginfo-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pkginfo-0.9.ebuild 8 May 2012 10:37:21 -0000 1.1
23 +++ pkginfo-0.9.ebuild 1 Nov 2012 18:05:53 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild,v 1.1 2012/05/08 10:37:21 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild,v 1.2 2012/11/01 18:05:53 idella4 Exp $
29
30 EAPI=4
31 PYTHON_DEPEND="2"
32 @@ -55,7 +55,8 @@
33 fi
34
35 if use examples; then
36 - insinto usr/share/doc/${PF}/
37 - doins -r docs/examples/
38 + docompress -x usr/share/doc/${PF}/examples/
39 + insinto usr/share/doc/${PF}/examples/
40 + doins docs/examples/*
41 fi
42 }
43
44
45
46 1.3 dev-python/pkginfo/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/ChangeLog?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/ChangeLog?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/ChangeLog?r1=1.2&r2=1.3
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- ChangeLog 8 May 2012 10:37:21 -0000 1.2
59 +++ ChangeLog 1 Nov 2012 18:05:53 -0000 1.3
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-python/pkginfo
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.2 2012/05/08 10:37:21 djc Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.3 2012/11/01 18:05:53 idella4 Exp $
65 +
66 + 02 Nov 2012; Ian Delaney <idella4@g.o> pkginfo-0.9.ebuild:
67 + Fixed bug #438598, prevents double compression
68
69 *pkginfo-0.9 (08 May 2012)
70
71 @@ -12,4 +15,3 @@
72 27 Apr 2012; Theo Chatzimichos <tampakrap@g.o> +metadata.xml,
73 +pkginfo-0.8.ebuild:
74 Initial commit, ebuild by idella4
75 -