public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_wsgi: ChangeLog mod_wsgi-2.4.ebuild
@ 2009-05-07 18:01 Thilo Bangert (bangert)
  0 siblings, 0 replies; only message in thread
From: Thilo Bangert (bangert) @ 2009-05-07 18:01 UTC (permalink / raw
  To: gentoo-commits

bangert     09/05/07 18:01:13

  Modified:             ChangeLog
  Added:                mod_wsgi-2.4.ebuild
  Log:
  version bump (bug #265734)
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.7                  www-apache/mod_wsgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 Oct 2008 14:49:25 -0000	1.6
+++ ChangeLog	7 May 2009 18:01:13 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_wsgi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.6 2008/10/25 14:49:25 hollow Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.7 2009/05/07 18:01:13 bangert Exp $
+
+*mod_wsgi-2.4 (07 May 2009)
+
+  07 May 2009; Thilo Bangert <bangert@gentoo.org> +mod_wsgi-2.4.ebuild:
+  version bump (bug #265734)
 
 *mod_wsgi-2.3 (25 Oct 2008)
 



1.1                  www-apache/mod_wsgi/mod_wsgi-2.4.ebuild

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

Index: mod_wsgi-2.4.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_wsgi/mod_wsgi-2.4.ebuild,v 1.1 2009/05/07 18:01:13 bangert Exp $

inherit apache-module

DESCRIPTION="An Apache2 module for running Python WSGI applications."
HOMEPAGE="http://code.google.com/p/modwsgi/"
SRC_URI="http://modwsgi.googlecode.com/files/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.4"
RDEPEND="${DEPEND}"

APACHE2_MOD_CONF="70_${PN}"
APACHE2_MOD_DEFINE="WSGI"

DOCFILES="README"

need_apache2

src_compile() {
	econf --with-apxs=${APXS} || die "econf failed"
	emake || die "emake failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-07 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07 18:01 [gentoo-commits] gentoo-x86 commit in www-apache/mod_wsgi: ChangeLog mod_wsgi-2.4.ebuild Thilo Bangert (bangert)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox