summaryrefslogtreecommitdiff
path: root/dev-haskell/filemanip
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/filemanip
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/filemanip')
-rw-r--r--dev-haskell/filemanip/Manifest3
-rw-r--r--dev-haskell/filemanip/filemanip-0.3.6.3.ebuild26
-rw-r--r--dev-haskell/filemanip/metadata.xml16
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/filemanip/Manifest b/dev-haskell/filemanip/Manifest
new file mode 100644
index 000000000000..49178d234af4
--- /dev/null
+++ b/dev-haskell/filemanip/Manifest
@@ -0,0 +1,3 @@
+DIST filemanip-0.3.6.3.tar.gz 10369 BLAKE2B 19f68d3c130ff5d2f40cae100eeee4ae079d86c0d23138e44b7f22d07584c941a8a0ad8cddb04b474a86729872699ac72991a0dcf6c9807377a761570138710c SHA512 5cb6ad4e310c1ae3b038ccfa3154536db73145e4dea4a7be1ae0563ba44565494e378fa8e459f449feac2bcc140f1128b0b3ec915acd2300e73cf012ada85160
+EBUILD filemanip-0.3.6.3.ebuild 617 BLAKE2B 083d7d1eee8a95d847ae45f8850061c99d41b7de808995c6f2221d28f8612d6cea59d6c02d4bdf04425ae4f5be47bdb327d86d5db800f87475dafc711a7f7fd1 SHA512 818a9bc4a93850ef9a3fecf62ce09c151b29bc1ea3c90b8a92c234da1c94ddbd914a07dca8f1901e83999e3c729ff5bc599311acb732a0a0aca4853aa0a9d24e
+MISC metadata.xml 516 BLAKE2B 61b30369e5a46af92e588ac196e00822cef6919e4cce101a204045280e5311b3e0b2475755e2778a7d2fe7f1ee39852e50e9d54ceb67b9cc8b0fec32cfae566a SHA512 6dc2a8084fd770c5e6da7536c09dcba528b8db906acf39d49ba91bf34cdb3eaca72cc6127d8ff1b9e0d938c27e07382fc4c57b65732829ecf3414c423f7d00b3
diff --git a/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild b/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild
new file mode 100644
index 000000000000..111b8a885768
--- /dev/null
+++ b/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Expressive file and directory manipulation for Haskell"
+HOMEPAGE="https://github.com/bos/filemanip"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ dev-haskell/unix-compat:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/filemanip/metadata.xml b/dev-haskell/filemanip/metadata.xml
new file mode 100644
index 000000000000..445e6f97d517
--- /dev/null
+++ b/dev-haskell/filemanip/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+ A Haskell library for working with files and directories.
+ Includes code for pattern matching, finding files,
+ modifying file contents, and more.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">bos/filemanip</remote-id>
+ </upstream>
+</pkgmetadata>