Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/
Date: Wed, 20 Feb 2019 14:24:09
Message-Id: 1550672532.042f8b68c7978ebf5718a15cca111903c6f4abc2.hattya@gentoo
1 commit: 042f8b68c7978ebf5718a15cca111903c6f4abc2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 19 19:19:49 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 20 14:22:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f8b68
7
8 dev-db/qdbm: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/11108
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild
19 index fee0cfe58c3..6e9cc6f50ad 100644
20 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild
21 +++ b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -8,8 +8,8 @@ RUBY_OPTIONAL="yes"
29 inherit autotools flag-o-matic java-pkg-opt-2 perl-functions ruby-ng
30
31 DESCRIPTION="Quick Database Manager"
32 -HOMEPAGE="http://fallabs.com/qdbm/"
33 -SRC_URI="http://fallabs.com/${PN}/${P}.tar.gz"
34 +HOMEPAGE="https://fallabs.com/qdbm/"
35 +SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"