radhermit 15/02/15 02:56:52 Modified: ChangeLog Added: jhead-3.00.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.151 media-gfx/jhead/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/ChangeLog?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/ChangeLog?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/ChangeLog?r1=1.150&r2=1.151 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- ChangeLog 2 Apr 2013 23:06:54 -0000 1.150 +++ ChangeLog 15 Feb 2015 02:56:52 -0000 1.151 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/jhead -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.150 2013/04/02 23:06:54 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.151 2015/02/15 02:56:52 radhermit Exp $ + +*jhead-3.00 (15 Feb 2015) + + 15 Feb 2015; Tim Harder <[email protected]> +jhead-3.00.ebuild: + Version bump. 02 Apr 2013; Agostino Sarubbo <[email protected]> jhead-2.97.ebuild: Stable for hppa, wrt bug #463094 1.1 media-gfx/jhead/jhead-3.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/jhead-3.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/jhead-3.00.ebuild?rev=1.1&content-type=text/plain Index: jhead-3.00.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-3.00.ebuild,v 1.1 2015/02/15 02:56:52 radhermit Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover" HOMEPAGE="http://www.sentex.net/~mwandel/jhead" SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" src_prepare() { # bug 275200 - respect flags and use mktemp instead of mkstemp epatch "${FILESDIR}"/${PN}-2.90-mkstemp_respect_flags.patch } src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } src_install() { dobin ${PN} dodoc *.txt dohtml *.html doman ${PN}.1 }
