diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 16:31:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 16:31:05 +0200 |
commit | c2b88532758aeb590a080a7a4fe6bbffdeeb0ba4 (patch) | |
tree | aafad0a1b0ef025363dbd5482c5fd26a69edd95a /dev-haskell/asn1-data | |
parent | dev-haskell/certificate: Remove last-rited pkg (diff) | |
download | gentoo-c2b88532758aeb590a080a7a4fe6bbffdeeb0ba4.tar.gz gentoo-c2b88532758aeb590a080a7a4fe6bbffdeeb0ba4.tar.bz2 gentoo-c2b88532758aeb590a080a7a4fe6bbffdeeb0ba4.zip |
dev-haskell/asn1-data: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735782
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-haskell/asn1-data')
-rw-r--r-- | dev-haskell/asn1-data/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/asn1-data/asn1-data-0.7.1-r1.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/asn1-data/asn1-data-0.7.2.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/asn1-data/files/asn1-data-0.7.1-ghc-7.10.patch | 16 | ||||
-rw-r--r-- | dev-haskell/asn1-data/metadata.xml | 16 |
5 files changed, 0 insertions, 98 deletions
diff --git a/dev-haskell/asn1-data/Manifest b/dev-haskell/asn1-data/Manifest deleted file mode 100644 index defab5401bd6..000000000000 --- 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 57ddbe06aacf..000000000000 --- 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 b0b445edcae0..000000000000 --- 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 8bf958454bef..000000000000 --- 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 03e145ac586e..000000000000 --- 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>haskell@gentoo.org</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> |