diff options
author | Sam James <sam@gentoo.org> | 2022-01-02 00:36:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-02 00:36:51 +0000 |
commit | ace4db99612601e0198da5f1435ddd1e3837006c (patch) | |
tree | e56710ed67360d8172096685a70687d388efb4ac /net-irc/quassel | |
parent | media-libs/opencolorio: allow building with newer openimagieo (diff) | |
download | gentoo-ace4db99612601e0198da5f1435ddd1e3837006c.tar.gz gentoo-ace4db99612601e0198da5f1435ddd1e3837006c.tar.bz2 gentoo-ace4db99612601e0198da5f1435ddd1e3837006c.zip |
net-irc/quassel: add 0.14.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/Manifest | 2 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.14.0.ebuild (renamed from net-irc/quassel/quassel-0.14_rc2.ebuild) | 9 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 9 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest index c4bf0430f0cc..dc37b4072457 100644 --- a/net-irc/quassel/Manifest +++ b/net-irc/quassel/Manifest @@ -1,2 +1,2 @@ DIST quassel-0.13.1.tar.bz2 4289663 BLAKE2B 1d5252efe3febd26e7d04f6533f551316d58b5e4a7c143cc81dd0cf6a3602e28a57de4c73c86fb668e43bf8d01049456d1f5cf37a73f683b9c8b6dd9d78ee4bd SHA512 4ed55e81b1638c8851ddae5d9c9d23a1c2cea92f307e19f426873c2600d8e183898d3ed7c290f2ea5d1b8c5e1be7f9ffcc3e8c3c0193d080fc879b10cc3a962c -DIST quassel-0.14_rc2.tar.gz 6163941 BLAKE2B 6e9033ec71553c0f5d9cdd7e3c356cc3504a7a1b1d49536f6897a4b30b50a1b85fe43a0e677a910cdea61867b425120f2538a6e168b652a54558c98deb2585ea SHA512 57abd32d5e6b604cca753e34aedb3b7d134537bc25b984982c5eb39b2492019e8e8e4774ae3dd4b9658e946e1627220e146ecb70008577558a749f235efeed2a +DIST quassel-0.14.0.tar.bz2 4774297 BLAKE2B c17c64a2ed6c414c94c12b2fa0b8abf40810608e3e4f35df19db597444e09594efc9569c65855c3df5e2c211c2d65a46482f20c3d912c87140c66fa4f022b3b8 SHA512 ea6b9723acab5ce73f760692770c1340c03bf277d2c99a2520345bfb6a7bb6fdc64a01dccfd7026341b46ee727821e1bcc2f487be72dfbc155f1de1ad264763f diff --git a/net-irc/quassel/quassel-0.14_rc2.ebuild b/net-irc/quassel/quassel-0.14.0.ebuild index 73c2ec913f66..2b7051106b91 100644 --- a/net-irc/quassel/quassel-0.14_rc2.ebuild +++ b/net-irc/quassel/quassel-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,8 +25,7 @@ HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview X" -# Can't seem to find itself (libraries) -RESTRICT="!test? ( test ) test" +RESTRICT="!test? ( test )" SERVER_DEPEND="acct-group/quassel acct-user/quassel @@ -132,6 +131,10 @@ src_install() { fi } +src_test() { + LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" cmake_src_test +} + pkg_postinst() { if use monolithic ; then elog "Information on how to enable SSL support for client/core connections" diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 73c2ec913f66..2b7051106b91 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,8 +25,7 @@ HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview X" -# Can't seem to find itself (libraries) -RESTRICT="!test? ( test ) test" +RESTRICT="!test? ( test )" SERVER_DEPEND="acct-group/quassel acct-user/quassel @@ -132,6 +131,10 @@ src_install() { fi } +src_test() { + LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" cmake_src_test +} + pkg_postinst() { if use monolithic ; then elog "Information on how to enable SSL support for client/core connections" |