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 B10EC138332 for ; Sun, 13 May 2018 19:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29F7DE0BFC; Sun, 13 May 2018 19:20:21 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BA94E0BF9 for ; Sun, 13 May 2018 19:20:21 +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 16064335CA9 for ; Sun, 13 May 2018 19:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75F422A3 for ; Sun, 13 May 2018 19:20:16 +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: <1526239123.cc034fd531abaaf082105e218c477a54b57648e0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/sswf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/sswf/sswf-1.8.2-r1.ebuild media-video/sswf/sswf-1.8.4-r1.ebuild X-VCS-Directories: media-video/sswf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cc034fd531abaaf082105e218c477a54b57648e0 X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:16 +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: f5295ea3-c60a-45de-8c0f-e7a9dd591e80 X-Archives-Hash: 1d73d310aa3d73cd0f9b8c54f1e7a879 commit: cc034fd531abaaf082105e218c477a54b57648e0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 8 12:29:38 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc034fd5 media-video/sswf: use HTTPS media-video/sswf/sswf-1.8.2-r1.ebuild | 4 ++-- media-video/sswf/sswf-1.8.4-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/sswf/sswf-1.8.2-r1.ebuild b/media-video/sswf/sswf-1.8.2-r1.ebuild index 09b12077b5c..84d1e81981f 100644 --- a/media-video/sswf/sswf-1.8.2-r1.ebuild +++ b/media-video/sswf/sswf-1.8.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8" -HOMEPAGE="http://www.m2osw.com/sswf.html" +HOMEPAGE="https://www.m2osw.com/sswf.html" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2 mirror://sourceforge/${PN}/${P}-doc.tar.bz2" diff --git a/media-video/sswf/sswf-1.8.4-r1.ebuild b/media-video/sswf/sswf-1.8.4-r1.ebuild index 09b12077b5c..84d1e81981f 100644 --- a/media-video/sswf/sswf-1.8.4-r1.ebuild +++ b/media-video/sswf/sswf-1.8.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8" -HOMEPAGE="http://www.m2osw.com/sswf.html" +HOMEPAGE="https://www.m2osw.com/sswf.html" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2 mirror://sourceforge/${PN}/${P}-doc.tar.bz2"