diff options
author | 2015-02-18 21:08:13 +0000 | |
---|---|---|
committer | 2015-02-18 21:08:13 +0000 | |
commit | bf8ad857dde137aabafa02b31a453962dfa2b086 (patch) | |
tree | 4a25e60567e6958ca7fcd30302f3f44358c48d33 /dev-haskell/hsb2hs | |
parent | Initial commit. A depend for dev-haskell/hsb2hs. (diff) | |
download | gentoo-2-bf8ad857dde137aabafa02b31a453962dfa2b086.tar.gz gentoo-2-bf8ad857dde137aabafa02b31a453962dfa2b086.tar.bz2 gentoo-2-bf8ad857dde137aabafa02b31a453962dfa2b086.zip |
Initial commit. A depend for app-text/pandoc.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hsb2hs')
-rw-r--r-- | dev-haskell/hsb2hs/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hsb2hs/hsb2hs-0.2.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/hsb2hs/metadata.xml | 11 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/hsb2hs/ChangeLog b/dev-haskell/hsb2hs/ChangeLog new file mode 100644 index 000000000000..7bbe36c05f49 --- /dev/null +++ b/dev-haskell/hsb2hs/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/hsb2hs +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsb2hs/ChangeLog,v 1.1 2015/02/18 21:08:13 slyfox Exp $ + +*hsb2hs-0.2 (18 Feb 2015) + + 18 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> +hsb2hs-0.2.ebuild, + +metadata.xml: + Initial commit. A depend for app-text/pandoc. diff --git a/dev-haskell/hsb2hs/hsb2hs-0.2.ebuild b/dev-haskell/hsb2hs/hsb2hs-0.2.ebuild new file mode 100644 index 000000000000..83571f354cbd --- /dev/null +++ b/dev-haskell/hsb2hs/hsb2hs-0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsb2hs/hsb2hs-0.2.ebuild,v 1.1 2015/02/18 21:08:13 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="bin" +inherit haskell-cabal + +DESCRIPTION="Preprocesses a file, adding blobs from files as string literals" +HOMEPAGE="http://hackage.haskell.org/package/hsb2hs" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 + >dev-haskell/preprocessor-tools-1.0 + >=dev-lang/ghc-7.4.1 +" diff --git a/dev-haskell/hsb2hs/metadata.xml b/dev-haskell/hsb2hs/metadata.xml new file mode 100644 index 000000000000..403deff9771e --- /dev/null +++ b/dev-haskell/hsb2hs/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + hsb2hs is a preprocessor that allows you to include the contents of + files as string literals in your Haskell programs and libraries. + It is an alternative to file-embed for those who do not want to rely + on Template Haskell. See @README.markdown@ for instructions. + </longdescription> +</pkgmetadata> |