gienah 15/04/04 10:51:41
Added: metadata.xml bytestring-builder-0.10.4.1.2.ebuild
ChangeLog
Log:
Add bytestring-builder
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
618E971F)
Revision Changes Path
1.1 dev-haskell/bytestring-builder/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bytestring-builder/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bytestring-builder/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>
This is the bytestring builder that is debuting in
bytestring-0.10.4.0, which
should be shipping with GHC 7.8, probably late in 2013. This
builder has
several nice simplifications and improvements, and more
out-of-box
functionality than the older blaze-builder.
Note that this package detects which version of bytestring you
are compiling
against, and if you are compiling against bytestring-0.10.4 or
later, will
be an empty package.
This package lets the new interface and implementation be used
with most
older compilers without upgrading bytestring, which can be
rather
problematic. In conjunction with blaze-builder-0.4 or later,
which
offers an implementation of blaze-builder in terms of
bytestring-builder,
this should let most people try the new interface and
implementation without
causing undue compatibility problems with packages that depend
on
blaze-builder.
GHC 7.6 did debut an almost identical interface and
implementation, but with
slightly different module names and organization. Trying to
re-export/rename
the builder provided with 7.6 did not turn out to be very
practical, because
this interface includes new functions that rely on Builder
internals,
which are not exported in 7.6. Furthermore, these module names
should be
deprecated in 7.10.
</longdescription>
</pkgmetadata>
1.1
dev-haskell/bytestring-builder/bytestring-builder-0.10.4.1.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bytestring-builder/bytestring-builder-0.10.4.1.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bytestring-builder/bytestring-builder-0.10.4.1.2.ebuild?rev=1.1&content-type=text/plain
Index: bytestring-builder-0.10.4.1.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/bytestring-builder/bytestring-builder-0.10.4.1.2.ebuild,v
1.1 2015/04/04 10:51:41 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.3
CABAL_FEATURES="lib profile"
inherit haskell-cabal
DESCRIPTION="The new bytestring builder, packaged outside of GHC"
HOMEPAGE="http://hackage.haskell.org/package/bytestring-builder"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"
1.1 dev-haskell/bytestring-builder/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bytestring-builder/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bytestring-builder/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/bytestring-builder
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-builder/ChangeLog,v
1.1 2015/04/04 10:51:41 gienah Exp $
*bytestring-builder-0.10.4.1.2 (04 Apr 2015)
04 Apr 2015; Mark Wright <[email protected]>
+bytestring-builder-0.10.4.1.2.ebuild, +metadata.xml:
Add bytestring-builder