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 8B0EE138334 for ; Fri, 12 Jul 2019 05:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14EB2E0809; Fri, 12 Jul 2019 05:47:48 +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 CADD8E0809 for ; Fri, 12 Jul 2019 05:47:47 +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 DADDC3477B1 for ; Fri, 12 Jul 2019 05:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D63C6F2 for ; Fri, 12 Jul 2019 05:47:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1562910020.5ff2893a6eafcc9f089216d80bf8578015f58c1b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/cachedir/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/cachedir/cachedir-1.4.ebuild X-VCS-Directories: app-backup/cachedir/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5ff2893a6eafcc9f089216d80bf8578015f58c1b X-VCS-Branch: master Date: Fri, 12 Jul 2019 05:47:42 +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: 6a56e5cf-87ce-45fe-b0c2-5f30c99fb06c X-Archives-Hash: e27aca2c74a7f36e1259e29b826f2c40 commit: 5ff2893a6eafcc9f089216d80bf8578015f58c1b Author: Matt Turner gentoo org> AuthorDate: Fri Jul 12 05:07:09 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 12 05:40:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff2893a app-backup/cachedir: Fix license and use HTTPS Signed-off-by: Matt Turner gentoo.org> app-backup/cachedir/cachedir-1.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/cachedir/cachedir-1.4.ebuild b/app-backup/cachedir/cachedir-1.4.ebuild index fb3b02c8706..f3366e1302a 100644 --- a/app-backup/cachedir/cachedir-1.4.ebuild +++ b/app-backup/cachedir/cachedir-1.4.ebuild @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} ) inherit distutils-r1 DESCRIPTION="Tag/untag cache directories" -HOMEPAGE="http://liw.fi/cachedir/" -SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cachedir/snapshot/${P}.tar.gz" +HOMEPAGE="https://liw.fi/cachedir/" +SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test"