Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dictd/
Date: Sat, 03 Oct 2020 15:30:11
Message-Id: 1601738984.623003b092d58ed2f81dd74975cb79c9d0a9c66e.soap@gentoo
1 commit: 623003b092d58ed2f81dd74975cb79c9d0a9c66e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 15:29:44 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 15:29:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623003b0
7
8 app-text/dictd: [QA] Port to GLEP 81
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 .../dictd/{dictd-1.12.1-r2.ebuild => dictd-1.12.1-r3.ebuild} | 10 ++++------
14 app-text/dictd/{dictd-1.13.0.ebuild => dictd-1.13.0-r1.ebuild} | 9 +++------
15 2 files changed, 7 insertions(+), 12 deletions(-)
16
17 diff --git a/app-text/dictd/dictd-1.12.1-r2.ebuild b/app-text/dictd/dictd-1.12.1-r3.ebuild
18 similarity index 95%
19 rename from app-text/dictd/dictd-1.12.1-r2.ebuild
20 rename to app-text/dictd/dictd-1.12.1-r3.ebuild
21 index 4feb9c4a5c7..7d308344d56 100644
22 --- a/app-text/dictd/dictd-1.12.1-r2.ebuild
23 +++ b/app-text/dictd/dictd-1.12.1-r3.ebuild
24 @@ -2,7 +2,8 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 -inherit eutils readme.gentoo systemd user
29 +
30 +inherit epatch readme.gentoo systemd
31
32 DESCRIPTION="Dictionary Client/Server for the DICT protocol"
33 HOMEPAGE="http://www.dict.org/ https://sourceforge.net/projects/dict/"
34 @@ -17,6 +18,8 @@ RESTRICT="!test? ( test )"
35
36 # <gawk-3.1.6 makes tests fail.
37 RDEPEND="
38 + acct-group/dictd
39 + acct-user/dictd
40 sys-libs/zlib
41 dev-libs/libmaa
42 dbi? ( dev-db/libdbi )
43 @@ -38,11 +41,6 @@ DOC_CONTENTS="
44 explained in /etc/dict/dictd.conf comments.
45 "
46
47 -pkg_setup() {
48 - enewgroup dictd # used in src_test()
49 - enewuser dictd -1 -1 -1 dictd
50 -}
51 -
52 src_prepare() {
53 epatch "${FILESDIR}"/dictd-1.10.11-colorit-nopp-fix.patch
54 epatch "${FILESDIR}"/dictd-1.12.0-build.patch
55
56 diff --git a/app-text/dictd/dictd-1.13.0.ebuild b/app-text/dictd/dictd-1.13.0-r1.ebuild
57 similarity index 95%
58 rename from app-text/dictd/dictd-1.13.0.ebuild
59 rename to app-text/dictd/dictd-1.13.0-r1.ebuild
60 index 510bb16e584..8aba635b518 100644
61 --- a/app-text/dictd/dictd-1.13.0.ebuild
62 +++ b/app-text/dictd/dictd-1.13.0-r1.ebuild
63 @@ -3,7 +3,7 @@
64
65 EAPI=7
66
67 -inherit readme.gentoo-r1 systemd user
68 +inherit readme.gentoo-r1 systemd
69
70 DESCRIPTION="Dictionary Client/Server for the DICT protocol"
71 HOMEPAGE="http://www.dict.org/ https://sourceforge.net/projects/dict/"
72 @@ -18,6 +18,8 @@ RESTRICT="!test? ( test )"
73
74 # <gawk-3.1.6 makes tests fail.
75 RDEPEND="
76 + acct-group/dictd
77 + acct-user/dictd
78 >=sys-apps/coreutils-6.10
79 dev-libs/libmaa
80 sys-libs/zlib
81 @@ -45,11 +47,6 @@ PATCHES=(
82 "${FILESDIR}"/dictd-1.12.0-build.patch
83 )
84
85 -pkg_setup() {
86 - enewgroup dictd # used in src_test()
87 - enewuser dictd -1 -1 -1 dictd
88 -}
89 -
90 src_prepare() {
91 default