slyfox 15/07/20 18:28:46 Modified: ChangeLog Added: hsb2hs-0.3.1.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.3 dev-haskell/hsb2hs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsb2hs/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 18 Feb 2015 21:15:38 -0000 1.2 +++ ChangeLog 20 Jul 2015 18:28:46 -0000 1.3 @@ -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 <[email protected]> +hsb2hs-0.3.1.ebuild: + Version bump. 18 Feb 2015; Sergei Trofimovich <[email protected]> hsb2hs-0.2.ebuild: amd64/x86 stable, bug #490692 1.1 dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild?rev=1.1&content-type=text/plain Index: hsb2hs-0.3.1.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.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 "
