From 338dcc826af6ce40c25916b8f3795611b36fca99 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 2 Apr 2009 09:25:48 +0000 Subject: SRC_URI fix, thanks to Xiaobing Jiang for noticing. (Portage version: 2.2_rc28/cvs/Linux x86_64) --- dev-python/webpy/ChangeLog | 5 ++++- dev-python/webpy/webpy-0.31.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/webpy') diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog index 7c0838297355..734e46df9ab2 100644 --- a/dev-python/webpy/ChangeLog +++ b/dev-python/webpy/ChangeLog @@ -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 webpy-0.31.ebuild: + SRC_URI fix, thanks to Xiaobing Jiang for noticing. *webpy-0.31 (15 Feb 2009) diff --git a/dev-python/webpy/webpy-0.31.ebuild b/dev-python/webpy/webpy-0.31.ebuild index 932e3ced94fd..9d50f6fce4c7 100644 --- a/dev-python/webpy/webpy-0.31.ebuild +++ b/dev-python/webpy/webpy-0.31.ebuild @@ -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 @@ 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" +SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -- cgit v1.2.3-65-gdbad