public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Wed, 13 Oct 2021 00:22:50 +0000 (UTC)	[thread overview]
Message-ID: <1634084561.739e127b621ca4a68905ee80fdce459b7347fa2c.sam@gentoo> (raw)

commit:     739e127b621ca4a68905ee80fdce459b7347fa2c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 00:22:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 00:22:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739e127b

net-irc/quassel: add 0.14_rc2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/quassel/Manifest                           |  1 +
 ...quassel-9999.ebuild => quassel-0.14_rc2.ebuild} | 83 +++++++++++-----------
 net-irc/quassel/quassel-9999.ebuild                | 83 +++++++++++-----------
 3 files changed, 81 insertions(+), 86 deletions(-)

diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest
index 1ef7551ac44..a91d45518e7 100644
--- a/net-irc/quassel/Manifest
+++ b/net-irc/quassel/Manifest
@@ -1 +1,2 @@
+DIST 0.14-rc2.tar.gz 6163941 BLAKE2B 6e9033ec71553c0f5d9cdd7e3c356cc3504a7a1b1d49536f6897a4b30b50a1b85fe43a0e677a910cdea61867b425120f2538a6e168b652a54558c98deb2585ea SHA512 57abd32d5e6b604cca753e34aedb3b7d134537bc25b984982c5eb39b2492019e8e8e4774ae3dd4b9658e946e1627220e146ecb70008577558a749f235efeed2a
 DIST quassel-0.13.1.tar.bz2 4289663 BLAKE2B 1d5252efe3febd26e7d04f6533f551316d58b5e4a7c143cc81dd0cf6a3602e28a57de4c73c86fb668e43bf8d01049456d1f5cf37a73f683b9c8b6dd9d78ee4bd SHA512 4ed55e81b1638c8851ddae5d9c9d23a1c2cea92f307e19f426873c2600d8e183898d3ed7c290f2ea5d1b8c5e1be7f9ffcc3e8c3c0193d080fc879b10cc3a962c

diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-0.14_rc2.ebuild
similarity index 72%
copy from net-irc/quassel/quassel-9999.ebuild
copy to net-irc/quassel/quassel-0.14_rc2.ebuild
index 68d94a9e3ea..c8177a7e394 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-0.14_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,8 +7,12 @@ inherit cmake xdg-utils pax-utils systemd
 
 if [[ ${PV} != *9999* ]]; then
 	MY_P=${PN}-${PV/_/-}
-	SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2"
-	KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris"
+	if [[ ${PV} ==  *_rc* ]] ; then
+		SRC_URI="https://github.com/quassel/quassel/archive/refs/tags/${PV/_/-}.tar.gz"
+	else
+		SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2"
+		KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~sparc-solaris"
+	fi
 	S="${WORKDIR}/${MY_P}"
 else
 	EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )
@@ -17,23 +21,22 @@ fi
 
 DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity"
 HOMEPAGE="https://quassel-irc.org/"
+
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server
-snorenotify syslog urlpreview X"
+IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify syslog test urlpreview X"
+# Can't seem to find itself (libraries)
+RESTRICT="!test? ( test ) test"
 
-SERVER_DEPEND="
-	acct-group/quassel
+SERVER_DEPEND="acct-group/quassel
 	acct-user/quassel
+	dev-qt/qtscript:5
 	crypt? ( app-crypt/qca:2[ssl] )
 	ldap? ( net-nds/openldap )
 	postgres? ( dev-qt/qtsql:5[postgres] )
 	!postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
-	syslog? ( virtual/logger )
-"
-
-GUI_DEPEND="
-	dev-qt/qtgui:5
+	syslog? ( virtual/logger )"
+GUI_DEPEND="dev-qt/qtgui:5
 	dev-qt/qtmultimedia:5
 	dev-qt/qtwidgets:5
 	!bundled-icons? (
@@ -55,10 +58,8 @@ GUI_DEPEND="
 		kde-frameworks/sonnet:5
 	)
 	snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
-	urlpreview? ( dev-qt/qtwebengine:5[widgets] )
-"
-
-RDEPEND="
+	urlpreview? ( dev-qt/qtwebengine:5[widgets] )"
+DEPEND=">=dev-libs/boost-1.54:=
 	dev-qt/qtcore:5
 	dev-qt/qtnetwork:5[ssl]
 	sys-libs/zlib
@@ -69,30 +70,24 @@ RDEPEND="
 	!monolithic? (
 		server? ( ${SERVER_DEPEND} )
 		X? ( ${GUI_DEPEND} )
-	)
-"
-DEPEND="${RDEPEND}
-	dev-libs/boost
-"
-BDEPEND="
-	dev-qt/linguist-tools:5
-	kde-frameworks/extra-cmake-modules:5
-"
+	)"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5
+	kde-frameworks/extra-cmake-modules:5"
 
 DOCS=( AUTHORS ChangeLog README.md )
 
-REQUIRED_USE="
-	|| ( X server monolithic )
+REQUIRED_USE="|| ( X server monolithic )
 	crypt? ( || ( server monolithic ) )
 	kde? ( || ( X monolithic ) dbus )
 	ldap? ( || ( server monolithic ) )
 	postgres? ( || ( server monolithic ) )
 	snorenotify? ( || ( X monolithic ) )
-	syslog? ( || ( server monolithic ) )
-"
+	syslog? ( || ( server monolithic ) )"
 
 src_configure() {
 	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test)
 		-DUSE_CCACHE=OFF
 		-DCMAKE_SKIP_RPATH=ON
 		-DEMBED_DATA=OFF
@@ -110,7 +105,7 @@ src_configure() {
 		-DWANT_QTCLIENT=$(usex X)
 	)
 
-	if use server || use monolithic; then
+	if use server || use monolithic ; then
 		mycmakeargs+=( $(cmake_use_find_package crypt Qca-qt5) )
 	fi
 
@@ -120,28 +115,28 @@ src_configure() {
 src_install() {
 	cmake_src_install
 
-	if use server; then
-		# needs PAX marking wrt bug#346255
-		pax-mark m "${ED}/usr/bin/quasselcore"
+	if use server ; then
+		# Needs PaX marking, bug #346255
+		pax-mark m "${ED}"/usr/bin/quasselcore
 
-		# init scripts & systemd unit
+		# Init scripts & systemd unit
 		newinitd "${FILESDIR}"/quasselcore.init-r1 quasselcore
 		newconfd "${FILESDIR}"/quasselcore.conf-r1 quasselcore
 		systemd_dounit "${FILESDIR}"/quasselcore.service
 
 		# logrotate
 		insinto /etc/logrotate.d
-		newins "${FILESDIR}/quassel.logrotate" quassel
+		newins "${FILESDIR}"/quassel.logrotate quassel
 	fi
 }
 
 pkg_postinst() {
-	if use monolithic; then
+	if use monolithic ; then
 		elog "Information on how to enable SSL support for client/core connections"
 		elog "is available at http://bugs.quassel-irc.org/projects/quassel-irc/wiki/Client-Core_SSL_support."
 	fi
 
-	if use server; then
+	if use server ; then
 		einfo "If you want to generate SSL certificate remember to run:"
 		einfo "	emerge --config =${CATEGORY}/${PF}"
 	fi
@@ -159,15 +154,17 @@ pkg_postrm() {
 }
 
 pkg_config() {
-	if use server; then
-		# generate the pem file only when it does not already exist
-		QUASSEL_DIR=/var/lib/${PN}
-		if [ ! -f "${QUASSEL_DIR}/quasselCert.pem" ]; then
-			einfo "Generating QUASSEL SSL certificate to: \"${QUASSEL_DIR}/quasselCert.pem\""
+	if use server ; then
+		# Generate the pem file only when it does not already exist
+		QUASSEL_DIR="${EROOT}"/var/lib/${PN}
+
+		if [[ ! -f "${QUASSEL_DIR}/quasselCert.pem" ]] ; then
+			einfo "Generating Quassel SSL certificate to: \"${QUASSEL_DIR}/quasselCert.pem\""
 			openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
 				-keyout "${QUASSEL_DIR}/quasselCert.pem" \
 				-out "${QUASSEL_DIR}/quasselCert.pem"
-			# permissions for the key
+
+			# Permissions for the key
 			chown ${PN}:${PN} "${QUASSEL_DIR}/quasselCert.pem"
 			chmod 400 "${QUASSEL_DIR}/quasselCert.pem"
 		else

diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 68d94a9e3ea..c8177a7e394 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,8 +7,12 @@ inherit cmake xdg-utils pax-utils systemd
 
 if [[ ${PV} != *9999* ]]; then
 	MY_P=${PN}-${PV/_/-}
-	SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2"
-	KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris"
+	if [[ ${PV} ==  *_rc* ]] ; then
+		SRC_URI="https://github.com/quassel/quassel/archive/refs/tags/${PV/_/-}.tar.gz"
+	else
+		SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2"
+		KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~sparc-solaris"
+	fi
 	S="${WORKDIR}/${MY_P}"
 else
 	EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )
@@ -17,23 +21,22 @@ fi
 
 DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity"
 HOMEPAGE="https://quassel-irc.org/"
+
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server
-snorenotify syslog urlpreview X"
+IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify syslog test urlpreview X"
+# Can't seem to find itself (libraries)
+RESTRICT="!test? ( test ) test"
 
-SERVER_DEPEND="
-	acct-group/quassel
+SERVER_DEPEND="acct-group/quassel
 	acct-user/quassel
+	dev-qt/qtscript:5
 	crypt? ( app-crypt/qca:2[ssl] )
 	ldap? ( net-nds/openldap )
 	postgres? ( dev-qt/qtsql:5[postgres] )
 	!postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
-	syslog? ( virtual/logger )
-"
-
-GUI_DEPEND="
-	dev-qt/qtgui:5
+	syslog? ( virtual/logger )"
+GUI_DEPEND="dev-qt/qtgui:5
 	dev-qt/qtmultimedia:5
 	dev-qt/qtwidgets:5
 	!bundled-icons? (
@@ -55,10 +58,8 @@ GUI_DEPEND="
 		kde-frameworks/sonnet:5
 	)
 	snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
-	urlpreview? ( dev-qt/qtwebengine:5[widgets] )
-"
-
-RDEPEND="
+	urlpreview? ( dev-qt/qtwebengine:5[widgets] )"
+DEPEND=">=dev-libs/boost-1.54:=
 	dev-qt/qtcore:5
 	dev-qt/qtnetwork:5[ssl]
 	sys-libs/zlib
@@ -69,30 +70,24 @@ RDEPEND="
 	!monolithic? (
 		server? ( ${SERVER_DEPEND} )
 		X? ( ${GUI_DEPEND} )
-	)
-"
-DEPEND="${RDEPEND}
-	dev-libs/boost
-"
-BDEPEND="
-	dev-qt/linguist-tools:5
-	kde-frameworks/extra-cmake-modules:5
-"
+	)"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5
+	kde-frameworks/extra-cmake-modules:5"
 
 DOCS=( AUTHORS ChangeLog README.md )
 
-REQUIRED_USE="
-	|| ( X server monolithic )
+REQUIRED_USE="|| ( X server monolithic )
 	crypt? ( || ( server monolithic ) )
 	kde? ( || ( X monolithic ) dbus )
 	ldap? ( || ( server monolithic ) )
 	postgres? ( || ( server monolithic ) )
 	snorenotify? ( || ( X monolithic ) )
-	syslog? ( || ( server monolithic ) )
-"
+	syslog? ( || ( server monolithic ) )"
 
 src_configure() {
 	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test)
 		-DUSE_CCACHE=OFF
 		-DCMAKE_SKIP_RPATH=ON
 		-DEMBED_DATA=OFF
@@ -110,7 +105,7 @@ src_configure() {
 		-DWANT_QTCLIENT=$(usex X)
 	)
 
-	if use server || use monolithic; then
+	if use server || use monolithic ; then
 		mycmakeargs+=( $(cmake_use_find_package crypt Qca-qt5) )
 	fi
 
@@ -120,28 +115,28 @@ src_configure() {
 src_install() {
 	cmake_src_install
 
-	if use server; then
-		# needs PAX marking wrt bug#346255
-		pax-mark m "${ED}/usr/bin/quasselcore"
+	if use server ; then
+		# Needs PaX marking, bug #346255
+		pax-mark m "${ED}"/usr/bin/quasselcore
 
-		# init scripts & systemd unit
+		# Init scripts & systemd unit
 		newinitd "${FILESDIR}"/quasselcore.init-r1 quasselcore
 		newconfd "${FILESDIR}"/quasselcore.conf-r1 quasselcore
 		systemd_dounit "${FILESDIR}"/quasselcore.service
 
 		# logrotate
 		insinto /etc/logrotate.d
-		newins "${FILESDIR}/quassel.logrotate" quassel
+		newins "${FILESDIR}"/quassel.logrotate quassel
 	fi
 }
 
 pkg_postinst() {
-	if use monolithic; then
+	if use monolithic ; then
 		elog "Information on how to enable SSL support for client/core connections"
 		elog "is available at http://bugs.quassel-irc.org/projects/quassel-irc/wiki/Client-Core_SSL_support."
 	fi
 
-	if use server; then
+	if use server ; then
 		einfo "If you want to generate SSL certificate remember to run:"
 		einfo "	emerge --config =${CATEGORY}/${PF}"
 	fi
@@ -159,15 +154,17 @@ pkg_postrm() {
 }
 
 pkg_config() {
-	if use server; then
-		# generate the pem file only when it does not already exist
-		QUASSEL_DIR=/var/lib/${PN}
-		if [ ! -f "${QUASSEL_DIR}/quasselCert.pem" ]; then
-			einfo "Generating QUASSEL SSL certificate to: \"${QUASSEL_DIR}/quasselCert.pem\""
+	if use server ; then
+		# Generate the pem file only when it does not already exist
+		QUASSEL_DIR="${EROOT}"/var/lib/${PN}
+
+		if [[ ! -f "${QUASSEL_DIR}/quasselCert.pem" ]] ; then
+			einfo "Generating Quassel SSL certificate to: \"${QUASSEL_DIR}/quasselCert.pem\""
 			openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
 				-keyout "${QUASSEL_DIR}/quasselCert.pem" \
 				-out "${QUASSEL_DIR}/quasselCert.pem"
-			# permissions for the key
+
+			# Permissions for the key
 			chown ${PN}:${PN} "${QUASSEL_DIR}/quasselCert.pem"
 			chmod 400 "${QUASSEL_DIR}/quasselCert.pem"
 		else


             reply	other threads:[~2021-10-13  0:22 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13  0:22 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-31 14:55 [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ Andreas Sturmlechner
2025-01-30 18:47 Jakov Smolić
2025-01-22 23:16 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-08-29  5:10 Jakov Smolić
2024-08-29  5:10 Jakov Smolić
2024-08-29  3:15 Sam James
2024-01-03 22:36 Andreas Sturmlechner
2023-12-25 19:55 Arthur Zamarin
2023-10-21 22:48 Sam James
2023-10-21 20:37 Sam James
2023-10-15 19:19 Andreas Sturmlechner
2023-10-15 10:13 Andreas Sturmlechner
2023-10-15 10:13 Andreas Sturmlechner
2022-09-04 13:03 David Seifert
2022-04-11 21:02 Jakov Smolić
2022-04-06  6:32 Agostino Sarubbo
2022-04-06  6:32 Agostino Sarubbo
2022-04-04 20:51 Sam James
2022-04-04 20:49 Sam James
2022-03-23  0:14 Sam James
2022-01-02  7:19 Sam James
2022-01-02  0:37 Sam James
2022-01-02  0:37 Sam James
2021-11-08  7:45 Sam James
2021-10-13  0:25 Sam James
2021-08-03 11:03 Sam James
2021-06-12 14:24 Sam James
2021-06-12 13:42 David Seifert
2021-05-31 20:45 David Seifert
2020-12-24 23:42 Andreas Sturmlechner
2020-12-24 23:42 Andreas Sturmlechner
2020-06-27 20:41 Mart Raudsepp
2020-05-20  2:56 Georgy Yakovlev
2020-02-15  9:32 Johannes Huber
2020-02-13 12:46 Agostino Sarubbo
2020-02-13 12:03 Agostino Sarubbo
2020-01-11  9:45 Johannes Huber
2020-01-11  9:45 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2019-09-28 10:56 Johannes Huber
2019-05-13  1:41 Thomas Deutschmann
2019-05-03  0:49 Aaron Bauman
2019-05-02 18:30 Mikle Kolyada
2019-02-24 10:05 Johannes Huber
2019-02-15 17:14 Manuel Rüger
2018-12-15 11:27 Johannes Huber
2018-11-20  1:02 Manuel Rüger
2018-10-20  9:04 Johannes Huber
2018-10-20  9:04 Johannes Huber
2018-07-18 21:14 Johannes Huber
2018-07-16  6:32 Johannes Huber
2018-07-15 14:23 Thomas Deutschmann
2018-07-11 21:04 Mikle Kolyada
2018-07-10 11:45 Johannes Huber
2018-07-10 11:45 Johannes Huber
2018-06-22  6:36 Johannes Huber
2018-04-25  5:09 Johannes Huber
2018-04-25  1:17 Aaron Bauman
2018-04-24 23:42 Thomas Deutschmann
2018-04-24 19:44 Johannes Huber
2018-04-24 15:21 Johannes Huber
2018-03-22 19:58 Johannes Huber
2018-03-22 19:58 Johannes Huber
2018-03-22 19:58 Johannes Huber
2017-12-20 19:17 Andreas Sturmlechner
2017-12-03 17:02 Andreas Sturmlechner
2017-12-03 17:02 Andreas Sturmlechner
2017-12-03 17:02 Andreas Sturmlechner
2017-08-30 14:05 Michael Palimaka
2017-06-05  9:08 Johannes Huber
2017-06-04 13:10 Johannes Huber
2017-01-28  8:40 Johannes Huber
2016-09-14 19:36 Michael Palimaka
2016-09-14 17:18 Michael Palimaka
2016-07-24  9:35 Johannes Huber
2016-06-21 19:47 Johannes Huber
2016-04-25 11:25 Johannes Huber
2016-04-18  9:43 Patrice Clement
2016-03-28 16:06 Johannes Huber
2016-03-27 16:44 Johannes Huber
2016-03-27 10:22 Agostino Sarubbo
2016-03-26 16:51 Johannes Huber
2016-03-26 16:51 Johannes Huber
2016-03-26 16:24 Johannes Huber
2016-03-26 11:49 Johannes Huber
2016-03-15 16:39 Agostino Sarubbo
2016-03-12 13:17 Johannes Huber
2016-02-29  7:57 Ian Delaney
2016-02-29  7:57 Ian Delaney
2016-02-11 12:27 Agostino Sarubbo
2016-02-10 19:36 Patrick Lauer
2015-08-25 19:02 Johannes Huber
2015-08-16 21:28 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1634084561.739e127b621ca4a68905ee80fdce459b7347fa2c.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox