gienah      14/07/02 12:00:35

  Added:                metadata.xml patience-0.1.1.ebuild Manifest
                        ChangeLog
  Log:
  Add patience
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.1                  dev-haskell/patience/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/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>
        <maintainer>
                <email>[email protected]</email>
        </maintainer>
        <longdescription>
                This library implements the \&quot;patience diff\&quot; 
algorithm, as well as the patience
                algorithm for the longest increasing subsequence problem.
                
                Patience diff computes the difference between two lists, for 
example the
                lines of two versions of a source file.  It provides a good 
balance of
                performance, nice output for humans, and implementation 
simplicity.  For more
                information, see 
&lt;http://alfedenzo.livejournal.com/170301.html&gt; and
                &lt;http://bramcohen.livejournal.com/73318.html&gt;.
                
                New in version 0.1.1: relaxed @containers@ dependency, so it 
should build on
                GHC 6.10.
        </longdescription>
</pkgmetadata>



1.1                  dev-haskell/patience/patience-0.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/patience-0.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/patience-0.1.1.ebuild?rev=1.1&content-type=text/plain

Index: patience-0.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/patience/patience-0.1.1.ebuild,v 
1.1 2014/07/02 12:00:35 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Patience diff and longest increasing subsequence"
HOMEPAGE="http://hackage.haskell.org/package/patience";
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.2
"



1.1                  dev-haskell/patience/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST patience-0.1.1.tar.gz 4610 SHA256 
35c7c334d344b3cbdc61cc88c559bedb300ace860a80e3990aeb268f1f10db63 SHA512 
dac94580d9b82023841b5406509f8cd0e58148756e4259708c21b78b480fb4fb67b21a82c81e702275f49d90bcd1d2b46d20bb96267131d4ff57334f110e14f7
 WHIRLPOOL 
4ed3f215213e4b20f23ae2601b2327a6c6221d0539baed0df4694b47c5226ee8db9c85b9c3f7101a7ba12f01b583ef009ac77cb20ad2946b8be986df76bfa65e
EBUILD patience-0.1.1.ebuild 576 SHA256 
535e374a8acfa1b3bd57329d0584c8b7b9669dffe212a897b2528941f3819343 SHA512 
0e52ed668ac7b5bbca020055640b4dabf05372c9b06c91b7b7cbf1cc6e454b65cd94c2f59947c615bfaf204a985ed04e79c86fca8efcef1b0bc7ffb9d7cda550
 WHIRLPOOL 
1e11702e4bd1856bbd1ec7edd0b2087b0acdca2e8356da2ac6e82f3c2af01a33056df975d39674529f9998625bbebbfd7c7a78cd00b488fc453ed823c69e3cce
MISC metadata.xml 874 SHA256 
e66c7f0a2b943bc70d9dc0a22cb6db71211661ed5062759928b77243ab0f3dca SHA512 
fa429bf7f26ba8ad595ad7f1b908acae58bdbe2b3720d53f260616ca8c831a2ab0569444cdfc06a0201e5218d1d03c97393bdef0def6741d745e38909c36652f
 WHIRLPOOL 
844725079084b3c0aef6a4007010ca125684cd9078876aa7971bd60c7ef3cc842922c4fffffad3b104a9d5d517b851db98f0e94f123473dbdfd4e7dd06061fb2



1.1                  dev-haskell/patience/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/patience/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/patience
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/patience/ChangeLog,v 1.1 
2014/07/02 12:00:35 gienah Exp $

*patience-0.1.1 (02 Jul 2014)

  02 Jul 2014; Mark Wright <[email protected]> +metadata.xml,
  +patience-0.1.1.ebuild:
  Add patience




Reply via email to