slyfox 15/08/01 14:57:51 Modified: metadata.xml ChangeLog Added: yaml-0.8.12.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.5 dev-haskell/yaml/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yaml/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 6 Jun 2015 18:33:59 -0000 1.4 +++ metadata.xml 1 Aug 2015 14:57:51 -0000 1.5 @@ -7,13 +7,11 @@ This package includes the full libyaml C library version 0.1.12 by Kirill Simonov (<http://pyyaml.org/wiki/LibYAML>) in the package so you - don't need to worry about any non-Haskell dependencies. + don't need to worry about any non-Haskell dependencies. </longdescription> <use> <flag name="no-exe">don't install the yaml2json executable</flag> + <flag name="no-unicode">Don't enable unicode output. Instead, unicode characters will be escaped.</flag> <flag name="system-libyaml">Use system libyaml instead on generic one</flag> </use> - <upstream> - <remote-id type="github">snoyberg/yaml</remote-id> - </upstream> </pkgmetadata> 1.15 dev-haskell/yaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 6 Jun 2015 18:33:59 -0000 1.14 +++ ChangeLog 1 Aug 2015 14:57:51 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/yaml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.14 2015/06/06 18:33:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.15 2015/08/01 14:57:51 slyfox Exp $ + +*yaml-0.8.12 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <[email protected]> +yaml-0.8.12.ebuild, + metadata.xml: + Version bump. 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-haskell/yaml/yaml-0.8.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yaml/yaml-0.8.12.ebuild?rev=1.1&content-type=text/plain Index: yaml-0.8.12.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.12.ebuild,v 1.1 2015/08/01 14:57:51 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support for parsing and rendering YAML documents" HOMEPAGE="http://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="no-exe no-unicode system-libyaml" RDEPEND=">=dev-haskell/aeson-0.5:=[profile?] dev-haskell/attoparsec:=[profile?] >=dev-haskell/conduit-1.1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?] dev-haskell/enclosed-exceptions:=[profile?] >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?] dev-haskell/scientific:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/transformers-0.1:=[profile?] dev-haskell/unordered-containers:=[profile?] dev-haskell/vector:=[profile?] >=dev-lang/ghc-7.4.1:= system-libyaml? ( dev-libs/libyaml ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( dev-haskell/aeson-qq dev-haskell/base-compat >=dev-haskell/hspec-1.3 dev-haskell/hunit dev-haskell/mockery ) system-libyaml? ( virtual/pkgconfig ) " src_configure() { haskell-cabal_src_configure \ $(cabal_flag no-exe no-exe) \ $(cabal_flag no-unicode no-unicode) \ $(cabal_flag system-libyaml system-libyaml) }
