aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2007-04-27 22:28:04 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2007-04-27 22:28:04 +0000
commit1dfdc8084e427d20b90560c13ff44b801654abad (patch)
treed93808c5d660e19784aad9ffc84f263d5a72dd53
parentUpdates for the eclass. Still untested. (diff)
downloadwebapp-config-1dfdc8084e427d20b90560c13ff44b801654abad.tar.gz
webapp-config-1dfdc8084e427d20b90560c13ff44b801654abad.tar.bz2
webapp-config-1dfdc8084e427d20b90560c13ff44b801654abad.zip
Version bump
svn path=/trunk/webapp-config/; revision=44
-rw-r--r--WebappConfig/version.py2
-rw-r--r--ebuild/webapp-config-1.50.17.ebuild (renamed from ebuild/webapp-config-1.50.16.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/WebappConfig/version.py b/WebappConfig/version.py
index 34ec8db..86734f1 100644
--- a/WebappConfig/version.py
+++ b/WebappConfig/version.py
@@ -13,7 +13,7 @@
#
# ========================================================================
-WCVERSION = '1.50.16'
+WCVERSION = '1.50.17'
if __name__ == '__main__':
print WCVERSION
diff --git a/ebuild/webapp-config-1.50.16.ebuild b/ebuild/webapp-config-1.50.17.ebuild
index 4185ee2..eb6a2c8 100644
--- a/ebuild/webapp-config-1.50.16.ebuild
+++ b/ebuild/webapp-config-1.50.17.ebuild
@@ -6,7 +6,7 @@ inherit eutils distutils
DESCRIPTION="Gentoo's installer for web-based applications"
HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="http://dev.gentoo.org/~wrobel/webapp-config/${PF}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"