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 0F102138334 for ; Wed, 20 Mar 2019 18:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 158B4E0848; Wed, 20 Mar 2019 18:33:07 +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 E1051E0848 for ; Wed, 20 Mar 2019 18:33:06 +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 6CBC6335D24 for ; Wed, 20 Mar 2019 18:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEEE74E3 for ; Wed, 20 Mar 2019 18:33:03 +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: <1553106762.072d77ecfb86f5be31d138a87e0748ee1be72250.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/devilspie2/devilspie2-0.42.ebuild X-VCS-Directories: x11-misc/devilspie2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 072d77ecfb86f5be31d138a87e0748ee1be72250 X-VCS-Branch: master Date: Wed, 20 Mar 2019 18:33:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 935a6172-ded2-4a2f-a133-55b66ae4af31 X-Archives-Hash: ac62430de0a72e8321f1c05ffc6e3037 commit: 072d77ecfb86f5be31d138a87e0748ee1be72250 Author: Daniel Schmidt tutanota com> AuthorDate: Tue Mar 19 20:47:08 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Mar 20 18:32:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072d77ec x11-misc/devilspie2: use HTTPS, avoid redirection Closes: https://bugs.gentoo.org/680458 Signed-off-by: Daniel Schmidt tutanota.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11417 Signed-off-by: Aaron Bauman gentoo.org> x11-misc/devilspie2/devilspie2-0.42.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/devilspie2/devilspie2-0.42.ebuild b/x11-misc/devilspie2/devilspie2-0.42.ebuild index 5d8bea8c26c..26fe55495ae 100644 --- a/x11-misc/devilspie2/devilspie2-0.42.ebuild +++ b/x11-misc/devilspie2/devilspie2-0.42.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PLOCALES="fi fr it ja nl pt_BR ru sv" inherit flag-o-matic toolchain-funcs l10n DESCRIPTION="Devilspie like window matching utility, using LUA for scripting" -HOMEPAGE="https://gusnan.se/devilspie2" -SRC_URI="http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz" +HOMEPAGE="https://www.nongnu.org/devilspie2/" +SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz" LICENSE="GPL-3" SLOT="0"