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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13B3C15808B for ; Fri, 25 Mar 2022 15:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE21E0788; Fri, 25 Mar 2022 15:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1441FE05C1 for ; Fri, 25 Mar 2022 15:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C6953430E2 for ; Fri, 25 Mar 2022 15:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F44344 for ; Fri, 25 Mar 2022 15:17:02 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1648052126.569ceae6049ab704ab4d367cc0de3997657e27f4.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/fontmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fontmake/fontmake-2.4.0.ebuild dev-util/fontmake/fontmake-3.2.0.ebuild X-VCS-Directories: dev-util/fontmake/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 569ceae6049ab704ab4d367cc0de3997657e27f4 X-VCS-Branch: master Date: Fri, 25 Mar 2022 15:17:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68d8bd98-4d37-45a9-9c21-a23074ad1984 X-Archives-Hash: 101b5434f45b9f7cca49fbe8eab61a5b commit: 569ceae6049ab704ab4d367cc0de3997657e27f4 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Mar 23 15:54:25 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Mar 23 16:15:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=569ceae6 dev-util/fontmake: Fix HOMEPAGE Old URL is a permanent redirect to new URL. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-util/fontmake/fontmake-2.4.0.ebuild | 4 ++-- dev-util/fontmake/fontmake-3.2.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/fontmake/fontmake-2.4.0.ebuild b/dev-util/fontmake/fontmake-2.4.0.ebuild index a16e48a19..ee30177cb 100644 --- a/dev-util/fontmake/fontmake-2.4.0.ebuild +++ b/dev-util/fontmake/fontmake-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit distutils-r1 SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources" -HOMEPAGE="https://github.com/googlei18n/fontmake" +HOMEPAGE="https://github.com/googlefonts/fontmake" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/fontmake/fontmake-3.2.0.ebuild b/dev-util/fontmake/fontmake-3.2.0.ebuild index 0dddd9527..f844c44d9 100644 --- a/dev-util/fontmake/fontmake-3.2.0.ebuild +++ b/dev-util/fontmake/fontmake-3.2.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 optfeature DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources" -HOMEPAGE="https://github.com/googlei18n/fontmake" +HOMEPAGE="https://github.com/googlefonts/fontmake" SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 108F515808B for ; Wed, 23 Mar 2022 16:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD606E0905; Wed, 23 Mar 2022 16:17:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E9A9E08FC for ; Wed, 23 Mar 2022 16:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E58B34323B for ; Wed, 23 Mar 2022 16:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 076FE339 for ; Wed, 23 Mar 2022 16:17:14 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1648052126.569ceae6049ab704ab4d367cc0de3997657e27f4.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/fontmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fontmake/fontmake-2.4.0.ebuild dev-util/fontmake/fontmake-3.2.0.ebuild X-VCS-Directories: dev-util/fontmake/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 569ceae6049ab704ab4d367cc0de3997657e27f4 X-VCS-Branch: dev Date: Wed, 23 Mar 2022 16:17:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5511ebfc-b947-4f80-ba69-0ff15ba6bbab X-Archives-Hash: 4b616cb2b4bae2df1f25e4768cdf9dc1 Message-ID: <20220323161714.mAVLP-vyN3xI9LlbIe4ltEzj7dg3Ly-KYP-9m3Abbmc@z> commit: 569ceae6049ab704ab4d367cc0de3997657e27f4 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Mar 23 15:54:25 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Mar 23 16:15:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=569ceae6 dev-util/fontmake: Fix HOMEPAGE Old URL is a permanent redirect to new URL. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-util/fontmake/fontmake-2.4.0.ebuild | 4 ++-- dev-util/fontmake/fontmake-3.2.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/fontmake/fontmake-2.4.0.ebuild b/dev-util/fontmake/fontmake-2.4.0.ebuild index a16e48a19..ee30177cb 100644 --- a/dev-util/fontmake/fontmake-2.4.0.ebuild +++ b/dev-util/fontmake/fontmake-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit distutils-r1 SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources" -HOMEPAGE="https://github.com/googlei18n/fontmake" +HOMEPAGE="https://github.com/googlefonts/fontmake" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/fontmake/fontmake-3.2.0.ebuild b/dev-util/fontmake/fontmake-3.2.0.ebuild index 0dddd9527..f844c44d9 100644 --- a/dev-util/fontmake/fontmake-3.2.0.ebuild +++ b/dev-util/fontmake/fontmake-3.2.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 optfeature DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources" -HOMEPAGE="https://github.com/googlei18n/fontmake" +HOMEPAGE="https://github.com/googlefonts/fontmake" SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"