qnikst      14/03/12 20:31:22

  Added:                metadata.xml fingertree-0.1.0.0.ebuild ChangeLog
  Log:
  initial version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xEAD50D64D8D3571A!)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fingertree/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/fingertree/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>
                A general sequence representation with arbitrary
                annotations, for use as a base for implementations of
                various collection types, with examples, as described
                in section 4 of
                
                * Ralf Hinze and Ross Paterson,
                \&quot;Finger trees: a simple general-purpose data 
structure\&quot;,
                /Journal of Functional Programming/ 16:2 (2006) pp 197-217.
                &lt;http://www.soi.city.ac.uk/~ross/papers/FingerTree.html&gt;
                
                For a tuned sequence type, see @Data.Sequence@ in the
                @containers@ package, which is a specialization of
                this structure.
        </longdescription>
</pkgmetadata>



1.1                  dev-haskell/fingertree/fingertree-0.1.0.0.ebuild

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

Index: fingertree-0.1.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/fingertree/fingertree-0.1.0.0.ebuild,v 1.1 
2014/03/12 20:31:22 qnikst Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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

DESCRIPTION="Generic finger-tree structure, with example instances"
HOMEPAGE="http://hackage.haskell.org/package/fingertree";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
                >=dev-haskell/cabal-1.8
                test? ( dev-haskell/hunit
                        dev-haskell/quickcheck
                        dev-haskell/test-framework
                        dev-haskell/test-framework-hunit
                        dev-haskell/test-framework-quickcheck2
                )"



1.1                  dev-haskell/fingertree/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/fingertree
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fingertree/ChangeLog,v 1.1 
2014/03/12 20:31:22 qnikst Exp $

*fingertree-0.1.0.0 (12 Mar 2014)

  12 Mar 2014; Alexander Vershilov <[email protected]>
  +fingertree-0.1.0.0.ebuild, +metadata.xml:
  initial version




Reply via email to