radhermit 14/11/27 07:46:42 Modified: ChangeLog Added: sxiv-1.3.1.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.22 media-gfx/sxiv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 25 Oct 2014 16:22:17 -0000 1.21 +++ ChangeLog 27 Nov 2014 07:46:42 -0000 1.22 @@ -1,6 +1,11 @@ # 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.21 2014/10/25 16:22:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.22 2014/11/27 07:46:42 radhermit Exp $ + +*sxiv-1.3.1 (27 Nov 2014) + + 27 Nov 2014; Tim Harder <[email protected]> +sxiv-1.3.1.ebuild: + Version bump. *sxiv-1.3 (25 Oct 2014) 1.1 media-gfx/sxiv/sxiv-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.3.1.ebuild?rev=1.1&content-type=text/plain Index: sxiv-1.3.1.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.1.ebuild,v 1.1 2014/11/27 07:46:42 radhermit Exp $ EAPI=5 inherit 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() { sed -i '/^LDFLAGS/d' Makefile || die tc-export CC restore_config config.h } src_install() { emake DESTDIR="${ED}" PREFIX=/usr install dodoc README.md save_config config.h }
