From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JMriY-0004ve-6h for garchives@archives.gentoo.org; Wed, 06 Feb 2008 21:22:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 323C9E0414; Wed, 6 Feb 2008 21:22:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E0667E0414 for ; Wed, 6 Feb 2008 21:22:04 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7BD5B65EF3 for ; Wed, 6 Feb 2008 21:22:04 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JMriV-0003Nq-Ff for gentoo-commits@lists.gentoo.org; Wed, 06 Feb 2008 21:22:03 +0000 From: "Benedikt Boehm (hollow)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hollow@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_perl: mod_perl-2.0.3-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mod_perl-2.0.3-r2.ebuild ChangeLog X-VCS-Directories: www-apache/mod_perl X-VCS-Committer: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Message-Id: Sender: Benedikt Boehm Date: Wed, 06 Feb 2008 21:22:03 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 031785c4-d9c8-4926-b607-98e846487a6b X-Archives-Hash: 59c249185bac4cda9fb88ea07195ae5f 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_per= l/mod_perl-2.0.3-r2.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_per= l/mod_perl-2.0.3-r2.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_per= l/mod_perl-2.0.3-r2.ebuild?r1=3D1.3&r2=3D1.4 Index: mod_perl-2.0.3-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.3-r2.e= build,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 $ =20 inherit apache-module perl-module eutils multilib =20 @@ -29,11 +29,7 @@ need_apache2 =20 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=3Dithreads" - fi + check_apache_threads_in dev-lang/perl ithreads apache-module_pkg_setup } =20 @@ -115,7 +111,7 @@ dodir "${APACHE_MODULESDIR}" make install \ MODPERL_AP_LIBEXECDIR=3D"${D}${APACHE_MODULESDIR}" \ - MODPERL_AP_INCLUDEDIR=3D"${D}/usr/include/apache2" \ + MODPERL_AP_INCLUDEDIR=3D"${D}${APACHE_INCLUDEDIR}" \ MP_INST_APACHE2=3D1 \ INSTALLDIRS=3Dvendor || die =20 1.56 www-apache/mod_perl/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_per= l/ChangeLog?rev=3D1.56&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_per= l/ChangeLog?rev=3D1.56&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_per= l/ChangeLog?r1=3D1.55&r2=3D1.56 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=C3=B6hm mod_perl-2.0.3-r2.= ebuild: + use new depend.apache functions to simplify ebuild logic =20 29 Jan 2008; Benedikt B=C3=B6hm mod_perl-2.0.3-r2.= ebuild: fix depend.apache usage wrt #208033 --=20 gentoo-commits@lists.gentoo.org mailing list