public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.29.ebuild ChangeLog
@ 2008-02-02 15:17 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2008-02-02 15:17 UTC (permalink / raw
  To: gentoo-commits

hollow      08/02/02 15:17:02

  Modified:             Apache-Test-1.29.ebuild ChangeLog
  Log:
  use depend.apache eclass wrt #208033
  (Portage version: 2.1.4)

Revision  Changes    Path
1.9                  dev-perl/Apache-Test/Apache-Test-1.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?r1=1.8&r2=1.9

Index: Apache-Test-1.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Apache-Test-1.29.ebuild	29 Jul 2007 16:52:14 -0000	1.8
+++ Apache-Test-1.29.ebuild	2 Feb 2008 15:17:01 -0000	1.9
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v 1.8 2007/07/29 16:52:14 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v 1.9 2008/02/02 15:17:01 hollow Exp $
 
-inherit perl-module
+inherit depend.apache perl-module
 
 DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
 SRC_URI="mirror://cpan/authors/id/P/PG/PGOLLUCCI/${P}.tar.gz"
@@ -13,15 +13,16 @@
 KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 SRC_TEST="skip"
 
-DEPEND="www-servers/apache
-	dev-lang/perl"
+DEPEND="dev-lang/perl"
+
+need_apache
 
 src_install() {
 	# This is to avoid conflicts with a deprecated Apache::Test stepping
 	# in and causing problems/install errors
-	if [ -f  ${S}/.mypacklist ];
+	if [ -f  "${S}"/.mypacklist ];
 	then
-		rm -f ${S}/.mypacklist
+		rm -f "${S}"/.mypacklist
 	fi
 	perl-module_src_install
 }



1.59                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	29 Jul 2007 16:52:14 -0000	1.58
+++ ChangeLog	2 Feb 2008 15:17:01 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.58 2007/07/29 16:52:14 phreak Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.59 2008/02/02 15:17:01 hollow Exp $
+
+  02 Feb 2008; Benedikt Böhm <hollow@gentoo.org> Apache-Test-1.29.ebuild:
+  use depend.apache eclass wrt #208033
 
   29 Jul 2007; Christian Heim <phreak@gentoo.org> Apache-Test-1.29.ebuild:
   Fixing the DEPEND/RDEPEND for the move of net-www/apache to



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.29.ebuild ChangeLog
@ 2008-05-13 14:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2008-05-13 14:25 UTC (permalink / raw
  To: gentoo-commits

jer         08/05/13 14:25:03

  Modified:             Apache-Test-1.29.ebuild ChangeLog
  Log:
  Marked ~hppa (LuckyLuke).
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.10                 dev-perl/Apache-Test/Apache-Test-1.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?r1=1.9&r2=1.10

Index: Apache-Test-1.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Apache-Test-1.29.ebuild	2 Feb 2008 15:17:01 -0000	1.9
+++ Apache-Test-1.29.ebuild	13 May 2008 14:25:03 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v 1.9 2008/02/02 15:17:01 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v 1.10 2008/05/13 14:25:03 jer Exp $
 
 inherit depend.apache perl-module
 
@@ -10,7 +10,7 @@
 IUSE=""
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 SRC_TEST="skip"
 
 DEPEND="dev-lang/perl"



1.60                 dev-perl/Apache-Test/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	2 Feb 2008 15:17:01 -0000	1.59
+++ ChangeLog	13 May 2008 14:25:03 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Apache-Test
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.59 2008/02/02 15:17:01 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.60 2008/05/13 14:25:03 jer Exp $
+
+  13 May 2008; Jeroen Roovers <jer@gentoo.org> Apache-Test-1.29.ebuild:
+  Marked ~hppa (LuckyLuke).
 
   02 Feb 2008; Benedikt Böhm <hollow@gentoo.org> Apache-Test-1.29.ebuild:
   use depend.apache eclass wrt #208033



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-13 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 14:25 [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.29.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-02 15:17 Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox