diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-07-20 18:28:46 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-07-20 18:28:46 +0000 |
commit | b36f0204cab9280c05f4b8b3ecd497ea89cfdf76 (patch) | |
tree | 090fa7877827955b04b378007699c61a63b1bcb6 /dev-haskell | |
parent | Version bump, a depend for pandoc-1.15. (diff) | |
download | gentoo-2-b36f0204cab9280c05f4b8b3ecd497ea89cfdf76.tar.gz gentoo-2-b36f0204cab9280c05f4b8b3ecd497ea89cfdf76.tar.bz2 gentoo-2-b36f0204cab9280c05f4b8b3ecd497ea89cfdf76.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hsb2hs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/hsb2hs/ChangeLog b/dev-haskell/hsb2hs/ChangeLog index b24abb82ad74..0cff4c8a33f2 100644 --- a/dev-haskell/hsb2hs/ChangeLog +++ b/dev-haskell/hsb2hs/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2015/02/18 21:15:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsb2hs/ChangeLog,v 1.3 2015/07/20 18:28:46 slyfox Exp $ + +*hsb2hs-0.3.1 (20 Jul 2015) + + 20 Jul 2015; Sergei Trofimovich <slyfox@gentoo.org> +hsb2hs-0.3.1.ebuild: + Version bump. 18 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> hsb2hs-0.2.ebuild: amd64/x86 stable, bug #490692 diff --git a/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild b/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild new file mode 100644 index 000000000000..c3869a9c45ab --- /dev/null +++ b/dev-haskell/hsb2hs/hsb2hs-0.3.1.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.3.1.ebuild,v 1.1 2015/07/20 18:28:46 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.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=">dev-haskell/preprocessor-tools-1.0:= + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |