public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/feh: ChangeLog feh-1.8.ebuild
Date: Sun, 27 Jun 2010 10:03:44 +0000 (UTC)	[thread overview]
Message-ID: <20100627100344.904A32CF8E@corvid.gentoo.org> (raw)

ssuominen    10/06/27 10:03:44

  Modified:             ChangeLog feh-1.8.ebuild
  Log:
  Run testsuite only if perl is at least 5.10 wrt #325531 (Comment #5) by Christian Faulhammer.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 media-gfx/feh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	27 Jun 2010 00:14:10 -0000	1.48
+++ ChangeLog	27 Jun 2010 10:03:44 -0000	1.49
@@ -1,6 +1,10 @@
 # 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.48 2010/06/27 00:14:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.49 2010/06/27 10:03:44 ssuominen Exp $
+
+  27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> feh-1.8.ebuild:
+  Run testsuite only if perl is at least 5.10 wrt #325531 (Comment #5) by
+  Christian Faulhammer.
 
   27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> feh-1.8.ebuild:
   Missing dev-perl/Test-Command DEPEND for FEATURES="test" wrt #325781 by



1.4                  media-gfx/feh/feh-1.8.ebuild

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

Index: feh-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- feh-1.8.ebuild	27 Jun 2010 00:14:10 -0000	1.3
+++ feh-1.8.ebuild	27 Jun 2010 10:03:44 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.8.ebuild,v 1.3 2010/06/27 00:14:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.8.ebuild,v 1.4 2010/06/27 10:03:44 ssuominen Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -45,6 +45,12 @@
 	emake "${fehopts[@]}" || die
 }
 
+src_test() {
+	if has_version ">=dev-lang/perl-5.10"; then
+		emake test || die
+	fi
+}
+
 src_install() {
 	emake "${fehopts[@]}" install || die
 	prepalldocs






             reply	other threads:[~2010-06-27 10:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-27 10:03 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-23 20:25 [gentoo-commits] gentoo-x86 commit in media-gfx/feh: ChangeLog feh-1.8.ebuild Samuli Suominen (ssuominen)
2010-07-19  1:10 Joseph Jezak (josejx)
2010-07-04 10:06 Samuli Suominen (ssuominen)
2010-07-03 13:07 Raul Porcel (armin76)
2010-06-27 10:56 Christian Faulhammer (fauli)
2010-06-27  0:14 Samuli Suominen (ssuominen)
2010-06-25 20:45 Christoph Mende (angelos)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100627100344.904A32CF8E@corvid.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox