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 DA0C8138334 for ; Fri, 14 Jun 2019 06:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2554E08BF; Fri, 14 Jun 2019 06:35:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D19DAE08BF for ; Fri, 14 Jun 2019 06:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8F1DF346051 for ; Fri, 14 Jun 2019 06:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74D0F5FE for ; Fri, 14 Jun 2019 06:35:20 +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: <1560494110.fd74df57686da63ce4c3a918b6a9db9899f76605.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/quickfuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild app-forensics/quickfuzz/quickfuzz-9999.ebuild X-VCS-Directories: app-forensics/quickfuzz/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fd74df57686da63ce4c3a918b6a9db9899f76605 X-VCS-Branch: master Date: Fri, 14 Jun 2019 06:35: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: 5f2be85e-0f91-48f3-b9ed-d1482b7e3169 X-Archives-Hash: 107b1f89ec56635f955e0d718058eaf2 commit: fd74df57686da63ce4c3a918b6a9db9899f76605 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jun 14 06:34:28 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jun 14 06:35:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd74df57 app-forensics/quickfuzz: update HOMEPAGE, bug #687638 The change follows commit https://github.com/CIFASIS/QuickFuzz/commit/a1c69f028b0960c002cb83e8145f039ecc0e0a23 Reported-by: Jonas Stein Closes: https://bugs.gentoo.org/687638 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Sergei Trofimovich gentoo.org> app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild | 4 ++-- app-forensics/quickfuzz/quickfuzz-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild index b16b564b392..8699d3f648e 100644 --- a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild +++ b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN="QuickFuzz" MY_P="${MY_PN}-${PV}" DESCRIPTION="An experimental grammar fuzzer in Haskell using QuickCheck" -HOMEPAGE="http://quickfuzz.org/" +HOMEPAGE="http://quickfuzz.cifasis-conicet.gov.ar/" SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-forensics/quickfuzz/quickfuzz-9999.ebuild b/app-forensics/quickfuzz/quickfuzz-9999.ebuild index 41734df6f0c..3b81cfa5194 100644 --- a/app-forensics/quickfuzz/quickfuzz-9999.ebuild +++ b/app-forensics/quickfuzz/quickfuzz-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN="QuickFuzz" MY_P="${MY_PN}-${PV}" DESCRIPTION="An experimental grammar fuzzer in Haskell using QuickCheck" -HOMEPAGE="http://quickfuzz.org/" +HOMEPAGE="http://quickfuzz.cifasis-conicet.gov.ar/" EGIT_REPO_URI="https://github.com/CIFASIS/QuickFuzz.git" LICENSE="GPL-3"