diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 15:55:43 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 15:58:55 +0100 |
commit | a14f7b9248495957462761979599bc9feea41cea (patch) | |
tree | af4a7d5ea06924ec06a51bafaf62ca3d012e458f /dev-haskell/http-api-data | |
parent | dev-haskell/doctemplates: drop old (diff) | |
download | gentoo-a14f7b9248495957462761979599bc9feea41cea.tar.gz gentoo-a14f7b9248495957462761979599bc9feea41cea.tar.bz2 gentoo-a14f7b9248495957462761979599bc9feea41cea.zip |
dev-haskell/http-api-data: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/http-api-data')
-rw-r--r-- | dev-haskell/http-api-data/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/http-api-data/http-api-data-0.3.3.ebuild | 42 | ||||
-rw-r--r-- | dev-haskell/http-api-data/metadata.xml | 3 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-haskell/http-api-data/Manifest b/dev-haskell/http-api-data/Manifest index f01a7d16413f..7f6025c4946c 100644 --- a/dev-haskell/http-api-data/Manifest +++ b/dev-haskell/http-api-data/Manifest @@ -1,2 +1 @@ -DIST http-api-data-0.3.3.tar.gz 17668 BLAKE2B 8b4dfbf237312cd89413d45d31fd0730eecc4459e63d3e6f66bc1fb128f5c1d0358c3726df453e805014f5607373b2883fab0e38b54ede83ac4417cc6be81296 SHA512 125240fe0da41ff118937864cc5386d50b58cba98fa9d463202ac73a07b2d530563c3a7c41f81be42f25d99bcfc12ed01dca095a000f0cefc655d8046c3aa00c DIST http-api-data-0.4.1.1.tar.gz 19800 BLAKE2B 1dea8465ca41d6a8afdc1a994bec79e2fd58889732275dd0dfab73b917e1ae7b21824ba36ba83471d82e18f4ebe05265655098912c4136fd4a250070641c5c74 SHA512 9b768dc790999e42a82753b69f6ab48df90721468eaff79bf4b9a1eb08572dba3488908db4ad0a1afb3956513a16fcd663f005856e230748f665987766e10c59 diff --git a/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild b/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild deleted file mode 100644 index 16d37ac76256..000000000000 --- a/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Converting to/from HTTP API data like URL pieces, headers and query parameters" -HOMEPAGE="https://github.com/fizruk/http-api-data" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="use-text-show" - -RDEPEND="dev-haskell/hashable:=[profile?] - >=dev-haskell/text-0.5:=[profile?] - >=dev-haskell/time-locale-compat-0.1.1.0:=[profile?] <dev-haskell/time-locale-compat-0.2:=[profile?] - dev-haskell/unordered-containers:=[profile?] - dev-haskell/uri-bytestring:=[profile?] - >=dev-haskell/uuid-types-1.0.2:=[profile?] <dev-haskell/uuid-types-1.1:=[profile?] - >=dev-lang/ghc-7.6.1:= - use-text-show? ( >=dev-haskell/text-show-2:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( >=dev-haskell/doctest-0.11 <dev-haskell/doctest-0.12 - >=dev-haskell/hspec-1.3 - dev-haskell/hunit - >=dev-haskell/quickcheck-2.9 - >=dev-haskell/quickcheck-instances-0.3.12 - dev-haskell/uuid ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag use-text-show use-text-show) -} diff --git a/dev-haskell/http-api-data/metadata.xml b/dev-haskell/http-api-data/metadata.xml index 249526e7aece..5da311b1ffc4 100644 --- a/dev-haskell/http-api-data/metadata.xml +++ b/dev-haskell/http-api-data/metadata.xml @@ -5,9 +5,6 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <use> - <flag name="use-text-show">Use text-show library for efficient ToHttpApiData implementations</flag> - </use> <upstream> <remote-id type="github">fizruk/http-api-data</remote-id> </upstream> |