Skip to content

Commit

Permalink
dev-haskell/hach: removed old
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Mar 17, 2013
1 parent 4c7b85c commit 9afff54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 50 deletions.
1 change: 0 additions & 1 deletion dev-haskell/hach/Manifest
@@ -1,2 +1 @@
DIST Hach-0.0.1.1.tar.gz 5254 SHA256 e253d9aefef361526931c3e1bcd5da57f5f7bb4af82b0d73b254c9554977991d SHA512 390d465564c7b54bd042e5a78a3fc9af74ca94f77ef91a952f17e2fe9dffb4478b428a416189853eecc29ce42694892520d4ade6d4099334c4fa42d5d3e70f47 WHIRLPOOL 889367e1a69d744e4149e368c724808e3af1fb9e79792f83bdab3f8ca5d49f677761ef928e0e9bc229eabcb25a7a600c2d0589535a8a8e64bf19be4c1c32e735
DIST Hach-0.1.0.tar.gz 7216 SHA256 f4473cc5f9df834ad8cc2e9928838481468b92ee000168906cec8b028af9bedf SHA512 2fdb852a401c6a2d113d5f0f482e717545fb6d7be0db45d70c744093f16d90934031ab5d641ef74f1d9cf14a3853565ee3ea84ecb6ef2ec2f8a734b4a54745a0 WHIRLPOOL b9099b33604d71c3a8e461c85a3203c78db0af62f6b583c5356cd95b7c4797883b97fd41faeb165a1139e794df27d69eb8ba382b434fc6b5fb44f7501372cf0f
36 changes: 0 additions & 36 deletions dev-haskell/hach/hach-0.0.1.1.ebuild

This file was deleted.

21 changes: 8 additions & 13 deletions dev-haskell/hach/hach-0.1.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
EAPI=5

# ebuild generated by hackport 0.2.18
# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
Expand All @@ -17,20 +17,15 @@ HOMEPAGE="http://github.com/dmalikov/HaCh"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-haskell/network[profile?]
=dev-haskell/vty-4.7*[profile?]
=dev-haskell/vty-ui-1.5*[profile?]
>=dev-lang/ghc-6.8.2"
RDEPEND="dev-haskell/network:=[profile?]
=dev-haskell/vty-4.7*:=[profile?]
=dev-haskell/vty-ui-1.5*:=[profile?]
>=dev-lang/ghc-6.12.1:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

S="${WORKDIR}/${MY_P}"

src_prepare() {
sed -e 's@vty-ui == 1.5@vty-ui >= 1.5 \&\& < 1.6@' \
-i "${S}/${MY_PN}.cabal" || die "Could not loosen dependencies"
}

0 comments on commit 9afff54

Please sign in to comment.