Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/qrencode: ChangeLog qrencode-3.4.1.ebuild
Date: Thu, 31 Jan 2013 22:23:19
Message-Id: 20130131222314.6014D2171D@flycatcher.gentoo.org
1 xmw 13/01/31 22:23:14
2
3 Modified: ChangeLog
4 Added: qrencode-3.4.1.ebuild
5 Log:
6 Version bump (thanks Robert Sebastian Gerus, bug 447430)
7
8 (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.30 media-gfx/qrencode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 21 Oct 2012 00:05:32 -0000 1.29
24 +++ ChangeLog 31 Jan 2013 22:23:14 -0000 1.30
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/qrencode
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.29 2012/10/21 00:05:32 blueness Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.30 2013/01/31 22:23:14 xmw Exp $
31 +
32 +*qrencode-3.4.1 (31 Jan 2013)
33 +
34 + 31 Jan 2013; Michael Weber <xmw@g.o> +qrencode-3.4.1.ebuild:
35 + Version bump (thanks Robert Sebastian Gerus, bug 447430)
36
37 21 Oct 2012; Anthony G. Basile <blueness@g.o> qrencode-3.3.1.ebuild:
38 stable arm, bug #429188
39
40
41
42 1.1 media-gfx/qrencode/qrencode-3.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/qrencode-3.4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/qrencode-3.4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qrencode-3.4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.1.ebuild,v 1.1 2013/01/31 22:23:14 xmw Exp $
52
53 EAPI=4
54
55 AUTOTOOLS_AUTORECONF=true
56
57 inherit autotools-utils
58
59 DESCRIPTION="C library for encoding data in a QR Code symbol"
60 HOMEPAGE="http://fukuchi.org/works/qrencode/"
61 SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2"
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~arm ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND="media-libs/libpng"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"
71
72 PATCHES=( "${FILESDIR}/${PN}-3.2.0-pngregenfix.patch" )