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 B890013835A for ; Sun, 1 Nov 2020 11:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBC4E083E; Sun, 1 Nov 2020 11:06:39 +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 C736BE083E for ; Sun, 1 Nov 2020 11:06: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 3D99B34090F for ; Sun, 1 Nov 2020 11:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8133FA for ; Sun, 1 Nov 2020 11:06:36 +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: <1604228784.b5e8066a5020c3b3526dd260e834e01b0285979d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tasty-smallcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/tasty-smallcheck/metadata.xml dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild X-VCS-Directories: dev-haskell/tasty-smallcheck/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b5e8066a5020c3b3526dd260e834e01b0285979d X-VCS-Branch: master Date: Sun, 1 Nov 2020 11:06: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: ab0fb7ca-908d-4a15-a8df-e4b05de9cf5e X-Archives-Hash: fa1633273970a17f6e25a463615635b4 commit: b5e8066a5020c3b3526dd260e834e01b0285979d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 1 10:46:11 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 1 11:06:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e8066a dev-haskell/tasty-smallcheck: bump up to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/tasty-smallcheck/metadata.xml | 3 --- dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-haskell/tasty-smallcheck/metadata.xml b/dev-haskell/tasty-smallcheck/metadata.xml index 12d35e39322..b7878815d80 100644 --- a/dev-haskell/tasty-smallcheck/metadata.xml +++ b/dev-haskell/tasty-smallcheck/metadata.xml @@ -5,7 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - feuerbach/tasty - diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild index 973abb68176..28abaea3182 100644 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild +++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.6.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal