From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92FA31382C5 for ; Tue, 24 Apr 2018 15:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA51CE08DB; Tue, 24 Apr 2018 15:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75B64E08DB for ; Tue, 24 Apr 2018 15:21:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39A51335C30 for ; Tue, 24 Apr 2018 15:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EA0527C for ; Tue, 24 Apr 2018 15:21:00 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1524583255.15362fc9ca54cecef5d346a9e49fc888471a32a1.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-0.12.4-r1.ebuild net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 15362fc9ca54cecef5d346a9e49fc888471a32a1 X-VCS-Branch: master Date: Tue, 24 Apr 2018 15:21:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81cc422f-e438-4c05-9002-62084652f0ab X-Archives-Hash: 04fcbc407252f3370d4ca80c6741dd4b commit: 15362fc9ca54cecef5d346a9e49fc888471a32a1 Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 24 15:20:37 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 24 15:20:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15362fc9 net-irc/quassel: Release switch Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-irc/quassel/quassel-0.12.4-r1.ebuild | 12 +++++++----- net-irc/quassel/quassel-9999.ebuild | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/net-irc/quassel/quassel-0.12.4-r1.ebuild b/net-irc/quassel/quassel-0.12.4-r1.ebuild index a2f11472cf4..39fd27f107c 100644 --- a/net-irc/quassel/quassel-0.12.4-r1.ebuild +++ b/net-irc/quassel/quassel-0.12.4-r1.ebuild @@ -5,15 +5,17 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user versionator -EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) -[[ "${PV}" == "9999" ]] && inherit git-r3 +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" +else + EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) + inherit git-r3 +fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" HOMEPAGE="http://quassel-irc.org/" -[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" - LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" SLOT="0" IUSE="crypt dbus debug kde monolithic phonon postgres +server snorenotify +ssl syslog webkit X" diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 1f9e3e14eea..1c3e58249a7 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -5,15 +5,17 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user -EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) -[[ "${PV}" == "9999" ]] && inherit git-r3 +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" +else + EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) + inherit git-r3 +fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" HOMEPAGE="http://quassel-irc.org/" -[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" - LICENSE="GPL-3" -KEYWORDS="" SLOT="0" IUSE="+breeze crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify +ssl syslog urlpreview X"