diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-01-10 18:01:23 +0000 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-01-10 18:01:23 +0000 |
commit | 083660f71b8d53c09dcf0d2131352fb34cd5b3ff (patch) | |
tree | a4f0c0e76a1a32162323efde12c62e13dbf9b868 /dev-haskell/project-template | |
parent | Version bump lockfile to 0.10.2 (drop sparc and pypy for pbr dep) (diff) | |
download | gentoo-2-083660f71b8d53c09dcf0d2131352fb34cd5b3ff.tar.gz gentoo-2-083660f71b8d53c09dcf0d2131352fb34cd5b3ff.tar.bz2 gentoo-2-083660f71b8d53c09dcf0d2131352fb34cd5b3ff.zip |
Remove unbuildable version, bug #514408.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)
Diffstat (limited to 'dev-haskell/project-template')
-rw-r--r-- | dev-haskell/project-template/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/project-template/project-template-0.1.3.ebuild | 38 |
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-haskell/project-template/ChangeLog b/dev-haskell/project-template/ChangeLog index 1063d8a292cc..c7b01c1ac5a8 100644 --- a/dev-haskell/project-template/ChangeLog +++ b/dev-haskell/project-template/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/project-template -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/ChangeLog,v 1.4 2014/12/14 11:41:49 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/ChangeLog,v 1.5 2015/01/10 18:01:23 mjo Exp $ + + 10 Jan 2015; Michael Orlitzky <mjo@gentoo.org> -project-template-0.1.3.ebuild: + Remove unbuildable version, bug #514408. *project-template-0.1.4.2 (14 Dec 2014) diff --git a/dev-haskell/project-template/project-template-0.1.3.ebuild b/dev-haskell/project-template/project-template-0.1.3.ebuild deleted file mode 100644 index 67f32a8b5210..000000000000 --- a/dev-haskell/project-template/project-template-0.1.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/project-template-0.1.3.ebuild,v 1.1 2013/08/26 12:38:06 qnikst Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.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/base64-conduit:=[profile?] - >=dev-haskell/classy-prelude-0.4:=[profile?] - >=dev-haskell/conduit-0.5.4:=[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} - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/quickcheck - ) - >=dev-haskell/cabal-1.8" - -RESTRICT=test # Text.ProjectTemplate: create/unpack: - is idempotent FAILED [1] |