public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/nats: nats-1.ebuild ChangeLog
@ 2015-04-03 10:15 Mark Wright (gienah)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright (gienah) @ 2015-04-03 10:15 UTC (permalink / raw
  To: gentoo-commits

gienah      15/04/03 10:15:46

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

Revision  Changes    Path
1.9                  dev-haskell/nats/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	26 Jan 2015 09:54:00 -0000	1.8
+++ ChangeLog	3 Apr 2015 10:15:46 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/nats
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v 1.8 2015/01/26 09:54:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v 1.9 2015/04/03 10:15:46 gienah Exp $
+
+*nats-1 (03 Apr 2015)
+
+  03 Apr 2015; Mark Wright <gienah@gentoo.org> +nats-1.ebuild:
+  Bump nats to 1
 
   26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> nats-0.2.ebuild:
   Stable for x86, wrt bug #534994



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

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

Index: nats-1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/nats-1.ebuild,v 1.1 2015/04/03 10:15:46 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/nats: nats-1.ebuild ChangeLog
@ 2015-08-01 15:14 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-08-01 15:14 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/08/01 15:14:48

  Modified:             nats-1.ebuild ChangeLog
  Log:
  Drop documentation.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.2                  dev-haskell/nats/nats-1.ebuild

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

Index: nats-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nats/nats-1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nats-1.ebuild	3 Apr 2015 10:15:46 -0000	1.1
+++ nats-1.ebuild	1 Aug 2015 15:14:48 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/nats-1.ebuild,v 1.1 2015/04/03 10:15:46 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/nats-1.ebuild,v 1.2 2015/08/01 15:14:48 slyfox Exp $
 
 EAPI=5
 
 # ebuild generated by hackport 0.4.4.9999
 
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
+CABAL_FEATURES="lib profile" # on ghc-7.10 does nothing
 inherit haskell-cabal
 
 DESCRIPTION="Natural numbers"



1.11                 dev-haskell/nats/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	6 Jun 2015 12:49:17 -0000	1.10
+++ ChangeLog	1 Aug 2015 15:14:48 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/nats
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v 1.10 2015/06/06 12:49:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/ChangeLog,v 1.11 2015/08/01 15:14:48 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> nats-1.ebuild:
+  Drop documentation.
 
   06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-01 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-03 10:15 [gentoo-commits] gentoo-x86 commit in dev-haskell/nats: nats-1.ebuild ChangeLog Mark Wright (gienah)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01 15:14 Sergei Trofimovich (slyfox)

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