diff options
author | 2013-12-15 04:10:23 +0000 | |
---|---|---|
committer | 2013-12-15 04:10:23 +0000 | |
commit | dac14b5ecc3e89160bb5a9f6f58ee70fb161da52 (patch) | |
tree | 489d139c061efc01f1a9d7bbf91b471dfaa9bc32 /dev-python/Yamlog | |
parent | Manifests (diff) | |
download | gentoo-2-dac14b5ecc3e89160bb5a9f6f58ee70fb161da52.tar.gz gentoo-2-dac14b5ecc3e89160bb5a9f6f58ee70fb161da52.tar.bz2 gentoo-2-dac14b5ecc3e89160bb5a9f6f58ee70fb161da52.zip |
Add pypi for HOMEPAGE, for now
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/Yamlog')
-rw-r--r-- | dev-python/Yamlog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/Yamlog/Yamlog-0.9.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/Yamlog/ChangeLog b/dev-python/Yamlog/ChangeLog index 98ee95e0cfeb..6e9c8c91d734 100644 --- a/dev-python/Yamlog/ChangeLog +++ b/dev-python/Yamlog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/Yamlog # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/ChangeLog,v 1.1 2013/12/15 03:55:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/ChangeLog,v 1.2 2013/12/15 04:10:23 idella4 Exp $ + + 15 Dec 2013; Ian Delaney <idella4@gentoo.org> Yamlog-0.9.ebuild: + Add pypi for HOMEPAGE, for now *Yamlog-0.9 (15 Dec 2013) diff --git a/dev-python/Yamlog/Yamlog-0.9.ebuild b/dev-python/Yamlog/Yamlog-0.9.ebuild index 1e1eb478cc9c..a3dfccc3e0d1 100644 --- a/dev-python/Yamlog/Yamlog-0.9.ebuild +++ b/dev-python/Yamlog/Yamlog-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/dev-python/Yamlog/Yamlog-0.9.ebuild,v 1.1 2013/12/15 03:55:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/Yamlog-0.9.ebuild,v 1.2 2013/12/15 04:10:23 idella4 Exp $ # the test phase goes seeking Yamlog, not yamlog; semantics. Yamlog for now EAPI=5 @@ -9,7 +9,8 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) inherit distutils-r1 DESCRIPTION="Logging in YAML format" -HOMEPAGE="http://github.com/kless/Yamlog/" +# Seems kless has done a runner. Someone please find a home page, putting in pypi for now +HOMEPAGE="http://github.com/kless/Yamlog/ https://pypi.python.org/pypi/Yamlog/0.9" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" |