summaryrefslogtreecommitdiff
path: root/dev-haskell/multipart
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/multipart
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/multipart')
-rw-r--r--dev-haskell/multipart/Manifest3
-rw-r--r--dev-haskell/multipart/metadata.xml14
-rw-r--r--dev-haskell/multipart/multipart-0.1.2.ebuild25
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/multipart/Manifest b/dev-haskell/multipart/Manifest
new file mode 100644
index 000000000000..425e78ce4817
--- /dev/null
+++ b/dev-haskell/multipart/Manifest
@@ -0,0 +1,3 @@
+DIST multipart-0.1.2.tar.gz 6787 BLAKE2B f367f689510873eb0f58e08cd74efceb021ab4294495e4048766b12fe7242163a61f4207821e0fd7c12289433807cf0d198ef53d3a471469ee40a3a9f88d0620 SHA512 abc3c7ad89cf9f46d72abaca3ca4782ba717ed6306b81c0c2c0bebde098a330c3a2ee4c62494cd66928265843ef497005bcf09962b50f302a9419712adef578a
+EBUILD multipart-0.1.2.ebuild 604 BLAKE2B 7b211e7ddfee4d599e4fbf3164492b11d77dfe42f2d48b555aed7cf78ead49c51d456d1d0afeb8f94d8f303424d7c2596af29cac5f88352917a0b8a2480c0d84 SHA512 939ce4cc9606647c2b04d5d30e8234421dd8dda262cc2beb8c1590d95faf1f14adb05f7e11174b8d22ef127f9eefe3a61c301811dedbcbc82712f9681d4ab16f
+MISC metadata.xml 416 BLAKE2B 5de7cbdea445b25a6da17f9f952ed901e474a353f0713c25c90654b54c685a3f8956635c80ef3b9cef7e43bf81dccd526a8963655badeb87fff5876813c452ee SHA512 9b4d0482515cf7fac4b2d5615f97c3e5cf0127780a65abfc0eb6a2972121b8738aaa9be9fbd63f57301f7fd0be9560605b8d27ceaf296ce169741206e60dde7c
diff --git a/dev-haskell/multipart/metadata.xml b/dev-haskell/multipart/metadata.xml
new file mode 100644
index 000000000000..8073f02ae312
--- /dev/null
+++ b/dev-haskell/multipart/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ HTTP multipart split out of the cgi package
+ </longdescription>
+ <upstream>
+ <remote-id type="github">silkapp/multipart</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/multipart/multipart-0.1.2.ebuild b/dev-haskell/multipart/multipart-0.1.2.ebuild
new file mode 100644
index 000000000000..2b5bac3e709b
--- /dev/null
+++ b/dev-haskell/multipart/multipart-0.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP multipart split out of the cgi package"
+HOMEPAGE="https://github.com/silkapp/multipart"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="alpha amd64 ppc sparc x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/parsec-2.0:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"