commit: b483aba56d16233ac2c5a3b89e923ad0ccaaa416 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Oct 22 21:22:41 2015 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Oct 22 21:31:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b483aba5
dev-haskell/ghc-syb-utils: new package "Scrap Your Boilerplate utilities for the GHC API", a depend for app-emacs/ghc-mod. Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352 Package-Manager: portage-2.2.23 dev-haskell/ghc-syb-utils/Manifest | 1 + .../ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild | 26 ++++++++++++++++++++++ dev-haskell/ghc-syb-utils/metadata.xml | 8 +++++++ 3 files changed, 35 insertions(+) diff --git a/dev-haskell/ghc-syb-utils/Manifest b/dev-haskell/ghc-syb-utils/Manifest new file mode 100644 index 0000000..4860665 --- /dev/null +++ b/dev-haskell/ghc-syb-utils/Manifest @@ -0,0 +1 @@ +DIST ghc-syb-utils-0.2.3.tar.gz 4689 SHA256 7ef63fcfe829b621d5b947c6a4567de111976a463f2ffaf0fafc5e76776cbc67 SHA512 af311d21396c1f7e98c532b1192d2aad27a942f66f4e09eea4cb0d6c1fe444a49c4e14ce4030504f544c796818a887e1ce6bf828cbd28c69c1123e224793cd32 WHIRLPOOL 7fff256a52fad8dfea518090cdf8b5975b45f105ab398c1752ed2b122fb76b43c4592887a68bb1b934ab67cdd4abbef8e4e4e713d9e1f8e0cb87ef1f545337fc diff --git a/dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild b/dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild new file mode 100644 index 0000000..dbf2641 --- /dev/null +++ b/dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Scrap Your Boilerplate utilities for the GHC API" +HOMEPAGE="https://github.com/nominolo/ghc-syb" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/syb-0.1.0:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/ghc-syb-utils/metadata.xml b/dev-haskell/ghc-syb-utils/metadata.xml new file mode 100644 index 0000000..52a967b --- /dev/null +++ b/dev-haskell/ghc-syb-utils/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Scrap Your Boilerplate utilities for the GHC API. + </longdescription> +</pkgmetadata>