Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Sat, 30 Mar 2019 10:00:04
Message-Id: 1553939903.9beed400f557ea287c84d2d21b2d0e948b3cf21c.asturm@gentoo
1 commit: 9beed400f557ea287c84d2d21b2d0e948b3cf21c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:23:19 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9beed400
7
8 net-im/psi: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-im/psi/psi-9999.ebuild | 24 +++++++++++-------------
14 1 file changed, 11 insertions(+), 13 deletions(-)
15
16 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
17 index 4c1e85949f6..24d8d574291 100644
18 --- a/net-im/psi/psi-9999.ebuild
19 +++ b/net-im/psi/psi-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
28 PLOCALE_BACKUP="en"
29 @@ -29,7 +29,13 @@ REQUIRED_USE="
30 webengine? ( !webkit )
31 "
32
33 -RDEPEND="
34 +BDEPEND="
35 + dev-qt/linguist-tools:5
36 + virtual/pkgconfig
37 + doc? ( app-doc/doxygen )
38 + extras? ( >=sys-devel/qconf-2.4 )
39 +"
40 +DEPEND="
41 app-crypt/qca:2[ssl]
42 dev-qt/qtconcurrent:5
43 dev-qt/qtcore:5
44 @@ -57,13 +63,7 @@ RDEPEND="
45 whiteboarding? ( dev-qt/qtsvg:5 )
46 xscreensaver? ( x11-libs/libXScrnSaver )
47 "
48 -DEPEND="${RDEPEND}
49 - dev-qt/linguist-tools:5
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 - extras? ( >=sys-devel/qconf-2.4 )
53 -"
54 -PDEPEND="
55 +RDEPEND="${DEPEND}
56 dev-qt/qtimageformats
57 "
58
59 @@ -73,14 +73,12 @@ pkg_setup() {
60 MY_PN=psi
61 if use extras; then
62 MY_PN=psi-plus
63 - echo
64 ewarn "You're about to build patched version of Psi called Psi+."
65 ewarn "It has new nice features not yet included to Psi."
66 ewarn "Take a look at homepage for more info: http://psi-plus.com/"
67 - echo
68
69 if use iconsets; then
70 - echo
71 + ewarn
72 ewarn "Some artwork is from open source projects, but some is provided 'as-is'"
73 ewarn "and has not clear licensing."
74 ewarn "Possibly this build is not redistributable in some countries."
75 @@ -168,7 +166,7 @@ src_install() {
76 emake INSTALL_ROOT="${D}" install
77
78 # this way the docs will be installed in the standard gentoo dir
79 - rm "${ED}"/usr/share/${MY_PN}/{COPYING,README.html} || die "Installed file set seems to be changed by upstream"
80 + rm "${ED}"/usr/share/${MY_PN}/{COPYING,README.html} || die "doc files set seems to have changed"
81 newdoc iconsets/roster/README README.roster
82 newdoc iconsets/system/README README.system
83 newdoc certs/README README.certs