public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.2.ebuild ChangeLog
@ 2009-09-18 12:05 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 4+ messages in thread
From: Benedikt Boehm (hollow) @ 2009-09-18 12:05 UTC (permalink / raw
  To: gentoo-commits

hollow      09/09/18 12:05:31

  Modified:             ChangeLog
  Added:                mod_auth_nufw-2.2.2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.9                  www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Jul 2009 18:42:59 -0000	1.8
+++ ChangeLog	18 Sep 2009 12:05:30 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_auth_nufw
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.8 2009/07/05 18:42:59 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.9 2009/09/18 12:05:30 hollow Exp $
+
+*mod_auth_nufw-2.2.2 (18 Sep 2009)
+
+  18 Sep 2009; Benedikt Böhm <hollow@gentoo.org>
+  +mod_auth_nufw-2.2.2.ebuild:
+  version bump
 
   05 Jul 2009; Benedikt Böhm <hollow@gentoo.org>
   -files/mod_auth_nufw-2.2.0-configure_in.patch,



1.1                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.1&content-type=text/plain

Index: mod_auth_nufw-2.2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.1 2009/09/18 12:05:30 hollow Exp $

EAPI="2"

inherit autotools confutils apache-module

DESCRIPTION="A NuFW authentication module for Apache."
HOMEPAGE="http://software.inl.fr/trac/wiki/EdenWall/mod_auth_nufw"
SRC_URI="http://software.inl.fr/releases/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+mysql postgres"

DEPEND="mysql? ( virtual/mysql )
	postgres? ( virtual/postgresql-server )"
RDEPEND="${DEPEND}"

APACHE2_MOD_FILE="mod_auth_nufw.so"
APACHE2_MOD_CONF="50_${PN}"
APACHE2_MOD_DEFINE="AUTH_NUFW"

DOCFILES="doc/mod_auth_nufw.html"

need_apache2_2

pkg_setup() {
	confutils_require_one mysql postgres
}

src_prepare() {
	eautoreconf
}

src_configure() {
	CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
	econf \
		--with-apache22 \
		$(use_with mysql) \
		|| die "econf failed"
}

src_compile() {
	emake || die "emake failed"
}






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.2.ebuild ChangeLog
@ 2014-08-10 20:14 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:14 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:14:07

  Modified:             mod_auth_nufw-2.2.2.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?r1=1.2&r2=1.3

Index: mod_auth_nufw-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_auth_nufw-2.2.2.ebuild	17 Jun 2010 21:59:59 -0000	1.2
+++ mod_auth_nufw-2.2.2.ebuild	10 Aug 2014 20:14:07 -0000	1.3
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.2 2010/06/17 21:59:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.3 2014/08/10 20:14:07 slyfox Exp $
 
 EAPI="2"
 
 inherit autotools confutils apache-module
 
-DESCRIPTION="A NuFW authentication module for Apache."
+DESCRIPTION="A NuFW authentication module for Apache"
 HOMEPAGE="http://software.inl.fr/trac/wiki/EdenWall/mod_auth_nufw"
 SRC_URI="http://software.inl.fr/releases/${PN}/${P}.tar.bz2"
 



1.13                 www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	1 Jun 2013 12:54:26 -0000	1.12
+++ ChangeLog	10 Aug 2014 20:14:07 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_nufw
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.12 2013/06/01 12:54:26 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.13 2014/08/10 20:14:07 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  mod_auth_nufw-2.2.2.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   01 Jun 2013; Pacho Ramos <pacho@gentoo.org> -mod_auth_nufw-2.2.1.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.2.ebuild ChangeLog
@ 2014-11-03 14:03 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-11-03 14:03 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/11/03 14:03:13

  Modified:             mod_auth_nufw-2.2.2.ebuild ChangeLog
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.4                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?r1=1.3&r2=1.4

Index: mod_auth_nufw-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_auth_nufw-2.2.2.ebuild	10 Aug 2014 20:14:07 -0000	1.3
+++ mod_auth_nufw-2.2.2.ebuild	3 Nov 2014 14:03:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.3 2014/08/10 20:14:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.4 2014/11/03 14:03:13 titanofold Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 IUSE="+mysql postgres"
 
 DEPEND="mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-server )"
+	postgres? ( virtual/postgresql[server] )"
 RDEPEND="${DEPEND}"
 
 APACHE2_MOD_FILE="mod_auth_nufw.so"



1.14                 www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	10 Aug 2014 20:14:07 -0000	1.13
+++ ChangeLog	3 Nov 2014 14:03:13 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_nufw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.13 2014/08/10 20:14:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.14 2014/11/03 14:03:13 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+  mod_auth_nufw-2.2.2.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   mod_auth_nufw-2.2.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.2.ebuild ChangeLog
@ 2014-12-28 16:58 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-12-28 16:58 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/12/28 16:58:48

  Modified:             mod_auth_nufw-2.2.2.ebuild ChangeLog
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.5                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?r1=1.4&r2=1.5

Index: mod_auth_nufw-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_auth_nufw-2.2.2.ebuild	3 Nov 2014 14:03:13 -0000	1.4
+++ mod_auth_nufw-2.2.2.ebuild	28 Dec 2014 16:58:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.4 2014/11/03 14:03:13 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.5 2014/12/28 16:58:48 titanofold Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 IUSE="+mysql postgres"
 
 DEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql[server] )"
+	postgres? ( dev-db/postgresql[server] )"
 RDEPEND="${DEPEND}"
 
 APACHE2_MOD_FILE="mod_auth_nufw.so"



1.15                 www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 Nov 2014 14:03:13 -0000	1.14
+++ ChangeLog	28 Dec 2014 16:58:48 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_nufw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.14 2014/11/03 14:03:13 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.15 2014/12/28 16:58:48 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+  mod_auth_nufw-2.2.2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
   mod_auth_nufw-2.2.2.ebuild:





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

end of thread, other threads:[~2014-12-28 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 14:03 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.2.ebuild ChangeLog Aaron Swenson (titanofold)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-28 16:58 Aaron Swenson (titanofold)
2014-08-10 20:14 Sergei Trofimovich (slyfox)
2009-09-18 12:05 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