public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_whatkilledus: mod_whatkilledus-0.0.1.ebuild ChangeLog
@ 2008-01-10 15:47 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2008-01-10 15:47 UTC (permalink / raw
  To: gentoo-commits

hollow      08/01/10 15:47:30

  Modified:             mod_whatkilledus-0.0.1.ebuild ChangeLog
  Log:
  fix #205169
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.2                  www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild?r1=1.1&r2=1.2

Index: mod_whatkilledus-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_whatkilledus-0.0.1.ebuild	8 Sep 2007 17:04:32 -0000	1.1
+++ mod_whatkilledus-0.0.1.ebuild	10 Jan 2008 15:47:30 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild,v 1.1 2007/09/08 17:04:32 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild,v 1.2 2008/01/10 15:47:30 hollow Exp $
 
 inherit apache-module eutils toolchain-funcs
 
@@ -19,7 +19,14 @@
 APACHE2_MOD_CONF="10_${PN}"
 APACHE2_MOD_DEFINE="WHATKILLEDUS"
 
-need_apache2
+need_apache2_2
+
+pkg_setup() {
+	apache-module_pkg_setup
+	if ! built_with_use www-servers/apache debug; then
+		die "you need to build www-servers/apache with USE=debug"
+	fi
+}
 
 src_unpack() {
 	mkdir -p "${S}" || die "mkdir S failed"
@@ -28,8 +35,8 @@
 
 src_compile() {
 	$(tc-getCC) \
-		$($(apr_config) --includes) \
-		$($(apr_config) --cppflags) \
+		$(/usr/bin/apr-1-config --includes) \
+		$(/usr/bin/apr-1-config --cppflags) \
 		-o "${S}"/gen_test_char \
 		"${FILESDIR}"/gen_test_char.c
 	"${S}"/gen_test_char > "${S}"/test_char.h



1.2                  www-apache/mod_whatkilledus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	8 Sep 2007 17:04:32 -0000	1.1
+++ ChangeLog	10 Jan 2008 15:47:30 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_whatkilledus
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/ChangeLog,v 1.1 2007/09/08 17:04:32 hollow Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/ChangeLog,v 1.2 2008/01/10 15:47:30 hollow Exp $
+
+  10 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
+  files/10_mod_whatkilledus.conf, mod_whatkilledus-0.0.1.ebuild:
+  fix #205169
 
 *mod_whatkilledus-0.0.1 (08 Sep 2007)
 



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



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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_whatkilledus: mod_whatkilledus-0.0.1.ebuild ChangeLog
@ 2008-03-23 11:59 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2008-03-23 11:59 UTC (permalink / raw
  To: gentoo-commits

hollow      08/03/23 11:59:37

  Modified:             mod_whatkilledus-0.0.1.ebuild ChangeLog
  Log:
  fix depend.apache usage; use confutils.eclass
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild

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

Index: mod_whatkilledus-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_whatkilledus-0.0.1.ebuild	10 Jan 2008 15:47:30 -0000	1.2
+++ mod_whatkilledus-0.0.1.ebuild	23 Mar 2008 11:59:37 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild,v 1.2 2008/01/10 15:47:30 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/mod_whatkilledus-0.0.1.ebuild,v 1.3 2008/03/23 11:59:37 hollow Exp $
 
-inherit apache-module eutils toolchain-funcs
+inherit apache-module eutils toolchain-funcs confutils
 
 KEYWORDS="~amd64 ~x86"
 
@@ -22,10 +22,7 @@
 need_apache2_2
 
 pkg_setup() {
-	apache-module_pkg_setup
-	if ! built_with_use www-servers/apache debug; then
-		die "you need to build www-servers/apache with USE=debug"
-	fi
+	confutils_require_built_with_all www-servers/apache debug
 }
 
 src_unpack() {



1.4                  www-apache/mod_whatkilledus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	31 Jan 2008 19:18:08 -0000	1.3
+++ ChangeLog	23 Mar 2008 11:59:37 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_whatkilledus
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/ChangeLog,v 1.3 2008/01/31 19:18:08 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_whatkilledus/ChangeLog,v 1.4 2008/03/23 11:59:37 hollow Exp $
+
+  23 Mar 2008; Benedikt Böhm <hollow@gentoo.org>
+  mod_whatkilledus-0.0.1.ebuild:
+  fix depend.apache usage; use confutils.eclass
 
   31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
   files/10_mod_whatkilledus.conf, metadata.xml:



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



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

end of thread, other threads:[~2008-03-23 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 11:59 [gentoo-commits] gentoo-x86 commit in www-apache/mod_whatkilledus: mod_whatkilledus-0.0.1.ebuild ChangeLog Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-10 15:47 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