public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/sxiv: ChangeLog sxiv-1.1-r1.ebuild sxiv-1.1.ebuild
@ 2013-04-08  7:57 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-04-08  7:57 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/04/08 07:57:06

  Modified:             ChangeLog
  Added:                sxiv-1.1-r1.ebuild
  Removed:              sxiv-1.1.ebuild
  Log:
  Revbump, apply patch to fix segfault issue (bug #465040). Remove old.
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.12                 media-gfx/sxiv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Apr 2013 23:24:40 -0000	1.11
+++ ChangeLog	8 Apr 2013 07:57:06 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/sxiv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.11 2013/04/01 23:24:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.12 2013/04/08 07:57:06 radhermit Exp $
+
+*sxiv-1.1-r1 (08 Apr 2013)
+
+  08 Apr 2013; Tim Harder <radhermit@gentoo.org> -sxiv-1.1.ebuild,
+  +sxiv-1.1-r1.ebuild, +files/sxiv-1.1-fix-segfault.patch:
+  Revbump, apply patch to fix segfault issue (bug #465040). Remove old.
 
 *sxiv-1.1 (01 Apr 2013)
 



1.1                  media-gfx/sxiv/sxiv-1.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: sxiv-1.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/sxiv-1.1-r1.ebuild,v 1.1 2013/04/08 07:57:06 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/${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
	epatch "${FILESDIR}"/${PN}-1.1-fix-segfault.patch
	tc-export CC

	restore_config config.h
}

src_install() {
	emake DESTDIR="${ED}" PREFIX=/usr install
	dodoc README.md

	save_config config.h
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-08  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  7:57 [gentoo-commits] gentoo-x86 commit in media-gfx/sxiv: ChangeLog sxiv-1.1-r1.ebuild sxiv-1.1.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox