Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Sun, 02 Jan 2022 00:37:17
Message-Id: 1641083811.ace4db99612601e0198da5f1435ddd1e3837006c.sam@gentoo
1 commit: ace4db99612601e0198da5f1435ddd1e3837006c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 00:36:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 00:36:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace4db99
7
8 net-irc/quassel: add 0.14.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/quassel/Manifest | 2 +-
13 .../quassel/{quassel-0.14_rc2.ebuild => quassel-0.14.0.ebuild} | 9 ++++++---
14 net-irc/quassel/quassel-9999.ebuild | 9 ++++++---
15 3 files changed, 13 insertions(+), 7 deletions(-)
16
17 diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest
18 index c4bf0430f0cc..dc37b4072457 100644
19 --- a/net-irc/quassel/Manifest
20 +++ b/net-irc/quassel/Manifest
21 @@ -1,2 +1,2 @@
22 DIST quassel-0.13.1.tar.bz2 4289663 BLAKE2B 1d5252efe3febd26e7d04f6533f551316d58b5e4a7c143cc81dd0cf6a3602e28a57de4c73c86fb668e43bf8d01049456d1f5cf37a73f683b9c8b6dd9d78ee4bd SHA512 4ed55e81b1638c8851ddae5d9c9d23a1c2cea92f307e19f426873c2600d8e183898d3ed7c290f2ea5d1b8c5e1be7f9ffcc3e8c3c0193d080fc879b10cc3a962c
23 -DIST quassel-0.14_rc2.tar.gz 6163941 BLAKE2B 6e9033ec71553c0f5d9cdd7e3c356cc3504a7a1b1d49536f6897a4b30b50a1b85fe43a0e677a910cdea61867b425120f2538a6e168b652a54558c98deb2585ea SHA512 57abd32d5e6b604cca753e34aedb3b7d134537bc25b984982c5eb39b2492019e8e8e4774ae3dd4b9658e946e1627220e146ecb70008577558a749f235efeed2a
24 +DIST quassel-0.14.0.tar.bz2 4774297 BLAKE2B c17c64a2ed6c414c94c12b2fa0b8abf40810608e3e4f35df19db597444e09594efc9569c65855c3df5e2c211c2d65a46482f20c3d912c87140c66fa4f022b3b8 SHA512 ea6b9723acab5ce73f760692770c1340c03bf277d2c99a2520345bfb6a7bb6fdc64a01dccfd7026341b46ee727821e1bcc2f487be72dfbc155f1de1ad264763f
25
26 diff --git a/net-irc/quassel/quassel-0.14_rc2.ebuild b/net-irc/quassel/quassel-0.14.0.ebuild
27 similarity index 96%
28 rename from net-irc/quassel/quassel-0.14_rc2.ebuild
29 rename to net-irc/quassel/quassel-0.14.0.ebuild
30 index 73c2ec913f66..2b7051106b91 100644
31 --- a/net-irc/quassel/quassel-0.14_rc2.ebuild
32 +++ b/net-irc/quassel/quassel-0.14.0.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 @@ -25,8 +25,7 @@ HOMEPAGE="https://quassel-irc.org/"
40 LICENSE="GPL-3"
41 SLOT="0"
42 IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview X"
43 -# Can't seem to find itself (libraries)
44 -RESTRICT="!test? ( test ) test"
45 +RESTRICT="!test? ( test )"
46
47 SERVER_DEPEND="acct-group/quassel
48 acct-user/quassel
49 @@ -132,6 +131,10 @@ src_install() {
50 fi
51 }
52
53 +src_test() {
54 + LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" cmake_src_test
55 +}
56 +
57 pkg_postinst() {
58 if use monolithic ; then
59 elog "Information on how to enable SSL support for client/core connections"
60
61 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
62 index 73c2ec913f66..2b7051106b91 100644
63 --- a/net-irc/quassel/quassel-9999.ebuild
64 +++ b/net-irc/quassel/quassel-9999.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 +# Copyright 1999-2022 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=7
71 @@ -25,8 +25,7 @@ HOMEPAGE="https://quassel-irc.org/"
72 LICENSE="GPL-3"
73 SLOT="0"
74 IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview X"
75 -# Can't seem to find itself (libraries)
76 -RESTRICT="!test? ( test ) test"
77 +RESTRICT="!test? ( test )"
78
79 SERVER_DEPEND="acct-group/quassel
80 acct-user/quassel
81 @@ -132,6 +131,10 @@ src_install() {
82 fi
83 }
84
85 +src_test() {
86 + LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" cmake_src_test
87 +}
88 +
89 pkg_postinst() {
90 if use monolithic ; then
91 elog "Information on how to enable SSL support for client/core connections"