From 9258396d5d62c288a3f75d15d7700cfa897f7e94 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 10 May 2016 22:52:18 +0100 Subject: [PATCH] dev-haskell/maccatcher: update to EAPI=6 Package-Manager: portage-2.2.28 --- .../maccatcher/maccatcher-2.1.5-r1.ebuild | 34 +++++++++++++++++++ .../maccatcher/maccatcher-2.1.5.ebuild | 25 -------------- 2 files changed, 34 insertions(+), 25 deletions(-) create mode 100644 dev-haskell/maccatcher/maccatcher-2.1.5-r1.ebuild delete mode 100644 dev-haskell/maccatcher/maccatcher-2.1.5.ebuild diff --git a/dev-haskell/maccatcher/maccatcher-2.1.5-r1.ebuild b/dev-haskell/maccatcher/maccatcher-2.1.5-r1.ebuild new file mode 100644 index 000000000000..d098c9b60666 --- /dev/null +++ b/dev-haskell/maccatcher/maccatcher-2.1.5-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.4.7.9999 +#hackport: flags: +split-base,+cli + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Obtain the host MAC address on *NIX and Windows" +HOMEPAGE="http://hackage.haskell.org/package/maccatcher" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/binary:=[profile?] + dev-haskell/parsec:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=cli \ + --flag=split-base +} diff --git a/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild b/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild deleted file mode 100644 index adee13f74fcc..000000000000 --- a/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="bin lib profile haddock hscolour" -inherit haskell-cabal - -DESCRIPTION="Obtain the host MAC address on *NIX and Windows" -HOMEPAGE="http://hackage.haskell.org/package/maccatcher" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/binary - dev-haskell/parsec - >=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" -- 2.26.2