public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_mysql: ChangeLog mod_auth_mysql-3.0.0-r2.ebuild
@ 2010-01-11  8:22 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2010-01-11  8:22 UTC (permalink / raw
  To: gentoo-commits

hollow      10/01/11 08:22:01

  Modified:             ChangeLog mod_auth_mysql-3.0.0-r2.ebuild
  Log:
  link with libmysqlclient_r wrt #290941
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.8                  www-apache/mod_auth_mysql/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	31 Jan 2008 17:02:55 -0000	1.7
+++ ChangeLog	11 Jan 2010 08:22:00 -0000	1.8
@@ -1,12 +1,16 @@
 # ChangeLog for www-apache/mod_auth_mysql
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.7 2008/01/31 17:02:55 hollow Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.8 2010/01/11 08:22:00 hollow Exp $
 
  07 Dec 2006; Luca Longinotti <chtekk@gentoo.org>
   -files/12_mod_auth_mysql.conf, -files/mod_auth_mysql.patch, metadata.xml,
   -mod_auth_mysql-3.0.0.ebuild, mod_auth_mysql-3.0.0-r1.ebuild:
   Ebuild cleanup, set mysql as herd too.
 
+  11 Jan 2010; Benedikt Böhm <hollow@gentoo.org>
+  mod_auth_mysql-3.0.0-r2.ebuild:
+  link with libmysqlclient_r wrt #290941
+
   31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
   files/12_mod_auth_mysql.conf:
   cleanup



1.6                  www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild?r1=1.5&r2=1.6

Index: mod_auth_mysql-3.0.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_auth_mysql-3.0.0-r2.ebuild	25 Nov 2007 14:59:05 -0000	1.5
+++ mod_auth_mysql-3.0.0-r2.ebuild	11 Jan 2010 08:22:00 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.5 2007/11/25 14:59:05 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.6 2010/01/11 08:22:00 hollow Exp $
+
+EAPI="2"
 
 inherit apache-module eutils
 
@@ -17,7 +19,7 @@
 		sys-libs/zlib"
 RDEPEND="${DEPEND}"
 
-APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient -lm -lz ${PN}.c"
+APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient_r -lm -lz ${PN}.c"
 APACHE2_MOD_CONF="12_${PN}"
 APACHE2_MOD_DEFINE="AUTH_MYSQL"
 
@@ -25,8 +27,7 @@
 
 need_apache2_2
 
-src_unpack() {
-	unpack ${A}
-	EPATCH_OPTS="-d ${S} -p1" epatch "${FILESDIR}/${P}-apache-2.2.patch"
-	EPATCH_OPTS="-d ${S} -p1" epatch "${FILESDIR}/${P}-htpasswd2-auth-style.patch"
+src_prepare() {
+	epatch "${FILESDIR}/${P}-apache-2.2.patch"
+	epatch "${FILESDIR}/${P}-htpasswd2-auth-style.patch"
 }






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_mysql: ChangeLog mod_auth_mysql-3.0.0-r2.ebuild
@ 2010-03-24 20:35 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-03-24 20:35 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/03/24 20:35:36

  Modified:             ChangeLog mod_auth_mysql-3.0.0-r2.ebuild
  Log:
  Block the other fork of mod_auth_mysql.
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 www-apache/mod_auth_mysql/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -p -w -b -B -u -u -r1.9 -r1.10
--- ChangeLog	24 Mar 2010 19:52:56 -0000	1.9
+++ ChangeLog	24 Mar 2010 20:35:36 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_mysql
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.9 2010/03/24 19:52:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.10 2010/03/24 20:35:36 robbat2 Exp $
+
+  24 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
+  mod_auth_mysql-3.0.0-r2.ebuild:
+  Block the other fork of mod_auth_mysql.
 
   11 Jan 2010; Benedikt Böhm <hollow@gentoo.org>
   mod_auth_mysql-3.0.0-r2.ebuild:



1.7                  www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild?r1=1.6&r2=1.7

Index: mod_auth_mysql-3.0.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -p -w -b -B -u -u -r1.6 -r1.7
--- mod_auth_mysql-3.0.0-r2.ebuild	11 Jan 2010 08:22:00 -0000	1.6
+++ mod_auth_mysql-3.0.0-r2.ebuild	24 Mar 2010 20:35:36 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.6 2010/01/11 08:22:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.7 2010/03/24 20:35:36 robbat2 Exp $
 
 EAPI="2"
 
@@ -17,7 +17,8 @@ IUSE=""
 
 DEPEND="virtual/mysql
 		sys-libs/zlib"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+		!www-apache/mod-auth-mysql"
 
 APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient_r -lm -lz ${PN}.c"
 APACHE2_MOD_CONF="12_${PN}"






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_mysql: ChangeLog mod_auth_mysql-3.0.0-r2.ebuild
@ 2015-08-04  1:31 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-08-04  1:31 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/08/04 01:31:32

  Modified:             ChangeLog
  Removed:              mod_auth_mysql-3.0.0-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.15                 www-apache/mod_auth_mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Aug 2014 20:14:00 -0000	1.14
+++ ChangeLog	4 Aug 2015 01:31:32 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_auth_mysql
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.14 2014/08/10 20:14:00 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.15 2015/08/04 01:31:32 mrueg Exp $
+
+  04 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -mod_auth_mysql-3.0.0-r2.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   mod_auth_mysql-3.0.0-r2.ebuild, mod_auth_mysql-3.0.0-r3.ebuild:





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

end of thread, other threads:[~2015-08-04  1:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-24 20:35 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_mysql: ChangeLog mod_auth_mysql-3.0.0-r2.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-04  1:31 Manuel Rueger (mrueg)
2010-01-11  8:22 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