diff options
author | 2016-05-02 14:51:32 +0200 | |
---|---|---|
committer | 2016-05-03 11:41:44 +0800 | |
commit | f9af292d8952293b935c70f6eba33df31c5c6609 (patch) | |
tree | 4899e226c2329f3860150da912191008decae7b6 /app-text/pelican/pelican-3.6.3.ebuild | |
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/pelican/pelican-3.6.3.ebuild')
-rw-r--r-- | app-text/pelican/pelican-3.6.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |