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 8BBCA158086 for ; Tue, 23 Nov 2021 14:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D19C2E0844; Tue, 23 Nov 2021 14:53:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B7DC4E0844 for ; Tue, 23 Nov 2021 14:53:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4A34342F3E for ; Tue, 23 Nov 2021 14:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424BC1BD for ; Tue, 23 Nov 2021 14:53:20 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1637679100.e1da624cf4ec618a14b6ec6007ae5ae7aabfc9e0.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/muParser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/muParser/muParser-2.2.6.1.ebuild dev-cpp/muParser/muParser-2.3.2-r1.ebuild X-VCS-Directories: dev-cpp/muParser/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: e1da624cf4ec618a14b6ec6007ae5ae7aabfc9e0 X-VCS-Branch: master Date: Tue, 23 Nov 2021 14:53:20 +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: b5bb0e0b-8ce1-4fc7-8a16-de0cb7f8b633 X-Archives-Hash: 5537dacd59e90205221a85d8d60e33ab commit: e1da624cf4ec618a14b6ec6007ae5ae7aabfc9e0 Author: Matthias Maier gentoo org> AuthorDate: Tue Nov 23 14:51:40 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Nov 23 14:51:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1da624c dev-cpp/muParser: update homepage Closes: https://bugs.gentoo.org/794004 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> dev-cpp/muParser/muParser-2.2.6.1.ebuild | 2 +- dev-cpp/muParser/muParser-2.3.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/muParser/muParser-2.2.6.1.ebuild b/dev-cpp/muParser/muParser-2.2.6.1.ebuild index 9dd3c1139202..d8bd2f678d9a 100644 --- a/dev-cpp/muParser/muParser-2.2.6.1.ebuild +++ b/dev-cpp/muParser/muParser-2.2.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Library for parsing mathematical expressions" -HOMEPAGE="http://muparser.beltoforion.de/" +HOMEPAGE="https://beltoforion.de/en/muparser/" SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/muparser-${PV} diff --git a/dev-cpp/muParser/muParser-2.3.2-r1.ebuild b/dev-cpp/muParser/muParser-2.3.2-r1.ebuild index 010002a56d2e..5becc8fae2cc 100644 --- a/dev-cpp/muParser/muParser-2.3.2-r1.ebuild +++ b/dev-cpp/muParser/muParser-2.3.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="Library for parsing mathematical expressions" -HOMEPAGE="http://muparser.beltoforion.de/" +HOMEPAGE="https://beltoforion.de/en/muparser/" SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/muparser-${PV}