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 DD799138334 for ; Wed, 18 Jul 2018 21:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8974BE08F2; Wed, 18 Jul 2018 21:14:52 +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 24E80E08F2 for ; Wed, 18 Jul 2018 21:14:52 +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 C1556335C36 for ; Wed, 18 Jul 2018 21:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F17371 for ; Wed, 18 Jul 2018 21:14:49 +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: <1531948485.392cfb354b490f1c766aeada72a4eafa32954a25.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/Manifest net-irc/quassel/quassel-0.13_rc1.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: 392cfb354b490f1c766aeada72a4eafa32954a25 X-VCS-Branch: master Date: Wed, 18 Jul 2018 21:14:49 +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: 03a3bb83-8188-401b-8f42-384cf7aa9f87 X-Archives-Hash: 96c9cf1544a45bc0065a93e1cdc0fe8f commit: 392cfb354b490f1c766aeada72a4eafa32954a25 Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 18 21:14:18 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 18 21:14:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392cfb35 net-irc/quassel: Version bump 0.13_rc1 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-irc/quassel/Manifest | 1 + net-irc/quassel/{quassel-9999.ebuild => quassel-0.13_rc1.ebuild} | 6 ++++-- net-irc/quassel/quassel-9999.ebuild | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest index 4bdaa82b8d1..10920a057c5 100644 --- a/net-irc/quassel/Manifest +++ b/net-irc/quassel/Manifest @@ -1 +1,2 @@ DIST quassel-0.12.5.tar.bz2 3747392 BLAKE2B 624cd18c2a5e1c480f701072bfeeeb18589cdbd2f2b7ab0d524f32e384ac4feb7328b23b60c3005340d53e4bf3a209f75a5d673a8d5d3f659825f0ef21bd3f9f SHA512 3a0263d7bec9ef4b0d8ef6ea53784f95e0efbadc0f03b49005908411b0b53543ebc66189fb4100c117d87264b648f2a1b01be48c371f926b9f326b1ffc870685 +DIST quassel-0.13-rc1.tar.bz2 4114806 BLAKE2B 609d994c676b9e930884e738fb008a35e603e03fa0890b5119ffe91d7fbfd8d593eeefc903610309f360ca4c5cc985895e0e532c45d5eeafe1700f9de6735c9e SHA512 13cbaeae83673fc476b8e1f59ca1b6eb929b9bb6dddf15ca248d0fc9535cc8d98a02d194dc16e5c18197c9bacbe7142d1a4712d79133226f979fa9aa7a7813aa diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-0.13_rc1.ebuild similarity index 96% copy from net-irc/quassel/quassel-9999.ebuild copy to net-irc/quassel/quassel-0.13_rc1.ebuild index a5038bf8a0a..ed2efb5c8b9 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-0.13_rc1.ebuild @@ -6,8 +6,10 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user if [[ ${PV} != *9999* ]]; then - SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" + MY_P=${PN}-${PV/_/-} + SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris" + S="${WORKDIR}/${MY_P}" else EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) inherit git-r3 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index a5038bf8a0a..5db02b583e6 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -6,8 +6,10 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user if [[ ${PV} != *9999* ]]; then - SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" + MY_P=${PN}-${PV/_/-} + SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" + S="${WORKDIR}/${MY_P}" else EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) inherit git-r3