diff options
-rw-r--r-- | www-servers/pathod/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/pathod/pathod-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/pathod/pathod-0.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/pathod/ChangeLog b/www-servers/pathod/ChangeLog index ee36aa2d695c..1ec0c93609fe 100644 --- a/www-servers/pathod/ChangeLog +++ b/www-servers/pathod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/pathod # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/ChangeLog,v 1.3 2013/06/17 06:58:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/ChangeLog,v 1.4 2013/06/23 22:29:02 radhermit Exp $ + + 23 Jun 2013; Tim Harder <radhermit@gentoo.org> pathod-0.9.ebuild, + pathod-0.9.1.ebuild: + Update HOMEPAGE. 17 Jun 2013; Tim Harder <radhermit@gentoo.org> pathod-0.9.1.ebuild: Fix netlib dep version. diff --git a/www-servers/pathod/pathod-0.9.1.ebuild b/www-servers/pathod/pathod-0.9.1.ebuild index 340c8b351a2e..feb3d5d2f44c 100644 --- a/www-servers/pathod/pathod-0.9.1.ebuild +++ b/www-servers/pathod/pathod-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.1.ebuild,v 1.2 2013/06/17 06:58:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.1.ebuild,v 1.3 2013/06/23 22:29:02 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="A collection of pathological tools for testing and torturing HTTP clients and servers" -HOMEPAGE="https://github.com/cortesi/pathod/" +HOMEPAGE="http://pathod.net/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/www-servers/pathod/pathod-0.9.ebuild b/www-servers/pathod/pathod-0.9.ebuild index 43d0c25db10a..41c6ff4db92c 100644 --- a/www-servers/pathod/pathod-0.9.ebuild +++ b/www-servers/pathod/pathod-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.ebuild,v 1.1 2013/05/16 08:15:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.ebuild,v 1.2 2013/06/23 22:29:02 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="A collection of pathological tools for testing and torturing HTTP clients and servers" -HOMEPAGE="https://github.com/cortesi/pathod/" +HOMEPAGE="http://pathod.net/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |