radhermit 14/10/25 16:22:17 Modified: ChangeLog Added: sxiv-1.3.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.21 media-gfx/sxiv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 25 Apr 2014 08:41:19 -0000 1.20 +++ ChangeLog 25 Oct 2014 16:22:17 -0000 1.21 @@ -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.20 2014/04/25 08:41:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.21 2014/10/25 16:22:17 radhermit Exp $ + +*sxiv-1.3 (25 Oct 2014) + + 25 Oct 2014; Tim Harder <[email protected]> +sxiv-1.3.ebuild, + +files/sxiv-1.3-makefile.patch: + Version bump. 25 Apr 2014; Tim Harder <[email protected]> -sxiv-1.1-r1.ebuild, -files/sxiv-1.1-fix-segfault.patch: 1.1 media-gfx/sxiv/sxiv-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.3.ebuild?rev=1.1&content-type=text/plain Index: sxiv-1.3.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.3.ebuild,v 1.1 2014/10/25 16:22:17 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/libexif 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 }
