summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:47:21 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:47:21 +0200
commitcb38f1e6c7c1e448bfb479ce7f4546c07212124f (patch)
tree82224cc6efe44047dd53c0757476a5931f96139f /dev-haskell/project-template
parentdev-haskell/readable: Remove last-rited pkg (diff)
downloadgentoo-cb38f1e6c7c1e448bfb479ce7f4546c07212124f.tar.gz
gentoo-cb38f1e6c7c1e448bfb479ce7f4546c07212124f.tar.bz2
gentoo-cb38f1e6c7c1e448bfb479ce7f4546c07212124f.zip
dev-haskell/project-template: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/project-template')
-rw-r--r--dev-haskell/project-template/Manifest1
-rw-r--r--dev-haskell/project-template/metadata.xml11
-rw-r--r--dev-haskell/project-template/project-template-0.2.1.0.ebuild32
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-haskell/project-template/Manifest b/dev-haskell/project-template/Manifest
deleted file mode 100644
index cf5349fb7680..000000000000
--- a/dev-haskell/project-template/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST project-template-0.2.1.0.tar.gz 8485 BLAKE2B 43a15ee73dd4efb256567bb29320c41a5715f0a7bf4416fd930712d46f85b819d564cb8d2035436017a0195499ee2f308d0274cb3697457230fd5a0f8b3a5619 SHA512 ed70f640e5197f7a6158b851dcd3990e77b7266f716be248ecfb012c4827dc688028aa78d649313203a274357f57e45e94371a09446c4404d3282add0d1a158c
diff --git a/dev-haskell/project-template/metadata.xml b/dev-haskell/project-template/metadata.xml
deleted file mode 100644
index b57c7eee24c9..000000000000
--- a/dev-haskell/project-template/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">fpco/haskell-ide</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/project-template/project-template-0.2.1.0.ebuild b/dev-haskell/project-template/project-template-0.2.1.0.ebuild
deleted file mode 100644
index 008ebca62988..000000000000
--- a/dev-haskell/project-template/project-template-0.2.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Specify Haskell project templates and generate files"
-HOMEPAGE="https://github.com/fpco/haskell-ide"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/conduit-1.2.8:=[profile?] <dev-haskell/conduit-1.4:=[profile?]
- dev-haskell/conduit-extra:=[profile?]
- >=dev-haskell/mtl-2.0:=[profile?]
- >=dev-haskell/resourcet-0.4.3:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck )
-"