diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-05-02 14:51:32 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-03 11:41:44 +0800 |
commit | f9af292d8952293b935c70f6eba33df31c5c6609 (patch) | |
tree | 4899e226c2329f3860150da912191008decae7b6 /app-text | |
parent | dev-python/feedgenerator: bump to 1.8, add py3.5, EAPI=6 (diff) | |
download | gentoo-f9af292d8952293b935c70f6eba33df31c5c6609.tar.gz gentoo-f9af292d8952293b935c70f6eba33df31c5c6609.tar.bz2 gentoo-f9af292d8952293b935c70f6eba33df31c5c6609.zip |
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pelican/metadata.xml | 1 | ||||
-rw-r--r-- | app-text/pelican/pelican-3.6.0.ebuild | 6 | ||||
-rw-r--r-- | 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 ef9d3d78bc08..74329b5b96e9 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 b8b7fde9f61e..7364a69c4cab 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 a16143d1e200..d77fa3616071 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" |