slyfox 15/02/18 21:08:13 Added: metadata.xml hsb2hs-0.2.ebuild ChangeLog Log: Initial commit. A depend for app-text/pandoc. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.1 dev-haskell/hsb2hs/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?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> 1.1 dev-haskell/hsb2hs/hsb2hs-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/hsb2hs-0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/hsb2hs-0.2.ebuild?rev=1.1&content-type=text/plain Index: hsb2hs-0.2.ebuild =================================================================== # 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 " 1.1 dev-haskell/hsb2hs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # 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 <sly...@gentoo.org> +hsb2hs-0.2.ebuild, +metadata.xml: Initial commit. A depend for app-text/pandoc.