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 90BF2138359 for ; Sat, 21 Nov 2020 16:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B856BE03EC; Sat, 21 Nov 2020 16:09:22 +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 9F217E03EC for ; Sat, 21 Nov 2020 16:09:21 +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 93EB1340BEA for ; Sat, 21 Nov 2020 16:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 919E82CA for ; Sat, 21 Nov 2020 16:09:18 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1605974954.1ae88a412b8955456b8f0c35134479e1c08852b4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bison/bison-3.6.4.ebuild sys-devel/bison/bison-3.7.1-r1.ebuild sys-devel/bison/bison-3.7.3.ebuild sys-devel/bison/bison-3.7.4.ebuild X-VCS-Directories: sys-devel/bison/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1ae88a412b8955456b8f0c35134479e1c08852b4 X-VCS-Branch: master Date: Sat, 21 Nov 2020 16:09:18 +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: e75e22de-a51d-44e2-9dee-6b6e22f69108 X-Archives-Hash: 65942ea32d8580073e960620a0779a80 commit: 1ae88a412b8955456b8f0c35134479e1c08852b4 Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 21 16:09:02 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 21 16:09:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae88a41 sys-devel/bison: Removed mirror://gentoo from SRC_URI Closes: https://bugs.gentoo.org/755959 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-devel/bison/bison-3.6.4.ebuild | 1 - sys-devel/bison/bison-3.7.1-r1.ebuild | 1 - sys-devel/bison/bison-3.7.3.ebuild | 1 - sys-devel/bison/bison-3.7.4.ebuild | 1 - 4 files changed, 4 deletions(-) diff --git a/sys-devel/bison/bison-3.6.4.ebuild b/sys-devel/bison/bison-3.6.4.ebuild index 471513e39d7..4247649b27f 100644 --- a/sys-devel/bison/bison-3.6.4.ebuild +++ b/sys-devel/bison/bison-3.6.4.ebuild @@ -10,7 +10,6 @@ PATCHES="${PN}-3.6.3-patches-01.tar.xz" DESCRIPTION="A general-purpose (yacc-compatible) parser generator" HOMEPAGE="https://www.gnu.org/software/bison/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz - mirror://gentoo/${PATCHES} https://dev.gentoo.org/~whissi/dist/bison/${PATCHES} https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCHES}" diff --git a/sys-devel/bison/bison-3.7.1-r1.ebuild b/sys-devel/bison/bison-3.7.1-r1.ebuild index 03e84b97c73..a7ca1520993 100644 --- a/sys-devel/bison/bison-3.7.1-r1.ebuild +++ b/sys-devel/bison/bison-3.7.1-r1.ebuild @@ -10,7 +10,6 @@ PATCH_TAR="${PN}-3.7.1-patches-01.tar.xz" DESCRIPTION="A general-purpose (yacc-compatible) parser generator" HOMEPAGE="https://www.gnu.org/software/bison/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz - mirror://gentoo/${PATCH_TAR} https://dev.gentoo.org/~whissi/dist/bison/${PATCH_TAR} https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCH_TAR}" diff --git a/sys-devel/bison/bison-3.7.3.ebuild b/sys-devel/bison/bison-3.7.3.ebuild index a123b190e3d..22d0bec0252 100644 --- a/sys-devel/bison/bison-3.7.3.ebuild +++ b/sys-devel/bison/bison-3.7.3.ebuild @@ -10,7 +10,6 @@ PATCH_TAR="${PN}-3.7.3-patches-01.tar.xz" DESCRIPTION="A general-purpose (yacc-compatible) parser generator" HOMEPAGE="https://www.gnu.org/software/bison/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz - mirror://gentoo/${PATCH_TAR} https://dev.gentoo.org/~whissi/dist/bison/${PATCH_TAR} https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCH_TAR}" diff --git a/sys-devel/bison/bison-3.7.4.ebuild b/sys-devel/bison/bison-3.7.4.ebuild index a123b190e3d..22d0bec0252 100644 --- a/sys-devel/bison/bison-3.7.4.ebuild +++ b/sys-devel/bison/bison-3.7.4.ebuild @@ -10,7 +10,6 @@ PATCH_TAR="${PN}-3.7.3-patches-01.tar.xz" DESCRIPTION="A general-purpose (yacc-compatible) parser generator" HOMEPAGE="https://www.gnu.org/software/bison/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz - mirror://gentoo/${PATCH_TAR} https://dev.gentoo.org/~whissi/dist/bison/${PATCH_TAR} https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCH_TAR}"