diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:44:23 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:50:58 +0200 |
commit | 054842eb5ceaaf99e4322229dd6b9e60878a5f04 (patch) | |
tree | 82219d31c945476c751456d4a0ac0301834cb43d /dev-haskell/multipart | |
parent | dev-haskell/murmur-hash: treeclean (diff) | |
download | gentoo-054842eb5ceaaf99e4322229dd6b9e60878a5f04.tar.gz gentoo-054842eb5ceaaf99e4322229dd6b9e60878a5f04.tar.bz2 gentoo-054842eb5ceaaf99e4322229dd6b9e60878a5f04.zip |
dev-haskell/multipart: treeclean
Closes: https://bugs.gentoo.org/735950
Closes: https://bugs.gentoo.org/735892
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/multipart')
-rw-r--r-- | dev-haskell/multipart/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/multipart/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/multipart/multipart-0.2.0.ebuild | 26 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/multipart/Manifest b/dev-haskell/multipart/Manifest deleted file mode 100644 index 928fe45ee101..000000000000 --- a/dev-haskell/multipart/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST multipart-0.2.0.tar.gz 6593 BLAKE2B e7528c1d95df96ada9b9c17315ebe9c9f304842c0783007e37c545769195b87105dce4a0ee9690bbd8143ca9dfd43a8ad7c1b0e98fd386944f1af5e868fd1a4d SHA512 e2ea580113a84a6ad218e9c0ef79da94ab92017c81969c864847df020759cd94555f53ea0722c230555af2d2ccb531bd9d07cb2da1342d0e3556b70a58678be0 diff --git a/dev-haskell/multipart/metadata.xml b/dev-haskell/multipart/metadata.xml deleted file mode 100644 index 74d7e930f9f1..000000000000 --- a/dev-haskell/multipart/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <upstream> - <remote-id type="github">silkapp/multipart</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-haskell/multipart/multipart-0.2.0.ebuild b/dev-haskell/multipart/multipart-0.2.0.ebuild deleted file mode 100644 index 9da933fdb468..000000000000 --- a/dev-haskell/multipart/multipart-0.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="HTTP multipart split out of the cgi package" -HOMEPAGE="http://www.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-haskell/stringsearch:=[profile?] - >=dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 -" |