gienah 14/12/20 23:49:14
Added: metadata.xml quickcheck-unicode-1.0.0.0.ebuild
ChangeLog
Log:
Thanks to Chris Kerr for reporting, add quickcheck-unicode, part of fix for
Bug 533126 - dev-haskell/text-1.2.0.3 requires quickcheck-unicode for
FEATURES=test
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
618E971F)
Revision Changes Path
1.1 dev-haskell/quickcheck-unicode/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck-unicode/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck-unicode/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>
Generator and shrink functions for testing
Unicode-related software.
</longdescription>
</pkgmetadata>
1.1
dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild?rev=1.1&content-type=text/plain
Index: quickcheck-unicode-1.0.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild,v
1.1 2014/12/20 23:49:14 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Generator and shrink functions for testing Unicode-related
software"
HOMEPAGE="https://github.com/bos/quickcheck-unicode"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/quickcheck-2.6:2=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"
1.1 dev-haskell/quickcheck-unicode/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck-unicode/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck-unicode/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/quickcheck-unicode
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-unicode/ChangeLog,v
1.1 2014/12/20 23:49:14 gienah Exp $
*quickcheck-unicode-1.0.0.0 (20 Dec 2014)
20 Dec 2014; Mark Wright <[email protected]> +metadata.xml,
+quickcheck-unicode-1.0.0.0.ebuild:
Thanks to Chris Kerr for reporting, add quickcheck-unicode, part of fix for
Bug 533126 - dev-haskell/text-1.2.0.3 requires quickcheck-unicode for
FEATURES=test