summaryrefslogtreecommitdiff
path: root/dev-haskell/harp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/harp
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/harp')
-rw-r--r--dev-haskell/harp/Manifest5
-rw-r--r--dev-haskell/harp/harp-0.4.1.ebuild24
-rw-r--r--dev-haskell/harp/harp-0.4.2.ebuild24
-rw-r--r--dev-haskell/harp/metadata.xml19
4 files changed, 72 insertions, 0 deletions
diff --git a/dev-haskell/harp/Manifest b/dev-haskell/harp/Manifest
new file mode 100644
index 000000000000..6f6890f42b79
--- /dev/null
+++ b/dev-haskell/harp/Manifest
@@ -0,0 +1,5 @@
+DIST harp-0.4.1.tar.gz 2831 BLAKE2B 1f160a15ef8c94d01d77ec9d571d649f3acfd123c1375a2678259b5ffd74b69aa3839acae0b0ae1697cf03fa310d74137fb8bf51a2fb641f823960eaa5775895 SHA512 f0e185df070301aa57ed3f2be1d9eaad65920de36404b4db81172565e87ddf152714e24fa57ad7d8519e464d8e6287d3a0b23c9242d759f4538033f239f061a9
+DIST harp-0.4.2.tar.gz 2900 BLAKE2B e849a5efc3e9e7274e3890e2e5cce5266e6cf3e1acfe023619696754a3c108263c59a4ec5f1069b9459e0348e0bdd02fa6b9f3120bbc8a65b11b340b81004a42 SHA512 2af06f0ccc138ba781edce6040fd4a88cace808990dc01cce4832414e2b4e29930c3493b320bd5d9a150823a9dcdce3a74bda82a078ded8afcce76edbdac1c13
+EBUILD harp-0.4.1.ebuild 571 BLAKE2B a260d339b20af603174d300001bf7cadaba0882a0d924306485a28339a9294921cc8c7704b7bf8b398b4e06a078da497a702bab4d117e38fd18763516b5d2544 SHA512 8f3b9de3a1388ccafffd0d266601362c1c1ac10733c867fbb758465d5b3f7d282a68c30f4472c18d14c9bbb3af5882d7f483f93a1ed597ce67a7397e279df96c
+EBUILD harp-0.4.2.ebuild 575 BLAKE2B 39183a61d9fe235c1875d2cfe9f887f87c26e8ec636d0185548067909d3b0fb61c385f6413cda9757cbfb36b2c73a5de9fc6a60cdc50232969683bfca860d481 SHA512 6747713a919cdce9a4b1039c2f423c54c7c09b634de4d00f8f0b1ecb629040eafa900f806acf30698a86dcd2e5238caea51cff4bbff888e2386d6ac1c2e2dfce
+MISC metadata.xml 791 BLAKE2B 222b9485281e5bbf2ebfa972f8b71c2e46b9aa269605d7d909645507debf6d633cafba0cb52723b14a3411e0e9b78a4c7d8f0f6b70681385b5a95a887e9b7198 SHA512 acb1e367a23883961e8c1a05d6903c8caafd3aa15cb33629325e5f07cd0a26f0655c112c4fe057a9fa9caee7f7f2b39c21d14331236166d20777e7dec440c6c6
diff --git a/dev-haskell/harp/harp-0.4.1.ebuild b/dev-haskell/harp/harp-0.4.1.ebuild
new file mode 100644
index 000000000000..2850959f149d
--- /dev/null
+++ b/dev-haskell/harp/harp-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal
+"
diff --git a/dev-haskell/harp/harp-0.4.2.ebuild b/dev-haskell/harp/harp-0.4.2.ebuild
new file mode 100644
index 000000000000..d150d596b33f
--- /dev/null
+++ b/dev-haskell/harp/harp-0.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/harp/metadata.xml b/dev-haskell/harp/metadata.xml
new file mode 100644
index 000000000000..54b09a2c0d8b
--- /dev/null
+++ b/dev-haskell/harp/metadata.xml
@@ -0,0 +1,19 @@
+<?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 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>