public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/tinyproxy: ChangeLog tinyproxy-1.8.2.ebuild
Date: Mon, 28 Mar 2011 12:05:08 +0000 (UTC)	[thread overview]
Message-ID: <20110328120508.A270B20054@flycatcher.gentoo.org> (raw)

jer         11/03/28 12:05:08

  Modified:             ChangeLog tinyproxy-1.8.2.ebuild
  Log:
  Remove unneeded fortune dep. Explain why emake test is used. Add USE=xtinyproxy-header requirement in src_test() thanks to andreas schürch (bug #358113 again).
  
  (Portage version: 2.2.0_alpha28/cvs/Linux i686)

Revision  Changes    Path
1.28                 net-proxy/tinyproxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 Mar 2011 14:06:42 -0000	1.27
+++ ChangeLog	28 Mar 2011 12:05:08 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for net-proxy/tinyproxy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v 1.27 2011/03/27 14:06:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v 1.28 2011/03/28 12:05:08 jer Exp $
+
+  28 Mar 2011; Jeroen Roovers <jer@gentoo.org> tinyproxy-1.8.2.ebuild:
+  Remove unneeded fortune dep. Explain why emake test is used. Add
+  USE=xtinyproxy-header requirement in src_test() thanks to andreas schürch
+  (bug #358113 again).
 
   27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> tinyproxy-1.8.2.ebuild:
   Stable on alpha, bug #358091



1.8                  net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild?r1=1.7&r2=1.8

Index: tinyproxy-1.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tinyproxy-1.8.2.ebuild	27 Mar 2011 14:06:42 -0000	1.7
+++ tinyproxy-1.8.2.ebuild	28 Mar 2011 12:05:08 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild,v 1.7 2011/03/27 14:06:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.2.ebuild,v 1.8 2011/03/28 12:05:08 jer Exp $
 
 EAPI="2"
 
@@ -13,12 +13,11 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="debug +filter-proxy minimal reverse-proxy test
+IUSE="debug +filter-proxy minimal reverse-proxy
 	transparent-proxy +upstream-proxy +xtinyproxy-header"
 
 DEPEND="
 	!minimal? ( app-text/asciidoc )
-	test? ( games-misc/fortune-mod )
 "
 RDEPEND=""
 
@@ -50,7 +49,12 @@
 }
 
 src_test() {
-	emake test || die
+	if use xtinyproxy-header;then
+		# The make check target does not run the test suite
+		emake test || die
+	else
+		einfo "The test suite needs USE=xtinyproxy-header to succeed"
+	fi
 }
 
 src_install() {






             reply	other threads:[~2011-03-28 12:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 12:05 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-16 17:05 [gentoo-commits] gentoo-x86 commit in net-proxy/tinyproxy: ChangeLog tinyproxy-1.8.2.ebuild Raul Porcel (armin76)
2011-03-28 12:16 PaweA Hajdan (phajdan.jr)
2011-03-27 14:06 Tobias Klausmann (klausman)
2011-03-11 19:18 Markos Chandras (hwoarang)
2011-03-11 16:25 Jeroen Roovers (jer)
2011-03-10 17:27 Jeroen Roovers (jer)
2011-03-10 17:16 Jeroen Roovers (jer)
2011-01-25  2:22 Jeroen Roovers (jer)
2011-01-25  2:03 Jeroen Roovers (jer)

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=20110328120508.A270B20054@flycatcher.gentoo.org \
    --to=jer@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