public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benedikt Boehm (hollow)" <hollow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_perl: mod_perl-2.0.3-r2.ebuild ChangeLog
Date: Wed, 06 Feb 2008 21:22:03 +0000	[thread overview]
Message-ID: <E1JMriV-0003Nq-Ff@stork.gentoo.org> (raw)

hollow      08/02/06 21:22:03

  Modified:             mod_perl-2.0.3-r2.ebuild ChangeLog
  Log:
  use new depend.apache functions to simplify ebuild logic
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.4                  www-apache/mod_perl/mod_perl-2.0.3-r2.ebuild

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

Index: mod_perl-2.0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_perl-2.0.3-r2.ebuild	29 Jan 2008 17:59:31 -0000	1.3
+++ mod_perl-2.0.3-r2.ebuild	6 Feb 2008 21:22:02 -0000	1.4
@@ -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/www-apache/mod_perl/mod_perl-2.0.3-r2.ebuild,v 1.3 2008/01/29 17:59:31 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.3-r2.ebuild,v 1.4 2008/02/06 21:22:02 hollow Exp $
 
 inherit apache-module perl-module eutils multilib
 
@@ -29,11 +29,7 @@
 need_apache2
 
 pkg_setup() {
-	if built_with_use www-servers/apache threads \
-			&& ! built_with_use dev-lang/perl ithreads; then
-		eerror "threaded MPMs require threaded perl"
-		die "emerge dev-lang/perl with USE=ithreads"
-	fi
+	check_apache_threads_in dev-lang/perl ithreads
 	apache-module_pkg_setup
 }
 
@@ -115,7 +111,7 @@
 	dodir "${APACHE_MODULESDIR}"
 	make install \
 		MODPERL_AP_LIBEXECDIR="${D}${APACHE_MODULESDIR}" \
-		MODPERL_AP_INCLUDEDIR="${D}/usr/include/apache2" \
+		MODPERL_AP_INCLUDEDIR="${D}${APACHE_INCLUDEDIR}" \
 		MP_INST_APACHE2=1 \
 		INSTALLDIRS=vendor || die
 



1.56                 www-apache/mod_perl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_perl/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_perl/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_perl/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	29 Jan 2008 17:59:31 -0000	1.55
+++ ChangeLog	6 Feb 2008 21:22:02 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_perl
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.55 2008/01/29 17:59:31 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.56 2008/02/06 21:22:02 hollow Exp $
+
+  06 Feb 2008; Benedikt Böhm <hollow@gentoo.org> mod_perl-2.0.3-r2.ebuild:
+  use new depend.apache functions to simplify ebuild logic
 
   29 Jan 2008; Benedikt Böhm <hollow@gentoo.org> mod_perl-2.0.3-r2.ebuild:
   fix depend.apache usage wrt #208033



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



             reply	other threads:[~2008-02-06 21:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-06 21:22 Benedikt Boehm (hollow) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-28 13:25 [gentoo-commits] gentoo-x86 commit in www-apache/mod_perl: mod_perl-2.0.3-r2.ebuild ChangeLog Guy Martin (gmsoft)
2008-05-13 14:25 Jeroen Roovers (jer)
2008-03-23 12:04 Benedikt Boehm (hollow)
2008-03-22 17:14 Benedikt Boehm (hollow)
2008-02-10 15:48 Raul Porcel (armin76)
2008-02-08  9:53 Tobias Scherbaum (dertobi123)
2008-02-07 20:14 Christian Faulhammer (opfer)
2008-02-07  1:35 Brent Baude (ranger)
2008-02-06 23:45 Benedikt Boehm (hollow)
2008-01-29 17:59 Benedikt Boehm (hollow)
2008-01-27 20:11 Benedikt Boehm (hollow)

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=E1JMriV-0003Nq-Ff@stork.gentoo.org \
    --to=hollow@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