summaryrefslogtreecommitdiff
path: root/dev-haskell/uri-bytestring
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/uri-bytestring
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/uri-bytestring')
-rw-r--r--dev-haskell/uri-bytestring/Manifest3
-rw-r--r--dev-haskell/uri-bytestring/metadata.xml14
-rw-r--r--dev-haskell/uri-bytestring/uri-bytestring-0.3.3.0.ebuild51
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-haskell/uri-bytestring/Manifest b/dev-haskell/uri-bytestring/Manifest
deleted file mode 100644
index 9823b2dd24ca..000000000000
--- a/dev-haskell/uri-bytestring/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST uri-bytestring-0.3.3.0.tar.gz 22994 BLAKE2B 1dbe396e48773b93a3f1aae0bb84c1d525e0b5ff5831dade79c709ee215e79c1e7834296680341dc074953e249af3472e5b1504526854a28750ef5aee6acd50e SHA512 29be8a04bc95e5d86cb3f1c042e0acfec3970af7d9424c8e3218e143b2b9d783d1e7585597ba588928bd843b4d7f02dbb7f3ad862f39c60e4baa6c262faa9669
-EBUILD uri-bytestring-0.3.3.0.ebuild 1358 BLAKE2B c47bf2dfc1161ad5c008eaa145cc5b1792c40b38634deca9772fd576c23c40feec740262eaaac9943e5b5a51e8e7d3b2640c9da1a1f796006e9e3df2e827dd8f SHA512 5873c0308e80007025a807021c326e05ca53364e9cd6b6cc24c8bc7a4b3688196442b3b3c63a74e502bdddbbdd3f84ed7c0f08909a5c45800025278da708b7ec
-MISC metadata.xml 512 BLAKE2B f107a11336d94bcb37b450351a6e3cb6116034797fe5180dc84b7a887349d5ab1653754aa0dcc3892d068dfed95600729c7457e221943c636321909e7e3153b0 SHA512 b2c78cb815bcad32e080d9d5c871260167f7cf6db5bc16b7f9998a84415e4c9c43f436843ba63d2fa4b11a479a87f729e3f208e2fe71a62d9e4f52867a770c4b
diff --git a/dev-haskell/uri-bytestring/metadata.xml b/dev-haskell/uri-bytestring/metadata.xml
deleted file mode 100644
index 3e6a324405b4..000000000000
--- a/dev-haskell/uri-bytestring/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
- </longdescription>
- <upstream>
- <remote-id type="github">Soostone/uri-bytestring</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/uri-bytestring/uri-bytestring-0.3.3.0.ebuild b/dev-haskell/uri-bytestring/uri-bytestring-0.3.3.0.ebuild
deleted file mode 100644
index a0ef989d8d67..000000000000
--- a/dev-haskell/uri-bytestring/uri-bytestring-0.3.3.0.ebuild
+++ /dev/null
@@ -1,51 +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.6.9999
-#hackport: flags: -lib-werror
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell URI parsing as ByteStrings"
-HOMEPAGE="https://github.com/Soostone/uri-bytestring"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/attoparsec-0.13.1.0:=[profile?]
- >=dev-haskell/blaze-builder-0.3.0.0:=[profile?]
- >=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-5:=[profile?]
- >=dev-haskell/semigroups-0.16.2.2:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
- >=dev-haskell/th-lift-0.7.5:=[profile?] <dev-haskell/th-lift-0.9:=[profile?]
- >=dev-haskell/th-lift-instances-0.1.8:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
- test? ( >=dev-haskell/base-compat-0.7.0
- dev-haskell/hedgehog
- dev-haskell/hunit
- dev-haskell/safe
- dev-haskell/tasty
- dev-haskell/tasty-hedgehog
- dev-haskell/tasty-hunit )
-"
-
-# th-lift only required for <dev-lang/ghc-8
-src_prepare() {
- default
-
- cabal_chdeps \
- 'th-lift >= 0.7.5 && < 0.8' 'th-lift >= 0.7.5'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-lib-werror
-}