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 3BE961382C5 for ; Sat, 5 May 2018 01:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C2E0E0814; Sat, 5 May 2018 01:51:00 +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 4B1D8E0814 for ; Sat, 5 May 2018 01:50:59 +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 5586A335C78 for ; Sat, 5 May 2018 01:50:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBE223F for ; Sat, 5 May 2018 01:50:56 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525484247.61a1f7f0135c3fad78bc8966c3b3c729fabff833.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/pybliographer/pybliographer-1.2.15-r1.ebuild app-office/pybliographer/pybliographer-1.2.18.ebuild X-VCS-Directories: app-office/pybliographer/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 61a1f7f0135c3fad78bc8966c3b3c729fabff833 X-VCS-Branch: master Date: Sat, 5 May 2018 01:50:56 +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: 396a8699-6d86-4c17-b1dc-34242fbd032a X-Archives-Hash: beea121f43778fa9fb6c6c23e76ed6bd commit: 61a1f7f0135c3fad78bc8966c3b3c729fabff833 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 1 11:58:07 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 01:37:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a1f7f0 app-office/pybliographer: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8229 app-office/pybliographer/pybliographer-1.2.15-r1.ebuild | 4 ++-- app-office/pybliographer/pybliographer-1.2.18.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild index d38eb93c8ab..de628cb4c89 100644 --- a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ GCONF_DEBUG="no" inherit autotools gnome2 python-single-r1 DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" -HOMEPAGE="http://pybliographer.org/" +HOMEPAGE="https://pybliographer.org" SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild index db2f51439e8..56aafb2eab0 100644 --- a/app-office/pybliographer/pybliographer-1.2.18.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-single-r1 DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" -HOMEPAGE="http://pybliographer.org/" +HOMEPAGE="https://pybliographer.org" SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" LICENSE="GPL-2"