public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/feh: ChangeLog feh-1.15.1.ebuild feh-1.15.ebuild
@ 2011-08-17  3:30 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-08-17  3:30 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/17 03:30:29

  Modified:             ChangeLog
  Added:                feh-1.15.1.ebuild
  Removed:              feh-1.15.ebuild
  Log:
  Version bump to bugfix release and remove old.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.85                 media-gfx/feh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	16 Aug 2011 03:42:26 -0000	1.84
+++ ChangeLog	17 Aug 2011 03:30:29 -0000	1.85
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/feh
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.84 2011/08/16 03:42:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.85 2011/08/17 03:30:29 radhermit Exp $
+
+*feh-1.15.1 (17 Aug 2011)
+
+  17 Aug 2011; Tim Harder <radhermit@gentoo.org> -feh-1.15.ebuild,
+  +feh-1.15.1.ebuild:
+  Version bump to bugfix release and remove old.
 
 *feh-1.15 (16 Aug 2011)
 



1.1                  media-gfx/feh/feh-1.15.1.ebuild

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

Index: feh-1.15.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.15.1.ebuild,v 1.1 2011/08/17 03:30:29 radhermit Exp $

EAPI=4
inherit toolchain-funcs

DESCRIPTION="A fast, lightweight imageviewer using imlib2"
HOMEPAGE="http://feh.finalrewind.org/"
SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug curl test xinerama"

COMMON_DEPEND=">=media-libs/giblib-1.2.4
	media-libs/imlib2
	>=media-libs/libpng-1.4
	x11-libs/libX11
	curl? ( net-misc/curl )
	xinerama? ( x11-libs/libXinerama )"
RDEPEND="${COMMON_DEPEND}
	virtual/jpeg"
DEPEND="${COMMON_DEPEND}
	x11-libs/libXt
	x11-proto/xproto
	test? ( >=dev-lang/perl-5.10
		dev-perl/Test-Command )"

feh_use() {
	if use ${1}; then
		echo 1
	else
		echo 0
	fi
}

pkg_setup() {
	fehopts=(
		DESTDIR="${D}"
		PREFIX=/usr
		doc_dir='${main_dir}'/share/doc/${PF}
		example_dir='${main_dir}'/share/doc/${PF}/examples
		debug=$(feh_use debug)
		curl=$(feh_use curl)
		xinerama=$(feh_use xinerama)
		)
}

src_compile() {
	tc-export CC
	emake "${fehopts[@]}"
}

src_install() {
	emake "${fehopts[@]}" install
}






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

only message in thread, other threads:[~2011-08-17  3:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  3:30 [gentoo-commits] gentoo-x86 commit in media-gfx/feh: ChangeLog feh-1.15.1.ebuild feh-1.15.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