diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-23 22:29:02 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-23 22:29:02 +0000 |
commit | fe8c74f45bbb7dcccf93b458b53af68599f0ccd3 (patch) | |
tree | 6e097dfb08dfa3b6d6af84864a9f77de533abb95 /www-servers/pathod | |
parent | Revbump, USE=static-libs (bug 447376, thanks ago), fix multilib test (bug 467... (diff) | |
download | gentoo-2-fe8c74f45bbb7dcccf93b458b53af68599f0ccd3.tar.gz gentoo-2-fe8c74f45bbb7dcccf93b458b53af68599f0ccd3.tar.bz2 gentoo-2-fe8c74f45bbb7dcccf93b458b53af68599f0ccd3.zip |
Update HOMEPAGE.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-servers/pathod')
-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" |