summaryrefslogtreecommitdiff
path: root/dev-haskell/multipart
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/multipart
parentd87262dd706fec50cd150aab3e93883b6337466d (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, 0 insertions, 42 deletions
diff --git a/dev-haskell/multipart/Manifest b/dev-haskell/multipart/Manifest
deleted file mode 100644
index 425e78ce4817..000000000000
--- a/dev-haskell/multipart/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 8073f02ae312..000000000000
--- a/dev-haskell/multipart/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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
deleted file mode 100644
index 2b5bac3e709b..000000000000
--- a/dev-haskell/multipart/multipart-0.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-"