summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 09:20:57 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 09:20:57 +0200
commite0e57d263f7b50021222254763bcbb04ed49a5a0 (patch)
treee5ccce13410c39fbd41e1287ec5cef50b3e22891 /dev-haskell/harp
parentdev-haskell/haskell-src: treeclean (diff)
downloadgentoo-e0e57d263f7b50021222254763bcbb04ed49a5a0.tar.gz
gentoo-e0e57d263f7b50021222254763bcbb04ed49a5a0.tar.bz2
gentoo-e0e57d263f7b50021222254763bcbb04ed49a5a0.zip
dev-haskell/harp: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/harp')
-rw-r--r--dev-haskell/harp/Manifest1
-rw-r--r--dev-haskell/harp/harp-0.4.3.2.ebuild31
-rw-r--r--dev-haskell/harp/metadata.xml19
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-haskell/harp/Manifest b/dev-haskell/harp/Manifest
deleted file mode 100644
index f5beec9dc043..000000000000
--- a/dev-haskell/harp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST harp-0.4.3.2.tar.gz 2908 BLAKE2B 70ce7ab8d4ea89700412bf78cced290ae7d4a0b880f4814c2cdae57f64e8e5a8cd3684dd5a8cae19589a520514ee71b75697bd36cb93a03458c31da235ef919b SHA512 912e4a79eea4fa5ee1b989b2b073676874303aa68fdb91dda24e2e87b7445f1fc0db92bc01159021cdfe64a3875477985fcbe5cc6a9b698e6604da978c265020
diff --git a/dev-haskell/harp/harp-0.4.3.2.ebuild b/dev-haskell/harp/harp-0.4.3.2.ebuild
deleted file mode 100644
index 6d0c7ef3f3b6..000000000000
--- a/dev-haskell/harp/harp-0.4.3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="HaRP allows pattern-matching with regular expressions"
-HOMEPAGE="https://github.com/seereason/harp"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
-
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base < 4.13' 'base'
-}
diff --git a/dev-haskell/harp/metadata.xml b/dev-haskell/harp/metadata.xml
deleted file mode 100644
index 4134cb256d1e..000000000000
--- a/dev-haskell/harp/metadata.xml
+++ /dev/null
@@ -1,19 +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 lang="en">
- HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the
- normal pattern matching facility with the power of regular expressions. This
- expressive power is highly useful in a wide range of areas, including text
- parsing and XML processing. Regular expression patterns in HaRP work over
- ordinary Haskell lists ([]) of arbitrary type. HaRP is implemented as a
- pre-processor to ordinary Haskell.
- </longdescription>
- <upstream>
- <remote-id type="github">seereason/harp</remote-id>
- </upstream>
-</pkgmetadata>