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 ACCEA13835B for ; Mon, 21 Sep 2020 22:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF647E083B; Mon, 21 Sep 2020 22:07:45 +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 C555AE0835 for ; Mon, 21 Sep 2020 22:07:45 +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 BB3FE340E87 for ; Mon, 21 Sep 2020 22:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47332377 for ; Mon, 21 Sep 2020 22:07:43 +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: <1600726058.58a877d28e9a282d7054e43a217b154003f6e27c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/texmath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/texmath/Manifest dev-haskell/texmath/texmath-0.12.0.2.ebuild X-VCS-Directories: dev-haskell/texmath/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 58a877d28e9a282d7054e43a217b154003f6e27c X-VCS-Branch: master Date: Mon, 21 Sep 2020 22:07:43 +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: f35ee675-8537-4269-a91e-d6ebb3187d80 X-Archives-Hash: f020f0c9ffc10b67bee87553022d6ae8 commit: 58a877d28e9a282d7054e43a217b154003f6e27c Author: Jack Todaro posteo org> AuthorDate: Mon Sep 21 08:24:31 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Sep 21 22:07:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a877d2 dev-haskell/texmath: drop old Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/texmath/Manifest | 1 - dev-haskell/texmath/texmath-0.12.0.2.ebuild | 41 ----------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-haskell/texmath/Manifest b/dev-haskell/texmath/Manifest index cd18604c0a1..7fae6e90550 100644 --- a/dev-haskell/texmath/Manifest +++ b/dev-haskell/texmath/Manifest @@ -1,2 +1 @@ -DIST texmath-0.12.0.2.tar.gz 1792597 BLAKE2B 17981e435d870a4640f6a773be02e99dbaee295a420b11f90f357b9b483e9b8f5ff3b0363178b9fc57afbf7ff99328454af9c6ae8606a194a57d72ddbef968e0 SHA512 d5b3418492495f59b493bc418e68f4e66f7d2b4eb1293b540b1eb00312a7cded7eb4dba9b178224d311a1999fefac49b5cbb5caa50a85296292cb35d5806dfc6 DIST texmath-0.12.0.3.tar.gz 1792577 BLAKE2B 0c5ecb7cc49a53ad0ce54755a2a8518066223733b51287013d6e649fdb94b022a9ab81ceb3bb42b80b84bf75e9aa0088adbafe76e147d5314907d8aeb6be9a8e SHA512 54b4789559dc7c6973854c290b018e7c00dd0ff1c06d8045b5d0a2304436bb59a951e93ab2c9d1d133a9d7c5197cc456334d40dc112c6c6a8f8e9370ab8aa190 diff --git a/dev-haskell/texmath/texmath-0.12.0.2.ebuild b/dev-haskell/texmath/texmath-0.12.0.2.ebuild deleted file mode 100644 index c116e53f3dc..00000000000 --- a/dev-haskell/texmath/texmath-0.12.0.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Conversion between formats used to represent mathematics" -HOMEPAGE="https://github.com/jgm/texmath" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable +network-uri" - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-haskell/pandoc-types-1.20:=[profile?] =dev-haskell/parsec-3:=[profile?] - >=dev-haskell/syb-0.4.2:=[profile?] =dev-lang/ghc-8.8.1:= - executable? ( dev-haskell/aeson:=[profile?] - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? (