radhermit 14/04/25 08:40:28 Modified: ChangeLog Added: sxiv-1.2.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.19 media-gfx/sxiv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 14 Jan 2014 13:53:25 -0000 1.18 +++ ChangeLog 25 Apr 2014 08:40:27 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/sxiv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.18 2014/01/14 13:53:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.19 2014/04/25 08:40:27 radhermit Exp $ + +*sxiv-1.2 (25 Apr 2014) + + 25 Apr 2014; Tim Harder <[email protected]> +sxiv-1.2.ebuild, + +files/sxiv-1.2-makefile.patch: + Version bump. 14 Jan 2014; Agostino Sarubbo <[email protected]> sxiv-1.1.1.ebuild: Stable for x86, wrt bug #495706 1.1 media-gfx/sxiv/sxiv-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.2.ebuild?rev=1.1&content-type=text/plain Index: sxiv-1.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/sxiv-1.2.ebuild,v 1.1 2014/04/25 08:40:27 radhermit Exp $ EAPI=5 inherit eutils savedconfig toolchain-funcs DESCRIPTION="Simple (or small or suckless) X Image Viewer" HOMEPAGE="https://github.com/muennich/sxiv/" SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="media-libs/giflib media-libs/imlib2[X] x11-libs/libX11" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch tc-export CC restore_config config.h } src_install() { emake DESTDIR="${ED}" PREFIX=/usr install dodoc README.md save_config config.h }
