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 8D0721382C5 for ; Sun, 20 May 2018 00:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6F2E0922; Sun, 20 May 2018 00:16:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24F77E091F for ; Sun, 20 May 2018 00:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B5258335CB6 for ; Sun, 20 May 2018 00:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E07B22BD for ; Sun, 20 May 2018 00:16:47 +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: <1526775245.b91ae43c6d56d69a96a98c0f9687982873238fa1.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/corebird/corebird-0.8.ebuild net-im/corebird/corebird-1.0.ebuild net-im/corebird/corebird-1.1.ebuild net-im/corebird/corebird-1.5-r2.ebuild net-im/corebird/corebird-1.5.1.ebuild net-im/corebird/corebird-1.6.ebuild net-im/corebird/corebird-1.7.2.ebuild X-VCS-Directories: net-im/corebird/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b91ae43c6d56d69a96a98c0f9687982873238fa1 X-VCS-Branch: master Date: Sun, 20 May 2018 00:16:47 +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: d1326059-20d0-44fe-8bae-10b21bf2a545 X-Archives-Hash: 7c176a11994a65757a78ed58886d1dfe commit: b91ae43c6d56d69a96a98c0f9687982873238fa1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:47:31 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:14:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91ae43c net-im/corebird: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8479 net-im/corebird/corebird-0.8.ebuild | 4 ++-- net-im/corebird/corebird-1.0.ebuild | 4 ++-- net-im/corebird/corebird-1.1.ebuild | 4 ++-- net-im/corebird/corebird-1.5-r2.ebuild | 4 ++-- net-im/corebird/corebird-1.5.1.ebuild | 4 ++-- net-im/corebird/corebird-1.6.ebuild | 4 ++-- net-im/corebird/corebird-1.7.2.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net-im/corebird/corebird-0.8.ebuild b/net-im/corebird/corebird-0.8.ebuild index edde2a21c5e..49c8f2a5ef4 100644 --- a/net-im/corebird/corebird-0.8.ebuild +++ b/net-im/corebird/corebird-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 inherit eutils autotools-utils gnome2 vala DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-im/corebird/corebird-1.0.ebuild b/net-im/corebird/corebird-1.0.ebuild index 794ed7e9d84..a3379003a8d 100644 --- a/net-im/corebird/corebird-1.0.ebuild +++ b/net-im/corebird/corebird-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 inherit eutils autotools-utils gnome2 vala DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-im/corebird/corebird-1.1.ebuild b/net-im/corebird/corebird-1.1.ebuild index 10ed157602c..389c95d922f 100644 --- a/net-im/corebird/corebird-1.1.ebuild +++ b/net-im/corebird/corebird-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 inherit eutils autotools-utils gnome2 vala DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-im/corebird/corebird-1.5-r2.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild index 2b05bc95eef..2f515cc2371 100644 --- a/net-im/corebird/corebird-1.5-r2.ebuild +++ b/net-im/corebird/corebird-1.5-r2.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 @@ VALA_MIN_API_VERSION=0.34 inherit autotools gnome2 vala virtualx DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-im/corebird/corebird-1.5.1.ebuild b/net-im/corebird/corebird-1.5.1.ebuild index 2b05bc95eef..2f515cc2371 100644 --- a/net-im/corebird/corebird-1.5.1.ebuild +++ b/net-im/corebird/corebird-1.5.1.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 @@ VALA_MIN_API_VERSION=0.34 inherit autotools gnome2 vala virtualx DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-im/corebird/corebird-1.6.ebuild b/net-im/corebird/corebird-1.6.ebuild index 33c417eb139..c5c524a48e7 100644 --- a/net-im/corebird/corebird-1.6.ebuild +++ b/net-im/corebird/corebird-1.6.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 @@ VALA_MIN_API_VERSION=0.34 inherit autotools gnome2 vala virtualx DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-im/corebird/corebird-1.7.2.ebuild b/net-im/corebird/corebird-1.7.2.ebuild index d57b464e3fb..c449dcfdd68 100644 --- a/net-im/corebird/corebird-1.7.2.ebuild +++ b/net-im/corebird/corebird-1.7.2.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 @@ VALA_MIN_API_VERSION=0.34 inherit autotools gnome2 vala virtualx DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="http://corebird.baedert.org/" +HOMEPAGE="https://corebird.baedert.org/" SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"