public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/nats: nats-0.2.ebuild metadata.xml ChangeLog
@ 2014-07-02 11:53 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2014-07-02 11:53 UTC (permalink / raw
  To: gentoo-commits

gienah      14/07/02 11:53:41

  Modified:             metadata.xml ChangeLog
  Added:                nats-0.2.ebuild
  Log:
  Bump nats to 0.2
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.2                  dev-haskell/nats/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nats/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	20 Jun 2013 06:00:18 -0000	1.1
+++ metadata.xml	2 Jul 2014 11:53:41 -0000	1.2
@@ -8,4 +8,10 @@
 	<longdescription>
 		Haskell 98 natural numbers
 	</longdescription>
+	<use>
+		<flag name="hashable">You can disable the use of the `hashable` package using
+                USE=-hashable. Disabling this is an unsupported configuration, but it may be
+                useful for accelerating builds in sandboxes for expert users. If set we will
+                not supply an instance of `Hashable`.</flag>
+	</use>
 </pkgmetadata>



1.5                  dev-haskell/nats/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Nov 2013 19:36:05 -0000	1.4
+++ ChangeLog	2 Jul 2014 11:53:41 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/nats
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v 1.4 2013/11/24 19:36:05 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v 1.5 2014/07/02 11:53:41 gienah Exp $
+
+*nats-0.2 (02 Jul 2014)
+
+  02 Jul 2014; Mark Wright <gienah@gentoo.org> +nats-0.2.ebuild, metadata.xml:
+  Bump nats to 0.2
 
   24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> nats-0.1.2.ebuild:
   Stable for x86, wrt bug #488750



1.1                  dev-haskell/nats/nats-0.2.ebuild

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

Index: nats-0.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/nats-0.2.ebuild,v 1.1 2014/07/02 11:53:41 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.9999

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

DESCRIPTION="Natural numbers"
HOMEPAGE="http://github.com/ekmett/nats/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-lang/ghc-7.4.1:=
	hashable? ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] )
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.10
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag hashable hashable)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-02 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02 11:53 [gentoo-commits] gentoo-x86 commit in dev-haskell/nats: nats-0.2.ebuild metadata.xml ChangeLog Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox