summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 15:07:03 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 15:07:03 +0000
commit2ec10a3d47bfa0d7bd312cfab9fbb4168bfd93b9 (patch)
tree60aa6d9e1320f7ea048db538b4dec10960b52a44 /dev-python/webtest
parentRemove old (diff)
downloadhistorical-2ec10a3d47bfa0d7bd312cfab9fbb4168bfd93b9.tar.gz
historical-2ec10a3d47bfa0d7bd312cfab9fbb4168bfd93b9.tar.bz2
historical-2ec10a3d47bfa0d7bd312cfab9fbb4168bfd93b9.zip
Bump to 1.2. Remove 1.0.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/webtest')
-rw-r--r--dev-python/webtest/ChangeLog8
-rw-r--r--dev-python/webtest/webtest-1.2.ebuild (renamed from dev-python/webtest/webtest-1.0.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog
index 31c55226a37c..412591095697 100644
--- a/dev-python/webtest/ChangeLog
+++ b/dev-python/webtest/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/webtest
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.2 2009/02/15 14:08:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.3 2009/09/04 15:07:03 patrick Exp $
+
+*webtest-1.2 (04 Sep 2009)
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -webtest-1.0.ebuild,
+ +webtest-1.2.ebuild:
+ Bump to 1.2. Remove 1.0.
*webtest-1.1 (15 Feb 2009)
diff --git a/dev-python/webtest/webtest-1.0.ebuild b/dev-python/webtest/webtest-1.2.ebuild
index 2f2fa5af6266..4f942d0ed9dd 100644
--- a/dev-python/webtest/webtest-1.0.ebuild
+++ b/dev-python/webtest/webtest-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.0.ebuild,v 1.3 2008/08/23 15:58:32 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.ebuild,v 1.1 2009/09/04 15:07:03 patrick Exp $
inherit distutils
@@ -11,7 +11,7 @@ DESCRIPTION="Helper to test WSGI applications"
HOMEPAGE="http://pythonpaste.org/webtest/"
SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE="doc examples"
S="${WORKDIR}/${MY_P}"