Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/opendbx/
Date: Thu, 05 Apr 2018 15:21:42
Message-Id: 1522941480.288b73c6bdc10be7093fb2704782345e29a9d1c8.bman@gentoo
1 commit: 288b73c6bdc10be7093fb2704782345e29a9d1c8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 20:26:20 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:18:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288b73c6
7
8 dev-db/opendbx: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7721
11
12 dev-db/opendbx/opendbx-1.4.5-r1.ebuild | 6 +++---
13 dev-db/opendbx/opendbx-1.4.6-r1.ebuild | 6 +++---
14 dev-db/opendbx/opendbx-1.5.0-r1.ebuild | 6 +++---
15 3 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-db/opendbx/opendbx-1.4.5-r1.ebuild b/dev-db/opendbx/opendbx-1.4.5-r1.ebuild
18 index a2ecfee58ac..c069c4e6234 100644
19 --- a/dev-db/opendbx/opendbx-1.4.5-r1.ebuild
20 +++ b/dev-db/opendbx/opendbx-1.4.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -6,8 +6,8 @@ EAPI="5"
28 inherit flag-o-matic multilib
29
30 DESCRIPTION="OpenDBX - A database abstraction layer"
31 -HOMEPAGE="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
32 -SRC_URI="http://www.linuxnetworks.de/opendbx/download/${P}.tar.gz"
33 +HOMEPAGE="https://www.linuxnetworks.de/doc/index.php/OpenDBX"
34 +SRC_URI="https://www.linuxnetworks.de/opendbx/download/${P}.tar.gz"
35
36 LICENSE="LGPL-2.1"
37 SLOT="0"
38
39 diff --git a/dev-db/opendbx/opendbx-1.4.6-r1.ebuild b/dev-db/opendbx/opendbx-1.4.6-r1.ebuild
40 index bdfc3aed568..b438b36edf6 100644
41 --- a/dev-db/opendbx/opendbx-1.4.6-r1.ebuild
42 +++ b/dev-db/opendbx/opendbx-1.4.6-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="5"
49 @@ -6,8 +6,8 @@ EAPI="5"
50 inherit flag-o-matic multilib
51
52 DESCRIPTION="OpenDBX - A database abstraction layer"
53 -HOMEPAGE="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
54 -SRC_URI="http://www.linuxnetworks.de/opendbx/download/${P}.tar.gz"
55 +HOMEPAGE="https://www.linuxnetworks.de/doc/index.php/OpenDBX"
56 +SRC_URI="https://www.linuxnetworks.de/opendbx/download/${P}.tar.gz"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60
61 diff --git a/dev-db/opendbx/opendbx-1.5.0-r1.ebuild b/dev-db/opendbx/opendbx-1.5.0-r1.ebuild
62 index 7a192ea8204..e377a26c8c0 100644
63 --- a/dev-db/opendbx/opendbx-1.5.0-r1.ebuild
64 +++ b/dev-db/opendbx/opendbx-1.5.0-r1.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI="5"
71 @@ -9,8 +9,8 @@ MY_PN="lib${PN}"
72 MY_P="${MY_PN}-${PV}"
73
74 DESCRIPTION="OpenDBX - A database abstraction layer"
75 -HOMEPAGE="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
76 -SRC_URI="http://www.linuxnetworks.de/opendbx/download/${MY_P}.tar.gz"
77 +HOMEPAGE="https://www.linuxnetworks.de/doc/index.php/OpenDBX"
78 +SRC_URI="https://www.linuxnetworks.de/opendbx/download/${MY_P}.tar.gz"
79
80 LICENSE="LGPL-2.1"
81 SLOT="0"