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 3DA5B138334 for ; Wed, 20 Feb 2019 14:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40B88E0959; Wed, 20 Feb 2019 14:24:08 +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 16C8DE0959 for ; Wed, 20 Feb 2019 14:24:03 +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 8A9CF335D24 for ; Wed, 20 Feb 2019 14:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02ECD44B for ; Wed, 20 Feb 2019 14:23:55 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1550672532.042f8b68c7978ebf5718a15cca111903c6f4abc2.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/qdbm/qdbm-1.8.78-r2.ebuild X-VCS-Directories: dev-db/qdbm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 042f8b68c7978ebf5718a15cca111903c6f4abc2 X-VCS-Branch: master Date: Wed, 20 Feb 2019 14:23:55 +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: 556f581b-2401-4ecc-a714-d445c2c91878 X-Archives-Hash: 2b22c5eceaf80b0468384c49cf409173 commit: 042f8b68c7978ebf5718a15cca111903c6f4abc2 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Feb 19 19:19:49 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Feb 20 14:22:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f8b68 dev-db/qdbm: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/11108 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Akinori Hattori gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild index fee0cfe58c3..6e9cc6f50ad 100644 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild +++ b/dev-db/qdbm/qdbm-1.8.78-r2.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 @@ RUBY_OPTIONAL="yes" inherit autotools flag-o-matic java-pkg-opt-2 perl-functions ruby-ng DESCRIPTION="Quick Database Manager" -HOMEPAGE="http://fallabs.com/qdbm/" -SRC_URI="http://fallabs.com/${PN}/${P}.tar.gz" +HOMEPAGE="https://fallabs.com/qdbm/" +SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"