Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/feh: feh-1.9.ebuild
Date: Thu, 28 Oct 2010 20:58:51
Message-Id: 20101028205844.D3B0720051@flycatcher.gentoo.org
1 ssuominen 10/10/28 20:58:44
2
3 Modified: feh-1.9.ebuild
4 Log:
5 Force new perl, drop src_test hack
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-gfx/feh/feh-1.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.9.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.9.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.9.ebuild?r1=1.3&r2=1.4
15
16 Index: feh-1.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.9.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- feh-1.9.ebuild 7 Sep 2010 15:15:03 -0000 1.3
23 +++ feh-1.9.ebuild 28 Oct 2010 20:58:44 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.9.ebuild,v 1.3 2010/09/07 15:15:03 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.9.ebuild,v 1.4 2010/10/28 20:58:44 ssuominen Exp $
29
30 EAPI=2
31 inherit toolchain-funcs
32 @@ -25,7 +25,8 @@
33 DEPEND="${COMMON_DEPEND}
34 x11-libs/libXt
35 x11-proto/xproto
36 - test? ( dev-perl/Test-Command )"
37 + test? ( >=dev-lang/perl-5.10
38 + dev-perl/Test-Command )"
39
40 pkg_setup() {
41 fehopts=(
42 @@ -46,12 +47,6 @@
43 emake "${fehopts[@]}" || die
44 }
45
46 -src_test() {
47 - if has_version ">=dev-lang/perl-5.10"; then
48 - emake test || die
49 - fi
50 -}
51 -
52 src_install() {
53 emake "${fehopts[@]}" install || die
54 prepalldocs