From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88E0E59CB4 for ; Wed, 20 Apr 2016 03:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 066E521C06C; Wed, 20 Apr 2016 03:58:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3058021C06C for ; Wed, 20 Apr 2016 03:58:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3504B340B79 for ; Wed, 20 Apr 2016 03:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E3BB208D for ; Wed, 20 Apr 2016 03:58:13 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1461124650.aff0adcdc74ea391eeab8d22c9d4cb6acc2a2e92.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/unscd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/unscd/unscd-0.52-r2.ebuild X-VCS-Directories: sys-apps/unscd/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: aff0adcdc74ea391eeab8d22c9d4cb6acc2a2e92 X-VCS-Branch: master Date: Wed, 20 Apr 2016 03:58:13 +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: 3aa0328b-a6eb-48d7-9ee6-c952db72a655 X-Archives-Hash: 812f1df638c62e14880f7e51cec9824d commit: aff0adcdc74ea391eeab8d22c9d4cb6acc2a2e92 Author: Mike Frysinger gentoo org> AuthorDate: Wed Apr 20 03:41:46 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Apr 20 03:57:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff0adcd sys-apps/unscd: move to https URLs sys-apps/unscd/unscd-0.52-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/unscd/unscd-0.52-r2.ebuild b/sys-apps/unscd/unscd-0.52-r2.ebuild index 4127deb..8f39f3a 100644 --- a/sys-apps/unscd/unscd-0.52-r2.ebuild +++ b/sys-apps/unscd/unscd-0.52-r2.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit systemd toolchain-funcs DESCRIPTION="simple & stable nscd replacement" -HOMEPAGE="http://busybox.net/~vda/unscd/README" -SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" +HOMEPAGE="https://busybox.net/~vda/unscd/README" +SRC_URI="https://busybox.net/~vda/unscd/nscd-${PV}.c" LICENSE="GPL-2" SLOT="0"