gienah      14/07/02 09:10:01

  Modified:             metadata.xml ChangeLog
  Added:                hashed-storage-0.5.11.ebuild
  Log:
  Bump hashed-storage to 0.5.11
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 618E971F)

Revision  Changes    Path
1.3                  dev-haskell/hashed-storage/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        14 Apr 2012 09:02:03 -0000      1.2
+++ metadata.xml        2 Jul 2014 09:10:01 -0000       1.3
@@ -15,4 +15,8 @@
                plain filesystem tree and an indexed plain tree (where the index
                maintains hashes of the plain files and directories).
        </longdescription>
+       <use>
+               <flag name="diff">Provide the Storage.Hashed.Diff module.</flag>
+               <flag name="hpc">Compile with the profiling ghc flag 
-fhpc.</flag>
+       </use>
 </pkgmetadata>



1.33                 dev-haskell/hashed-storage/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   24 Dec 2013 12:57:24 -0000      1.32
+++ ChangeLog   2 Jul 2014 09:10:01 -0000       1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/hashed-storage
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.32 
2013/12/24 12:57:24 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.33 
2014/07/02 09:10:01 gienah Exp $
+
+*hashed-storage-0.5.11 (02 Jul 2014)
+
+  02 Jul 2014; Mark Wright <[email protected]> +hashed-storage-0.5.11.ebuild,
+  metadata.xml:
+  Bump hashed-storage to 0.5.11
 
   24 Dec 2013; Agostino Sarubbo <[email protected]> hashed-storage-0.5.10.ebuild:
   Stable for x86, wrt bug #491988



1.1                  dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild

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

Index: hashed-storage-0.5.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild,v
 1.1 2014/07/02 09:10:01 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.9999

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

DESCRIPTION="Hashed file storage support code."
HOMEPAGE="http://hackage.haskell.org/package/hashed-storage";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos 
~x86-macos"
IUSE="diff hpc test"

RDEPEND="dev-haskell/binary:=[profile?]
        dev-haskell/dataenc:=[profile?]
        dev-haskell/extensible-exceptions:=[profile?]
        >=dev-haskell/mmap-0.5:=[profile?] <dev-haskell/mmap-0.6:=[profile?]
        dev-haskell/mtl:=[profile?]
        dev-haskell/zlib:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        diff? ( dev-haskell/lcs:=[profile?] )
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.6
        test? ( dev-haskell/hunit:=[profile?]
                >=dev-haskell/quickcheck-2.3:2=[profile?]
                dev-haskell/test-framework:=[profile?]
                dev-haskell/test-framework-hunit:=[profile?]
                dev-haskell/test-framework-quickcheck2:=[profile?]
                dev-haskell/zip-archive:=[profile?] )
"

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag diff diff) \
                $(cabal_flag hpc hpc) \
                $(cabal_flag test test)
}

src_install() {
        haskell-cabal_src_install

        use test && rm "${ED}/usr/bin/hashed-storage-test"
}




Reply via email to