public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/feh: feh-1.4.2.ebuild ChangeLog feh-1.3.4.ebuild
@ 2010-04-03  3:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-03  3:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/03 03:36:13

  Modified:             ChangeLog feh-1.3.4.ebuild
  Added:                feh-1.4.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-gfx/feh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/feh/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	27 Mar 2010 15:01:50 -0000	1.40
+++ ChangeLog	3 Apr 2010 03:36:12 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/feh
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.40 2010/03/27 15:01:50 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.41 2010/04/03 03:36:12 ssuominen Exp $
+
+*feh-1.4.2 (03 Apr 2010)
+
+  03 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +feh-1.4.2.ebuild:
+  Version bump.
 
   27 Mar 2010; Richard Freeman <rich0@gentoo.org> feh-1.4.1.ebuild:
   amd64 stable - 310673



1.14                 media-gfx/feh/feh-1.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild?r1=1.13&r2=1.14

Index: feh-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- feh-1.3.4.ebuild	9 Aug 2008 12:34:17 -0000	1.13
+++ feh-1.3.4.ebuild	3 Apr 2010 03:36:12 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.13 2008/08/09 12:34:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.14 2010/04/03 03:36:12 ssuominen Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="alpha sparc x86"
 IUSE="xinerama"
 
 RDEPEND="!<sci-astronomy/xephem-3.7.3



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

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

Index: feh-1.4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.4.2.ebuild,v 1.1 2010/04/03 03:36:12 ssuominen Exp $

EAPI=2
inherit toolchain-funcs

DESCRIPTION="A fast, lightweight imageviewer using imlib2"
HOMEPAGE="https://derf.homelinux.org/~derf/projects/feh/"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"

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

COMMON_DEPEND=">=media-libs/giblib-1.2.4
	media-libs/imlib2
	media-libs/libpng
	x11-libs/libXext
	x11-libs/libX11
	xinerama? ( x11-libs/libXinerama )"
RDEPEND="${COMMON_DEPEND}
	>=media-libs/jpeg-8a"
DEPEND="${COMMON_DEPEND}
	x11-libs/libXt
	x11-proto/xproto"

pkg_setup() {
	fehopts="DESTDIR=${D}
		doc_dir=${D}/usr/share/doc/${PF}
		PREFIX=/usr"
}

src_prepare() {
	if ! use xinerama; then 
		sed -i -e '/^xinerama/d' config.mk || die
	fi

	sed -i -e 's:LDFLAGS +=:LDLIBS =:' config.mk || die

	sed -i \
		-e 's:${LDFLAGS}:${LDLIBS}:' \
		-e 's:${CC} ${CFLAGS}:${CC} ${LDFLAGS} ${CFLAGS}:' \
		src/Makefile || die

	sed -i \
		-e 's:${doc_dir}/feh:${doc_dir}:g' \
		Makefile || die
}

src_compile() {
	tc-export CC
	emake ${fehopts} || die
}

src_install() {
	emake ${fehopts} install || die
	prepalldocs
}






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

only message in thread, other threads:[~2010-04-03  3:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-03  3:36 [gentoo-commits] gentoo-x86 commit in media-gfx/feh: feh-1.4.2.ebuild ChangeLog feh-1.3.4.ebuild Samuli Suominen (ssuominen)

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