mr_bones_ 14/10/27 16:36:20 Modified: ChangeLog Added: gqview-2.1.5-r1.ebuild Log: drop lcms:0 support (bug #526822) (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.103 media-gfx/gqview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gqview/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gqview/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gqview/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 25 Sep 2014 21:35:42 -0000 1.102 +++ ChangeLog 27 Oct 2014 16:36:20 -0000 1.103 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/gqview # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.102 2014/09/25 21:35:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.103 2014/10/27 16:36:20 mr_bones_ Exp $ + +*gqview-2.1.5-r1 (27 Oct 2014) + + 27 Oct 2014; Michael Sterrett <[email protected]> +gqview-2.1.5-r1.ebuild: + drop lcms:0 support (bug #526822) 25 Sep 2014; Michael Sterrett <[email protected]> gqview-2.1.5.ebuild: tidy 1.1 media-gfx/gqview/gqview-2.1.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild?rev=1.1&content-type=text/plain Index: gqview-2.1.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v 1.1 2014/10/27 16:36:20 mr_bones_ Exp $ EAPI=5 inherit eutils autotools DESCRIPTION="A GTK-based image browser" HOMEPAGE="http://gqview.sourceforge.net/" SRC_URI="mirror://sourceforge/gqview/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.4:2 virtual/libintl" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext" src_prepare() { epatch \ "${FILESDIR}/${P}-windows.patch" \ "${FILESDIR}/${P}-glibc.patch" sed -i \ -e '/^Encoding/d' \ -e '/^Icon/s/\.png//' \ -e '/^Categories/s/Application;//' \ gqview.desktop || die eautoreconf } src_configure() { econf \ --disable-dependency-tracking \ --without-lcms } src_install() { emake DESTDIR="${D}" install # leave README uncompressed because the program reads it dodoc AUTHORS ChangeLog TODO rm -f "${D}/usr/share/doc/${PF}/COPYING" }
