public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thilo Bangert (bangert)" <bangert@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: ChangeLog lighttpd-1.4.23.ebuild
Date: Sun, 27 Sep 2009 07:11:28 +0000	[thread overview]
Message-ID: <E1Mrnuq-00016r-ES@stork.gentoo.org> (raw)

bangert     09/09/27 07:11:28

  Modified:             ChangeLog lighttpd-1.4.23.ebuild
  Log:
  fix tests when running as user - bug #286134 - thanks darkside
  (Portage version: 2.2_rc42/cvs/Linux i686)

Revision  Changes    Path
1.204                www-servers/lighttpd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.204&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.204&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.203&r2=1.204

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	26 Sep 2009 19:42:51 -0000	1.203
+++ ChangeLog	27 Sep 2009 07:11:28 -0000	1.204
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/lighttpd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.203 2009/09/26 19:42:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.204 2009/09/27 07:11:28 bangert Exp $
+
+  27 Sep 2009; Thilo Bangert <bangert@gentoo.org> lighttpd-1.4.23.ebuild:
+  fix tests when running as user - bug #286134
 
   26 Sep 2009; Brent Baude <ranger@gentoo.org> lighttpd-1.4.23.ebuild:
   Marking lighttpd-1.4.23 ppc64 for bug 286134



1.4                  www-servers/lighttpd/lighttpd-1.4.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild?r1=1.3&r2=1.4

Index: lighttpd-1.4.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lighttpd-1.4.23.ebuild	26 Sep 2009 19:42:51 -0000	1.3
+++ lighttpd-1.4.23.ebuild	27 Sep 2009 07:11:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v 1.3 2009/09/26 19:42:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v 1.4 2009/09/27 07:11:28 bangert Exp $
 
 EAPI="2"
 
@@ -132,6 +132,14 @@
 	fi
 }
 
+src_test() {
+	if [[ ${EUID} -eq 0 ]]; then
+		default_src_test
+	else
+		ewarn "test skipped, please re-run as root if you wish to test ${PN}"
+	fi
+}
+
 src_install() {
 	make DESTDIR="${D}" install || die "make install failed"
 






             reply	other threads:[~2009-09-27  7:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-27  7:11 Thilo Bangert (bangert) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-01 19:53 [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: ChangeLog lighttpd-1.4.23.ebuild Markus Meier (maekke)
2009-10-21  8:03 Jeroen Roovers (jer)
2009-10-10 16:26 Raul Porcel (armin76)
2009-10-03 18:53 Tobias Klausmann (klausman)
2009-09-27 19:44 Gysbert Wassenaar (nixnut)
2009-09-27 11:30 Markus Meier (maekke)
2009-09-26 19:42 Brent Baude (ranger)
2009-09-23 16:17 Jeremy Olexa (darkside)

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=E1Mrnuq-00016r-ES@stork.gentoo.org \
    --to=bangert@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