commit: c2b88532758aeb590a080a7a4fe6bbffdeeb0ba4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 14:31:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 14:31:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b88532
dev-haskell/asn1-data: Remove last-rited pkg Closes: https://bugs.gentoo.org/735782 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-haskell/asn1-data/Manifest | 2 -- dev-haskell/asn1-data/asn1-data-0.7.1-r1.ebuild | 31 -------------------- dev-haskell/asn1-data/asn1-data-0.7.2.ebuild | 33 ---------------------- .../asn1-data/files/asn1-data-0.7.1-ghc-7.10.patch | 16 ----------- dev-haskell/asn1-data/metadata.xml | 16 ----------- profiles/package.mask | 6 ---- 6 files changed, 104 deletions(-) diff --git a/dev-haskell/asn1-data/Manifest b/dev-haskell/asn1-data/Manifest deleted file mode 100644 index defab5401bd..00000000000 --- a/dev-haskell/asn1-data/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST asn1-data-0.7.1.tar.gz 17500 BLAKE2B 4c24167096019d7834c8ebb6fe3d36b41ac366042ea69aa7e0fbc745af7d05bf204e15d4137f2b57ef2f30f5c2cd4905859cf6deedda4966412a23a3c2bcac90 SHA512 dc6021daf15e5f9b93703641780c6d81c6b385d2127bcc2f735ecaf54d1be5163ad5e9ae291a3e223ff05cf03e8bbf11af0791ee810a0ba174e9cc9e9fd910d0 -DIST asn1-data-0.7.2.tar.gz 17672 BLAKE2B a4d088400c58efe6528f49eb728f5be902f91fe8de32391e1267ec5ba596c51095df91444b41577d52554778e4589121c9d65243f0fb744277ce933729b062fa SHA512 739c2a9e99a978ba5384da5d5ed388554471f2f6e898c9e07f26de6c6d48bbb236d83b6e2281be7ce4d9db6225acb230010393e1cd368ef9cf4f65eddb8e1e38 diff --git a/dev-haskell/asn1-data/asn1-data-0.7.1-r1.ebuild b/dev-haskell/asn1-data/asn1-data-0.7.1-r1.ebuild deleted file mode 100644 index 57ddbe06aac..00000000000 --- a/dev-haskell/asn1-data/asn1-data-0.7.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit eutils haskell-cabal - -DESCRIPTION="ASN1 data reader and writer in RAW, BER and DER forms" -HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/data" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/cereal:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ghc-7.10.patch -} diff --git a/dev-haskell/asn1-data/asn1-data-0.7.2.ebuild b/dev-haskell/asn1-data/asn1-data-0.7.2.ebuild deleted file mode 100644 index b0b445edcae..00000000000 --- a/dev-haskell/asn1-data/asn1-data-0.7.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.9999 -#hackport: flags: -test - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="ASN1 data reader and writer in RAW, BER and DER forms" -HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/data" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/cereal:=[profile?] - >=dev-haskell/mtl-2:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-test -} diff --git a/dev-haskell/asn1-data/files/asn1-data-0.7.1-ghc-7.10.patch b/dev-haskell/asn1-data/files/asn1-data-0.7.1-ghc-7.10.patch deleted file mode 100644 index 8bf958454be..00000000000 --- a/dev-haskell/asn1-data/files/asn1-data-0.7.1-ghc-7.10.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/Data/ASN1/Parse.hs b/Data/ASN1/Parse.hs -index eeea2be..83bc80e 100644 ---- a/Data/ASN1/Parse.hs -+++ b/Data/ASN1/Parse.hs -@@ -24 +24 @@ import Control.Monad.Error --import Control.Applicative ((<$>)) -+import Control.Applicative ((<$>), Applicative) -@@ -25,7 +25,7 @@ import Control.Applicative ((<$>)) - - -- | Parse ASN1 Monad - newtype ParseASN1 a = P { runP :: ErrorT String (State [ASN1]) a } -- deriving (Functor, Monad, MonadError String) -+ deriving (Functor, Applicative, Monad, MonadError String) - - -- | run the parse monad over a stream and returns the result and the remaining ASN1 Stream. - runParseASN1State :: ParseASN1 a -> [ASN1] -> Either String (a,[ASN1]) diff --git a/dev-haskell/asn1-data/metadata.xml b/dev-haskell/asn1-data/metadata.xml deleted file mode 100644 index 03e145ac586..00000000000 --- a/dev-haskell/asn1-data/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, CER and DER). - - All interfaces use the enumerator interface. - </longdescription> - <upstream> - <remote-id type="github">vincenthz/hs-asn1-data</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index fdc615f57ba..9f3e90b07a8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -571,12 +571,6 @@ dev-lang/spark # Bug #735996. dev-haskell/hastache -# Sergei Trofimovich <[email protected]> (2020-08-22) -# Obsolete package without reverse dependencies. -# Does not compile against ghc-8.8. Removal in 30 days. -# Bug #735782. -dev-haskell/asn1-data - # Alfredo Tupone <[email protected]> (2020-08-16) # Ported to py3.8 but not yet released # Masked to allow py2.7 removal
