Skip to content

Commit

Permalink
dev-lang/epic: rename binary from 'epic' to 'epic-epivm', bug #432436
Browse files Browse the repository at this point in the history
Avoid collision with net-irc/epic4.

Reported-by: Diego Elio Pettenò

Package-Manager: portage-2.2.28
  • Loading branch information
Sergei Trofimovich committed May 8, 2016
1 parent 3ac010d commit 3f014ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

# ebuild generated by hackport 0.4.5.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit eutils haskell-cabal
inherit haskell-cabal

DESCRIPTION="Compiler for a simple functional language"
HOMEPAGE="http://www.dcs.st-and.ac.uk/~eb/epic.php"
Expand All @@ -20,16 +20,21 @@ IUSE=""

RDEPEND="dev-haskell/cabal:=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-libs/boehm-gc-7.0[threads]
dev-libs/gmp:0
>=dev-libs/boehm-gc-7.0:0=[threads]
dev-libs/gmp:0=
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8.0.4
dev-haskell/happy
"
# Bug #438422, upstream at https://github.com/edwinb/EpiVM/issues/5.
PATCHES=("${FILESDIR}"/${PN}-0.9.3.3-respect-user-cflags.patch)

src_prepare() {
# Bug #438422, upstream at https://github.com/edwinb/EpiVM/issues/5.
epatch "${FILESDIR}"/respect-user-cflags.patch
default

# to disambiguare with net-irc/epic4, bug #432436
cabal_chdeps \
'Executable epic' 'Executable epic-epivm'
}
53 changes: 0 additions & 53 deletions dev-lang/epic/files/epic-0.9.3-ghc-7.6.patch

This file was deleted.

0 comments on commit 3f014ed

Please sign in to comment.