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 00:14:10 +0000 (UTC)	[thread overview]
Message-ID: <20100627001410.5E2A42CF84@corvid.gentoo.org> (raw)

ssuominen    10/06/27 00:14:10

  Modified:             ChangeLog feh-1.8.ebuild
  Log:
  Missing dev-perl/Test-Command DEPEND for FEATURES="test" wrt #325781 by Markos Chandras.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 media-gfx/feh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	25 Jun 2010 20:45:15 -0000	1.47
+++ ChangeLog	27 Jun 2010 00:14:10 -0000	1.48
@@ -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.47 2010/06/25 20:45:15 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.48 2010/06/27 00:14:10 ssuominen Exp $
+
+  27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> feh-1.8.ebuild:
+  Missing dev-perl/Test-Command DEPEND for FEATURES="test" wrt #325781 by
+  Markos Chandras.
 
   25 Jun 2010; Christoph Mende <angelos@gentoo.org> feh-1.8.ebuild:
   Stable on amd64 wrt bug #325531



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.8.ebuild?r1=1.2&r2=1.3

Index: feh-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- feh-1.8.ebuild	25 Jun 2010 20:45:15 -0000	1.2
+++ feh-1.8.ebuild	27 Jun 2010 00:14:10 -0000	1.3
@@ -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.2 2010/06/25 20:45:15 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.8.ebuild,v 1.3 2010/06/27 00:14:10 ssuominen Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -12,7 +12,7 @@
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="xinerama"
+IUSE="test xinerama"
 
 COMMON_DEPEND=">=media-libs/giblib-1.2.4
 	media-libs/imlib2
@@ -23,7 +23,8 @@
 	>=media-libs/jpeg-8a"
 DEPEND="${COMMON_DEPEND}
 	x11-libs/libXt
-	x11-proto/xproto"
+	x11-proto/xproto
+	test? ( dev-perl/Test-Command )"
 
 pkg_setup() {
 	fehopts=(






             reply	other threads:[~2010-06-27  0:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-27  0:14 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 10:03 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=20100627001410.5E2A42CF84@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