public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/webpy: ChangeLog webpy-0.31.ebuild
@ 2009-02-15 14:10 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-02-15 14:10 UTC (permalink / raw
  To: gentoo-commits

patrick     09/02/15 14:10:01

  Modified:             ChangeLog
  Added:                webpy-0.31.ebuild
  Log:
  Bump to 0.31
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/webpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	8 Jan 2009 21:29:14 -0000	1.6
+++ ChangeLog	15 Feb 2009 14:10:01 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/webpy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.6 2009/01/08 21:29:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.7 2009/02/15 14:10:01 patrick Exp $
+
+*webpy-0.31 (15 Feb 2009)
+
+  15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +webpy-0.31.ebuild:
+  Bump to 0.31
 
   08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -webpy-0.2.ebuild,
   -webpy-0.22.ebuild, -webpy-0.23.ebuild:



1.1                  dev-python/webpy/webpy-0.31.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?rev=1.1&content-type=text/plain

Index: webpy-0.31.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v 1.1 2009/02/15 14:10:01 patrick Exp $

inherit distutils

MY_PN="web.py"

DESCRIPTION="A small and simple web framework for python"
HOMEPAGE="http://www.webpy.org"
SRC_URI="http://www.webpy.org/static/${MY_PN}-0.3.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

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

S="${WORKDIR}/webpy"
PYTHON_MODNAME="web"

src_test() {
	TESTS="db template net http utils"

	cd "${S}"

	for TEST in ${TESTS}
	do
		${python} web/${TEST}.py || die "Doctest in web/${TEST}.py failed!"
	done
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/webpy: ChangeLog webpy-0.31.ebuild
@ 2009-04-02  9:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-02  9:25 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/02 09:25:48

  Modified:             ChangeLog webpy-0.31.ebuild
  Log:
  SRC_URI fix, thanks to Xiaobing Jiang for noticing.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-python/webpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	15 Feb 2009 14:10:01 -0000	1.7
+++ ChangeLog	2 Apr 2009 09:25:48 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webpy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.7 2009/02/15 14:10:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.8 2009/04/02 09:25:48 patrick Exp $
+
+  02 Apr 2009; Patrick Lauer <patrick@gentoo.org> webpy-0.31.ebuild:
+  SRC_URI fix, thanks to Xiaobing Jiang for noticing.
 
 *webpy-0.31 (15 Feb 2009)
 



1.2                  dev-python/webpy/webpy-0.31.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?r1=1.1&r2=1.2

Index: webpy-0.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webpy-0.31.ebuild	15 Feb 2009 14:10:01 -0000	1.1
+++ webpy-0.31.ebuild	2 Apr 2009 09:25:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v 1.1 2009/02/15 14:10:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v 1.2 2009/04/02 09:25:48 patrick Exp $
 
 inherit distutils
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="A small and simple web framework for python"
 HOMEPAGE="http://www.webpy.org"
-SRC_URI="http://www.webpy.org/static/${MY_PN}-0.3.tar.gz"
+SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/webpy: ChangeLog webpy-0.31.ebuild
@ 2009-04-10 10:27 Guy Martin (gmsoft)
  0 siblings, 0 replies; 3+ messages in thread
From: Guy Martin (gmsoft) @ 2009-04-10 10:27 UTC (permalink / raw
  To: gentoo-commits

gmsoft      09/04/10 10:27:26

  Modified:             ChangeLog webpy-0.31.ebuild
  Log:
  Added ~hppa to KEYWORDS.
  (Portage version: 2.1.6.7/cvs/Linux parisc)

Revision  Changes    Path
1.9                  dev-python/webpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Apr 2009 09:25:48 -0000	1.8
+++ ChangeLog	10 Apr 2009 10:27:26 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webpy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.8 2009/04/02 09:25:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.9 2009/04/10 10:27:26 gmsoft Exp $
+
+  10 Apr 2009; Guy Martin <gmsoft@gentoo.org> webpy-0.31.ebuild:
+  Added ~hppa to KEYWORDS.
 
   02 Apr 2009; Patrick Lauer <patrick@gentoo.org> webpy-0.31.ebuild:
   SRC_URI fix, thanks to Xiaobing Jiang for noticing.



1.3                  dev-python/webpy/webpy-0.31.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild?r1=1.2&r2=1.3

Index: webpy-0.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webpy-0.31.ebuild	2 Apr 2009 09:25:48 -0000	1.2
+++ webpy-0.31.ebuild	10 Apr 2009 10:27:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v 1.2 2009/04/02 09:25:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.31.ebuild,v 1.3 2009/04/10 10:27:26 gmsoft Exp $
 
 inherit distutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/python-2.3"






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

end of thread, other threads:[~2009-04-10 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 10:27 [gentoo-commits] gentoo-x86 commit in dev-python/webpy: ChangeLog webpy-0.31.ebuild Guy Martin (gmsoft)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-02  9:25 Patrick Lauer (patrick)
2009-02-15 14:10 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