public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_musicindex: mod_musicindex-1.3.7.ebuild mod_musicindex-1.3.5.ebuild ChangeLog
@ 2012-10-16  5:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-10-16  5:25 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/16 05:25:22

  Modified:             mod_musicindex-1.3.7.ebuild
                        mod_musicindex-1.3.5.ebuild ChangeLog
  Log:
  Restricting to apache 2.2
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-apache/mod_musicindex/mod_musicindex-1.3.7.ebuild

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

Index: mod_musicindex-1.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_musicindex-1.3.7.ebuild	6 Oct 2012 12:07:14 -0000	1.1
+++ mod_musicindex-1.3.7.ebuild	16 Oct 2012 05:25:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.7.ebuild,v 1.1 2012/10/06 12:07:14 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.7.ebuild,v 1.2 2012/10/16 05:25:22 patrick Exp $
 
 EAPI=4
 
@@ -29,7 +29,7 @@
 APACHE2_MOD_DEFINE="MUSICINDEX"
 DOCFILES="AUTHORS BUGS ChangeLog README UPGRADING"
 
-need_apache2
+need_apache2_2
 
 src_configure() {
 	econf \



1.3                  www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild

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

Index: mod_musicindex-1.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_musicindex-1.3.5.ebuild	19 May 2012 09:12:18 -0000	1.2
+++ mod_musicindex-1.3.5.ebuild	16 Oct 2012 05:25:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild,v 1.2 2012/05/19 09:12:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild,v 1.3 2012/10/16 05:25:22 patrick Exp $
 
 EAPI="2"
 
@@ -26,7 +26,7 @@
 APACHE2_MOD_DEFINE="MUSICINDEX"
 DOCFILES="AUTHORS BUGS ChangeLog README UPGRADING"
 
-need_apache2
+need_apache2_2
 
 src_configure() {
 	econf \



1.7                  www-apache/mod_musicindex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Oct 2012 12:07:14 -0000	1.6
+++ ChangeLog	16 Oct 2012 05:25:22 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_musicindex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/ChangeLog,v 1.6 2012/10/06 12:07:14 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/ChangeLog,v 1.7 2012/10/16 05:25:22 patrick Exp $
+
+  16 Oct 2012; Patrick Lauer <patrick@gentoo.org> mod_musicindex-1.3.5.ebuild,
+  mod_musicindex-1.3.7.ebuild:
+  Restricting to apache 2.2
 
 *mod_musicindex-1.3.7 (06 Oct 2012)
 
@@ -31,4 +35,3 @@
   +files/50_mod_musicindex.conf, +mod_musicindex-1.2.5.ebuild,
   +metadata.xml:
   initial ebuild wrt #223917
-





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

only message in thread, other threads:[~2012-10-16  5:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16  5:25 [gentoo-commits] gentoo-x86 commit in www-apache/mod_musicindex: mod_musicindex-1.3.7.ebuild mod_musicindex-1.3.5.ebuild ChangeLog Patrick Lauer (patrick)

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