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 BDE261382C5 for ; Sun, 17 May 2020 16:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD133E092D; Sun, 17 May 2020 16:55:38 +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 7839EE092C for ; Sun, 17 May 2020 16:55:38 +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 91F2834F942 for ; Sun, 17 May 2020 16:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03644262 for ; Sun, 17 May 2020 16:55:34 +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: <1589734519.f67443d68b86ee5974e828cf3ba37deb18e35e22.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/jubler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/jubler/jubler-5.1.ebuild X-VCS-Directories: media-video/jubler/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f67443d68b86ee5974e828cf3ba37deb18e35e22 X-VCS-Branch: master Date: Sun, 17 May 2020 16:55:34 +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: 34694b6e-6454-4a9e-acb5-a14e9a6df291 X-Archives-Hash: a3add066891d0add4633173e916dcac5 commit: f67443d68b86ee5974e828cf3ba37deb18e35e22 Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:51:12 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67443d6 media-video/jubler: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Aaron Bauman gentoo.org> media-video/jubler/jubler-5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/jubler/jubler-5.1.ebuild b/media-video/jubler/jubler-5.1.ebuild index eba4d627636..3acfb460574 100644 --- a/media-video/jubler/jubler-5.1.ebuild +++ b/media-video/jubler/jubler-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 xdg-utils MY_PN="${PN^}" DESCRIPTION="Java subtitle editor" -HOMEPAGE="http://www.jubler.org/" +HOMEPAGE="https://www.jubler.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-source-${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2"