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 513BB1396D0 for ; Fri, 11 Aug 2017 19:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91916E0DA0; Fri, 11 Aug 2017 19:57:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5E38DE0D9E for ; Fri, 11 Aug 2017 19:57:27 +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 5E05C34193D for ; Fri, 11 Aug 2017 19:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 002B075F5 for ; Fri, 11 Aug 2017 19:57:25 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502481402.5aea33e51ca0363ca14115524b0427895811ae2d.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/fribidi/fribidi-0.19.5-r1.ebuild dev-libs/fribidi/fribidi-0.19.6.ebuild dev-libs/fribidi/fribidi-0.19.7.ebuild X-VCS-Directories: dev-libs/fribidi/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 5aea33e51ca0363ca14115524b0427895811ae2d X-VCS-Branch: master Date: Fri, 11 Aug 2017 19:57:25 +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: ae8cb1af-3c3c-4c4c-bc8d-2bb729b3080a X-Archives-Hash: 389d602d54057a04afb75bf915cebbf3 commit: 5aea33e51ca0363ca14115524b0427895811ae2d Author: Amy Liffey gentoo org> AuthorDate: Fri Aug 11 19:45:55 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 11 19:56:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aea33e5 dev-libs/fribidi: fix homepage, src_uri Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-libs/fribidi/fribidi-0.19.5-r1.ebuild | 6 +++--- dev-libs/fribidi/fribidi-0.19.6.ebuild | 6 +++--- dev-libs/fribidi/fribidi-0.19.7.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild b/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild index 4fc14c5c9a5..5566b38636b 100644 --- a/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild +++ b/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="http://fribidi.org/" -SRC_URI="http://fribidi.org/download/${P}.tar.bz2" +HOMEPAGE="https://fribidi.org/" +SRC_URI="https://fribidi.org/download/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/fribidi/fribidi-0.19.6.ebuild b/dev-libs/fribidi/fribidi-0.19.6.ebuild index bf79a9351f1..f84e757e93f 100644 --- a/dev-libs/fribidi/fribidi-0.19.6.ebuild +++ b/dev-libs/fribidi/fribidi-0.19.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools eutils autotools-multilib DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="http://fribidi.org/" -SRC_URI="http://fribidi.org/download/${P}.tar.bz2" +HOMEPAGE="https://fribidi.org/" +SRC_URI="https://fribidi.org/download/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/fribidi/fribidi-0.19.7.ebuild b/dev-libs/fribidi/fribidi-0.19.7.ebuild index fdb6c017639..d412461bead 100644 --- a/dev-libs/fribidi/fribidi-0.19.7.ebuild +++ b/dev-libs/fribidi/fribidi-0.19.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools autotools-multilib DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="http://fribidi.org/" -SRC_URI="http://fribidi.org/download/${P}.tar.bz2" +HOMEPAGE="https://fribidi.org/" +SRC_URI="https://fribidi.org/download/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0"