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 C2FFD1382C5 for ; Sun, 15 Apr 2018 01:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F01C3E0922; Sun, 15 Apr 2018 01:42:02 +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 C848BE0922 for ; Sun, 15 Apr 2018 01:42:02 +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 3E346335C5A for ; Sun, 15 Apr 2018 01:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A058F28C for ; Sun, 15 Apr 2018 01:41:59 +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: <1523756336.353a7335d4769f148133ca0eef1ffe4bf24d8f47.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild X-VCS-Directories: x11-themes/gartoon-redux/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 353a7335d4769f148133ca0eef1ffe4bf24d8f47 X-VCS-Branch: master Date: Sun, 15 Apr 2018 01:41:59 +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: d622d4cd-64b1-42ba-be76-c7355cf534d6 X-Archives-Hash: 976f126455e7dc0039966667e41228fc commit: 353a7335d4769f148133ca0eef1ffe4bf24d8f47 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 14 16:47:21 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 15 01:38:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a7335 x11-themes/gartoon-redux: use HTTPS x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild index 4e66f65a8dc..7939398070e 100644 --- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild +++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 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 massively improved variant of the well-known Gartoon theme" -HOMEPAGE="http://gnome-look.org/content/show.php/?content=74841" +HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841" SRC_URI="http://tweenk.artfx.pl/gartoon/source/${P}.tar.gz" LICENSE="GPL-2"