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 87A24138359 for ; Tue, 18 Aug 2020 17:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F4BE08FA; Tue, 18 Aug 2020 17:06:50 +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 952FCE08FA for ; Tue, 18 Aug 2020 17:06:50 +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 3C1F034EEC2 for ; Tue, 18 Aug 2020 17:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BF7C32C for ; Tue, 18 Aug 2020 17:06:46 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1597770388.c97eac9be58c20b03305d4de80767cb68671178c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/regex-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild X-VCS-Directories: dev-haskell/regex-compat/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c97eac9be58c20b03305d4de80767cb68671178c X-VCS-Branch: master Date: Tue, 18 Aug 2020 17:06:46 +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: 04ddb504-16a3-4c47-be3d-39be1d2e35de X-Archives-Hash: 2b7fc467b90635ec2c19ffabe37b72d7 commit: c97eac9be58c20b03305d4de80767cb68671178c Author: Jakov Smolic sartura hr> AuthorDate: Tue Aug 18 07:21:07 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 17:06:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97eac9b dev-haskell/regex-compat: update homepage Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild | 2 +- dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild index 30720796f3d..49ca1042715 100644 --- a/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Replaces/Enhances Text.Regex" -HOMEPAGE="https://sourceforge.net/projects/lazy-regex" +HOMEPAGE="https://hackage.haskell.org/package/regex-compat" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild index 43f77366205..ea2e40edd74 100644 --- a/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Replaces/Enhances Text.Regex" -HOMEPAGE="http://hackage.haskell.org/package/regex-compat" +HOMEPAGE="https://hackage.haskell.org/package/regex-compat" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD"