Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/dokuwiki/
Date: Sun, 26 Dec 2021 00:20:42
Message-Id: 1640477991.11be174b9fbc815432381ddcf749b05c85b88521.sam@gentoo
1 commit: 11be174b9fbc815432381ddcf749b05c85b88521
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:16:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:19:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11be174b
7
8 www-apps/dokuwiki: drop trailing full stop from DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-apps/dokuwiki/dokuwiki-20180422a.ebuild | 4 ++--
14 www-apps/dokuwiki/dokuwiki-20180422b.ebuild | 4 ++--
15 www-apps/dokuwiki/dokuwiki-20200729.ebuild | 2 +-
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
19 index 336c627e5ccd..f806c4e91ee8 100644
20 --- a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
21 +++ b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -9,7 +9,7 @@ inherit webapp
29 MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
30 MY_PV="${MY_BASE_PV}${PV:8:1}"
31
32 -DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs."
33 +DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs"
34 HOMEPAGE="https://wiki.dokuwiki.org"
35 SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz"
36
37
38 diff --git a/www-apps/dokuwiki/dokuwiki-20180422b.ebuild b/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
39 index 1d99e100aff1..f806c4e91ee8 100644
40 --- a/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
41 +++ b/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -9,7 +9,7 @@ inherit webapp
49 MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
50 MY_PV="${MY_BASE_PV}${PV:8:1}"
51
52 -DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs."
53 +DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs"
54 HOMEPAGE="https://wiki.dokuwiki.org"
55 SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz"
56
57
58 diff --git a/www-apps/dokuwiki/dokuwiki-20200729.ebuild b/www-apps/dokuwiki/dokuwiki-20200729.ebuild
59 index 1a3c5c8fe58a..84954389b5dd 100644
60 --- a/www-apps/dokuwiki/dokuwiki-20200729.ebuild
61 +++ b/www-apps/dokuwiki/dokuwiki-20200729.ebuild
62 @@ -19,7 +19,7 @@ else
63 S="${WORKDIR}/${PN}-${MY_PV}"
64 fi
65
66 -DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs."
67 +DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs"
68 HOMEPAGE="https://wiki.dokuwiki.org"
69
70 LICENSE="GPL-2"