Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/
Date: Tue, 03 May 2016 03:42:11
Message-Id: 1462246904.f9af292d8952293b935c70f6eba33df31c5c6609.idella4@gentoo
1 commit: f9af292d8952293b935c70f6eba33df31c5c6609
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Mon May 2 12:51:32 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 03:41:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9af292d
7
8 app-text/pelican: update HOMEPAGE and metadata.xml
9
10 also trim DESCRIPTION
11
12 Package-Manager: portage-2.2.28
13 Closes: https://github.com/gentoo/gentoo/pull/1393
14
15 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
16
17 app-text/pelican/metadata.xml | 1 +
18 app-text/pelican/pelican-3.6.0.ebuild | 6 +++---
19 app-text/pelican/pelican-3.6.3.ebuild | 6 +++---
20 3 files changed, 7 insertions(+), 6 deletions(-)
21
22 diff --git a/app-text/pelican/metadata.xml b/app-text/pelican/metadata.xml
23 index ef9d3d7..74329b5 100644
24 --- a/app-text/pelican/metadata.xml
25 +++ b/app-text/pelican/metadata.xml
26 @@ -8,6 +8,7 @@
27 <upstream>
28 <remote-id type="pypi">pelican</remote-id>
29 <remote-id type="github">getpelican/pelican</remote-id>
30 + <bugs-to>https://github.com/getpelican/pelican/issues</bugs-to>
31 </upstream>
32 <use>
33 <flag name="markdown">Markdown support</flag>
34
35 diff --git a/app-text/pelican/pelican-3.6.0.ebuild b/app-text/pelican/pelican-3.6.0.ebuild
36 index b8b7fde..7364a69 100644
37 --- a/app-text/pelican/pelican-3.6.0.ebuild
38 +++ b/app-text/pelican/pelican-3.6.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2016 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
46
47 inherit distutils-r1
48
49 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files"
50 -HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican"
51 +DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
52 +HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican"
53 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="AGPL-3"
56
57 diff --git a/app-text/pelican/pelican-3.6.3.ebuild b/app-text/pelican/pelican-3.6.3.ebuild
58 index a16143d..d77fa36 100644
59 --- a/app-text/pelican/pelican-3.6.3.ebuild
60 +++ b/app-text/pelican/pelican-3.6.3.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2016 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
68
69 inherit distutils-r1
70
71 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files"
72 -HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican"
73 +DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
74 +HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican"
75 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
76
77 LICENSE="AGPL-3"