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 C1A73139086 for ; Wed, 18 Jan 2017 16:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78C2E0E84; Wed, 18 Jan 2017 16:51:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2FAEE0E84 for ; Wed, 18 Jan 2017 16:51:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C43A340F43 for ; Wed, 18 Jan 2017 16:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA80D2860 for ; Wed, 18 Jan 2017 16:51:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1484758273.f13c5c8d578d71de08d6df8062f803623526af25.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-1.2.17.ebuild media-sound/mumble/mumble-1.2.18.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f13c5c8d578d71de08d6df8062f803623526af25 X-VCS-Branch: master Date: Wed, 18 Jan 2017 16:51:19 +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: f7037f16-0d8c-4b1a-ac33-6e78b3bb1269 X-Archives-Hash: b5c6f9bd671cc320d86c9d51734eb47d commit: f13c5c8d578d71de08d6df8062f803623526af25 Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 18 16:26:39 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 18 16:51:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13c5c8d media-sound/mumble: Fixed HOMEPAGE variable (bug #606376). Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/mumble/mumble-1.2.17.ebuild | 6 +++--- media-sound/mumble/mumble-1.2.18.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/mumble/mumble-1.2.17.ebuild b/media-sound/mumble/mumble-1.2.17.ebuild index f46a6e1..f957266 100644 --- a/media-sound/mumble/mumble-1.2.17.ebuild +++ b/media-sound/mumble/mumble-1.2.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,8 +9,8 @@ inherit eutils multilib qmake-utils MY_P="${PN}-${PV/_/~}" DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software" -HOMEPAGE="http://mumble.sourceforge.net/" -SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz" +HOMEPAGE="https://wiki.mumble.info" +SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz" LICENSE="BSD MIT" SLOT="0" diff --git a/media-sound/mumble/mumble-1.2.18.ebuild b/media-sound/mumble/mumble-1.2.18.ebuild index 0260291..e061351 100644 --- a/media-sound/mumble/mumble-1.2.18.ebuild +++ b/media-sound/mumble/mumble-1.2.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,8 +9,8 @@ inherit eutils multilib qmake-utils MY_P="${PN}-${PV/_/~}" DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software" -HOMEPAGE="http://mumble.sourceforge.net/" -SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz" +HOMEPAGE="https://wiki.mumble.info" +SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz" LICENSE="BSD MIT" SLOT="0"