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 42E97138359 for ; Mon, 20 Jul 2020 09:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71DBBE087E; Mon, 20 Jul 2020 09:01:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 58DF2E087E for ; Mon, 20 Jul 2020 09:01:39 +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 00A1734F0C9 for ; Mon, 20 Jul 2020 09:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F8312DD for ; Mon, 20 Jul 2020 09:01:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595235678.62274aeccc2acdae304c908b584d7f85befac51d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp4/camlp4-4.04_p1.ebuild dev-ml/camlp4/camlp4-4.05_p1.ebuild dev-ml/camlp4/camlp4-4.08_p1.ebuild dev-ml/camlp4/metadata.xml X-VCS-Directories: dev-ml/camlp4/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 62274aeccc2acdae304c908b584d7f85befac51d X-VCS-Branch: master Date: Mon, 20 Jul 2020 09:01:36 +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: 7762b52f-ee70-4447-966e-ec903080419f X-Archives-Hash: b18c1590f5bebdccc2a69dad6fc150cc commit: 62274aeccc2acdae304c908b584d7f85befac51d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jul 4 07:14:20 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 20 09:01:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62274aec dev-ml/camlp4: update github link Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Joonas Niilola gentoo.org> dev-ml/camlp4/camlp4-4.04_p1.ebuild | 4 ++-- dev-ml/camlp4/camlp4-4.05_p1.ebuild | 4 ++-- dev-ml/camlp4/camlp4-4.08_p1.ebuild | 4 ++-- dev-ml/camlp4/metadata.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild b/dev-ml/camlp4/camlp4-4.04_p1.ebuild index af8352a49da..bb89a08912a 100644 --- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.04_p1.ebuild @@ -7,8 +7,8 @@ MY_PV=${PV/_p/+} MY_P=${PN}-${MY_PV} DESCRIPTION="System for writing extensible parsers for programming languages" -HOMEPAGE="https://github.com/ocaml/camlp4" -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/camlp4/camlp4" +SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1.ebuild index c7ad55154b1..232dd749ff9 100644 --- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.05_p1.ebuild @@ -7,8 +7,8 @@ MY_PV=${PV/_p/+} MY_P=${PN}-${MY_PV} DESCRIPTION="System for writing extensible parsers for programming languages" -HOMEPAGE="https://github.com/ocaml/camlp4" -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/camlp4/camlp4" +SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild index 731b5432fd9..4607c05c425 100644 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild @@ -7,8 +7,8 @@ MY_PV=${PV/_p/+} MY_P=${PN}-${MY_PV} DESCRIPTION="System for writing extensible parsers for programming languages" -HOMEPAGE="https://github.com/ocaml/camlp4" -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/camlp4/camlp4" +SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/camlp4/metadata.xml b/dev-ml/camlp4/metadata.xml index 84b75ed6cfb..33d51779cb3 100644 --- a/dev-ml/camlp4/metadata.xml +++ b/dev-ml/camlp4/metadata.xml @@ -3,6 +3,6 @@ - ocaml/camlp4 + camlp4/camlp4