summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 22:38:23 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 22:40:43 +0100
commitffcceb0a346ddddcd64da77eeb8a043f15198444 (patch)
tree916f46b1774d53b95f59a704d701e6fa7b17c585 /dev-haskell/multipart
parentdev-haskell/mtl-compat: drop old (diff)
downloadgentoo-ffcceb0a346ddddcd64da77eeb8a043f15198444.tar.gz
gentoo-ffcceb0a346ddddcd64da77eeb8a043f15198444.tar.bz2
gentoo-ffcceb0a346ddddcd64da77eeb8a043f15198444.zip
dev-haskell/multipart: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/multipart')
-rw-r--r--dev-haskell/multipart/Manifest1
-rw-r--r--dev-haskell/multipart/multipart-0.1.2.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/multipart/Manifest b/dev-haskell/multipart/Manifest
index 0548c487e43f..928fe45ee101 100644
--- a/dev-haskell/multipart/Manifest
+++ b/dev-haskell/multipart/Manifest
@@ -1,2 +1 @@
-DIST multipart-0.1.2.tar.gz 6787 BLAKE2B f367f689510873eb0f58e08cd74efceb021ab4294495e4048766b12fe7242163a61f4207821e0fd7c12289433807cf0d198ef53d3a471469ee40a3a9f88d0620 SHA512 abc3c7ad89cf9f46d72abaca3ca4782ba717ed6306b81c0c2c0bebde098a330c3a2ee4c62494cd66928265843ef497005bcf09962b50f302a9419712adef578a
DIST multipart-0.2.0.tar.gz 6593 BLAKE2B e7528c1d95df96ada9b9c17315ebe9c9f304842c0783007e37c545769195b87105dce4a0ee9690bbd8143ca9dfd43a8ad7c1b0e98fd386944f1af5e868fd1a4d SHA512 e2ea580113a84a6ad218e9c0ef79da94ab92017c81969c864847df020759cd94555f53ea0722c230555af2d2ccb531bd9d07cb2da1342d0e3556b70a58678be0
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 f9c109554d08..000000000000
--- a/dev-haskell/multipart/multipart-0.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/parsec-2.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"