summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 10:57:30 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit5cdd12aa62d49a488a76ad3c2ed55ee141634d2a (patch)
treee2978d78e454252e4c1df05783d88350c84ecef3 /dev-haskell/project-template
parentdev-haskell/pwstore-fast: drop old (diff)
downloadgentoo-5cdd12aa62d49a488a76ad3c2ed55ee141634d2a.tar.gz
gentoo-5cdd12aa62d49a488a76ad3c2ed55ee141634d2a.tar.bz2
gentoo-5cdd12aa62d49a488a76ad3c2ed55ee141634d2a.zip
dev-haskell/project-template: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/project-template')
-rw-r--r--dev-haskell/project-template/Manifest2
-rw-r--r--dev-haskell/project-template/project-template-0.1.4.1.ebuild37
-rw-r--r--dev-haskell/project-template/project-template-0.1.4.2.ebuild36
3 files changed, 0 insertions, 75 deletions
diff --git a/dev-haskell/project-template/Manifest b/dev-haskell/project-template/Manifest
index 6f675f8e6cfe..8149571ba805 100644
--- a/dev-haskell/project-template/Manifest
+++ b/dev-haskell/project-template/Manifest
@@ -1,3 +1 @@
-DIST project-template-0.1.4.1.tar.gz 4483 SHA256 8b16b378f3852d9ba8f2531a8c97515a2a2bc6e762c1437c5b9cb53f89425def SHA512 bab39792688fec9f3c1d279dd5d24d75fed443d39da2126c05acd1ee98b736fbed87f7a0b342f0a4c1a3f55db1fbb2cd5f4be7ed646ea0202fe590705e342100 WHIRLPOOL cb8c13c0ebe7932e51ef02d1974e0e9b8ed4a2b4fc218c05becd4ee6eda5169a59bc6a29b93cbc7dbaca48422ee14a7700fdcf93f5be53291fea5ea647673467
-DIST project-template-0.1.4.2.tar.gz 4479 SHA256 792a42909acfb0c1810beff32906c7dd338cc127002d0d05a160bbf38c1ec282 SHA512 19e96c6ce93f4232262ee72807d726001ac2dbb21c78b40658f219d314383844fd9400a7cc208d0472a99597b3038b1b8304d92417a491ff5a9619d3a6cbad7e WHIRLPOOL 5d356b0b4a58af4b427bfbde3c5b262de7c7e06fe07847dc3740e07d68c14153685df0f2acc8281e0adcbfd244218a91cff40d7887b511be42ee7f4bee55fcdc
DIST project-template-0.2.0.tar.gz 8251 SHA256 aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310 SHA512 923c0d9e5cac14c05474adc743cfb8030ed8e08e69c4eb35b77c2cb1c64b44f10058693d1a5880ba983040ea9dbf1f28f815cd274a75de302f3afdb928210cad WHIRLPOOL 19b37cde6b4e2aa1234e5bbb250a617b5361e8a3087d2583a40aadcb86a940c3d9976ec0fc4292b7f8c17751ec5c0b16d858607be55305d3b10aeef1c03295d2
diff --git a/dev-haskell/project-template/project-template-0.1.4.1.ebuild b/dev-haskell/project-template/project-template-0.1.4.1.ebuild
deleted file mode 100644
index bb4fb208d499..000000000000
--- a/dev-haskell/project-template/project-template-0.1.4.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.2:=[profile?]
- dev-haskell/conduit-extra:=[profile?]
- >=dev-haskell/mtl-2.0:=[profile?]
- >=dev-haskell/resourcet-0.4.3:=[profile?]
- >=dev-haskell/system-fileio-0.3:=[profile?]
- >=dev-haskell/system-filepath-0.4:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/conduit
- >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck )
-"
diff --git a/dev-haskell/project-template/project-template-0.1.4.2.ebuild b/dev-haskell/project-template/project-template-0.1.4.2.ebuild
deleted file mode 100644
index faa554d4fb98..000000000000
--- a/dev-haskell/project-template/project-template-0.1.4.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
- dev-haskell/conduit-extra:=[profile?]
- >=dev-haskell/mtl-2.0:=[profile?]
- >=dev-haskell/resourcet-0.4.3:=[profile?]
- >=dev-haskell/system-fileio-0.3:=[profile?]
- >=dev-haskell/system-filepath-0.4:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck )
-"