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 4EC99138331 for ; Sun, 13 May 2018 19:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D15E0BD0; Sun, 13 May 2018 19:20:19 +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 62B64E0BD0 for ; Sun, 13 May 2018 19:20:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E9DD335CA3 for ; Sun, 13 May 2018 19:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE70E289 for ; Sun, 13 May 2018 19:20:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526239111.c69e4f5ba1f4d7b61a91c2edf2178d58491f9856.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/volwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/volwheel/volwheel-0.2.8-r1.ebuild X-VCS-Directories: media-sound/volwheel/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c69e4f5ba1f4d7b61a91c2edf2178d58491f9856 X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:15 +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: d967c7ff-9866-45d5-a527-c85fe560c231 X-Archives-Hash: 258ee9ae25b2a9ae0dacdf9500412fc9 commit: c69e4f5ba1f4d7b61a91c2edf2178d58491f9856 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 11 13:08:46 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69e4f5b media-sound/volwheel: use HTTPS media-sound/volwheel/volwheel-0.2.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild index cf495d5fa7b..51ff9c182eb 100644 --- a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild +++ b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils gnome2-utils DESCRIPTION="A volume control trayicon with mouse wheel support" -HOMEPAGE="http://oliwer.net/b/volwheel.html" +HOMEPAGE="https://oliwer.net/b/volwheel.html" SRC_URI="https://olwtools.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3"