gienah      15/05/07 04:28:36

  Added:                metadata.xml psqueue-1.1-r1.ebuild ChangeLog
  Log:
  Add psqueue for app-emulation/ganeti
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/psqueue/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/psqueue/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>
                A /priority search queue/ efficiently supports the
                opperations of both a search tree and a priority queue. A
                &#39;Binding&#39; is a product of a key and a priority.  
Bindings
                can be inserted, deleted, modified and queried in
                logarithmic time, and the binding with the least priority
                can be retrieved in constant time.  A queue can be built
                from a list of bindings, sorted by keys, in linear time.
        </longdescription>
</pkgmetadata>



1.1                  dev-haskell/psqueue/psqueue-1.1-r1.ebuild

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

Index: psqueue-1.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/psqueue/psqueue-1.1-r1.ebuild,v 
1.1 2015/05/07 04:28:36 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.9999

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

MY_PN="PSQueue"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Priority Search Queue"
HOMEPAGE="http://hackage.haskell.org/package/PSQueue";
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_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
"

S="${WORKDIR}/${MY_P}"



1.1                  dev-haskell/psqueue/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/psqueue
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/psqueue/ChangeLog,v 1.1 
2015/05/07 04:28:36 gienah Exp $

*psqueue-1.1-r1 (07 May 2015)

  07 May 2015; Mark Wright <[email protected]> +metadata.xml,
  +psqueue-1.1-r1.ebuild:
  Add psqueue for app-emulation/ganeti




Reply via email to