Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/
Date: Sat, 06 Feb 2021 21:47:14
Message-Id: 1612648026.e5ffb0981b1e222e55cf30e3274150ddcaeb2f9b.sam@gentoo
1 commit: e5ffb0981b1e222e55cf30e3274150ddcaeb2f9b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 21:37:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 21:47:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffb098
7
8 app-text/pelican: fix DEPEND typo in earlier versions
9
10 Fixed in 4.5.3 anyway but let's do this just to be consistent.
11
12 Closes: https://bugs.gentoo.org/648650
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{pelican-4.2.0.ebuild => pelican-4.2.0-r1.ebuild} | 15 +++++++++------
17 .../{pelican-4.5.1.ebuild => pelican-4.5.1-r1.ebuild} | 15 +++++++++------
18 2 files changed, 18 insertions(+), 12 deletions(-)
19
20 diff --git a/app-text/pelican/pelican-4.2.0.ebuild b/app-text/pelican/pelican-4.2.0-r1.ebuild
21 similarity index 95%
22 rename from app-text/pelican/pelican-4.2.0.ebuild
23 rename to app-text/pelican/pelican-4.2.0-r1.ebuild
24 index d7e224477c4..78bf8edfb8c 100644
25 --- a/app-text/pelican/pelican-4.2.0.ebuild
26 +++ b/app-text/pelican/pelican-4.2.0-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2020 Gentoo Authors
29 +# Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -15,6 +15,12 @@ SLOT="0"
34 KEYWORDS="amd64 x86"
35 IUSE="doc examples markdown test"
36
37 +BDEPEND="
38 + test? (
39 + dev-python/nose[${PYTHON_USEDEP}]
40 + dev-python/markdown[${PYTHON_USEDEP}]
41 + )
42 +"
43 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
44 >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
45 dev-python/docutils[${PYTHON_USEDEP}]
46 @@ -26,11 +32,8 @@ DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
47 dev-python/python-dateutil[${PYTHON_USEDEP}]
48 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
49 markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
50 - test? (
51 - dev-python/nose[${PYTHON_USEDEP}]
52 - dev-python/markdown[${PYTHON_USEDEP}]
53 - )"
54 -RDEPEND=""
55 +"
56 +RDEPEND="${DEPEND}"
57 RESTRICT="test"
58
59 DOCS=( README.rst )
60
61 diff --git a/app-text/pelican/pelican-4.5.1.ebuild b/app-text/pelican/pelican-4.5.1-r1.ebuild
62 similarity index 95%
63 rename from app-text/pelican/pelican-4.5.1.ebuild
64 rename to app-text/pelican/pelican-4.5.1-r1.ebuild
65 index 5f35be70237..b43b78f34e5 100644
66 --- a/app-text/pelican/pelican-4.5.1.ebuild
67 +++ b/app-text/pelican/pelican-4.5.1-r1.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 +# Copyright 1999-2021 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=7
74 @@ -16,6 +16,12 @@ SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76 IUSE="doc examples markdown test"
77
78 +BDEPEND="
79 + test? (
80 + dev-python/nose[${PYTHON_USEDEP}]
81 + dev-python/markdown[${PYTHON_USEDEP}]
82 + )
83 +"
84 DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
85 >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
86 dev-python/docutils[${PYTHON_USEDEP}]
87 @@ -27,11 +33,8 @@ DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
88 dev-python/python-dateutil[${PYTHON_USEDEP}]
89 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
90 markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
91 - test? (
92 - dev-python/nose[${PYTHON_USEDEP}]
93 - dev-python/markdown[${PYTHON_USEDEP}]
94 - )"
95 -RDEPEND=""
96 +"
97 +RDEPEND="${DEPEND}"
98 RESTRICT="test"
99
100 DOCS=( README.rst )