joker 14/12/09 10:31:44 Modified: ChangeLog Added: qrencode-3.4.4.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x0151863A67652900!)
Revision Changes Path 1.53 media-gfx/qrencode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 1 Dec 2014 09:37:52 -0000 1.52 +++ ChangeLog 9 Dec 2014 10:31:44 -0000 1.53 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/qrencode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.52 2014/12/01 09:37:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.53 2014/12/09 10:31:44 joker Exp $ + +*qrencode-3.4.4 (09 Dec 2014) + + 09 Dec 2014; Christian Birchinger <jo...@gentoo.org> +qrencode-3.4.4.ebuild: + Version bump 01 Dec 2014; Agostino Sarubbo <a...@gentoo.org> qrencode-3.4.3.ebuild: Stable for sparc, wrt bug #500420 1.1 media-gfx/qrencode/qrencode-3.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/qrencode-3.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode/qrencode-3.4.4.ebuild?rev=1.1&content-type=text/plain Index: qrencode-3.4.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.4.ebuild,v 1.1 2014/12/09 10:31:44 joker Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils DESCRIPTION="C library for encoding data in a QR Code symbol" HOMEPAGE="http://fukuchi.org/works/qrencode/" SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-3.2.0-pngregenfix.patch" )