app-text/pelican: update HOMEPAGE and metadata.xml
authorLouis Sautier <sautier.louis@gmail.com>
Mon, 2 May 2016 12:51:32 +0000 (14:51 +0200)
committerIan Delaney <idella4@gentoo.org>
Tue, 3 May 2016 03:41:44 +0000 (11:41 +0800)
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>
app-text/pelican/metadata.xml
app-text/pelican/pelican-3.6.0.ebuild
app-text/pelican/pelican-3.6.3.ebuild

index ef9d3d78bc082dfeff93484be666ddaefd7d6b16..74329b5b96e9215085dabc63497b81d9d9243ba9 100644 (file)
@@ -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>
index b8b7fde9f61e66a7c13ef99ad089409f7c4bb736..7364a69c4cabd6675381b176502cc081e246a6b5 100644 (file)
@@ -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"
index a16143d1e2000ba296b1daa4f28318d552d7f867..d77fa361607157983d72767c94c8aa742d81e97d 100644 (file)
@@ -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"