commit: f9af292d8952293b935c70f6eba33df31c5c6609 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com> AuthorDate: Mon May 2 12:51:32 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Tue May 3 03:41:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9af292d
app-text/pelican: update HOMEPAGE and metadata.xml also trim DESCRIPTION Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1393 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> app-text/pelican/metadata.xml | 1 + app-text/pelican/pelican-3.6.0.ebuild | 6 +++--- app-text/pelican/pelican-3.6.3.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml index ef9d3d7..74329b5 100644 --- a/app-text/pelican/metadata.xml +++ b/app-text/pelican/metadata.xml @@ -8,6 +8,7 @@ <upstream> <remote-id type="pypi">pelican</remote-id> <remote-id type="github">getpelican/pelican</remote-id> + <bugs-to>https://github.com/getpelican/pelican/issues</bugs-to> </upstream> <use> <flag name="markdown">Markdown support</flag> diff --git a/app-text/pelican/pelican-3.6.0.ebuild b/app-text/pelican/pelican-3.6.0.ebuild index b8b7fde..7364a69 100644 --- a/app-text/pelican/pelican-3.6.0.ebuild +++ b/app-text/pelican/pelican-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files" -HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican" +DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files" +HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican" SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" diff --git a/app-text/pelican/pelican-3.6.3.ebuild b/app-text/pelican/pelican-3.6.3.ebuild index a16143d..d77fa36 100644 --- a/app-text/pelican/pelican-3.6.3.ebuild +++ b/app-text/pelican/pelican-3.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files" -HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican" +DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files" +HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican" SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3"
