kensington 14/12/12 14:30:05 Modified: ChangeLog Added: qtimageformats-5.4.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.4 dev-qt/qtimageformats/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtimageformats/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtimageformats/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtimageformats/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 28 Sep 2014 00:44:31 -0000 1.3 +++ ChangeLog 12 Dec 2014 14:30:05 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-qt/qtimageformats # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/ChangeLog,v 1.3 2014/09/28 00:44:31 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/ChangeLog,v 1.4 2014/12/12 14:30:05 kensington Exp $ + +*qtimageformats-5.4.0 (12 Dec 2014) + + 12 Dec 2014; Michael Palimaka <[email protected]> + +qtimageformats-5.4.0.ebuild: + Version bump. 28 Sep 2014; Davide Pesavento <[email protected]> qtimageformats-5.3.2.ebuild: Add ~x86. 1.1 dev-qt/qtimageformats/qtimageformats-5.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtimageformats/qtimageformats-5.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtimageformats/qtimageformats-5.4.0.ebuild?rev=1.1&content-type=text/plain Index: qtimageformats-5.4.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/qtimageformats-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $ EAPI=5 inherit qt5-build DESCRIPTION="Additional format plugins for the Qt image I/O system" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" fi IUSE="" DEPEND=" >=dev-qt/qtcore-${PV}:5[debug=] >=dev-qt/qtgui-${PV}:5[debug=] media-libs/jasper media-libs/libmng:= media-libs/libwebp:= media-libs/tiff:0 " RDEPEND="${DEPEND}"
