public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/dlist: dlist-0.5-r1.ebuild ChangeLog
@ 2012-12-22 21:27 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-12-22 21:27 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/12/22 21:27:49

  Modified:             ChangeLog
  Added:                dlist-0.5-r1.ebuild
  Log:
  Switch to EAPI=5
  
  (Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  dev-haskell/dlist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	12 Sep 2012 15:15:48 -0000	1.2
+++ ChangeLog	22 Dec 2012 21:27:49 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/dlist
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.2 2012/09/12 15:15:48 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.3 2012/12/22 21:27:49 slyfox Exp $
+
+*dlist-0.5-r1 (22 Dec 2012)
+
+  22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> +dlist-0.5-r1.ebuild:
+  Switch to EAPI=5
 
   12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> dlist-0.5.ebuild:
   move dev-haskell/dlist/dlist-0.5.ebuild ebuild to mirror://hackage



1.1                  dev-haskell/dlist/dlist-0.5-r1.ebuild

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

Index: dlist-0.5-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.1 2012/12/22 21:27:49 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.1.9999

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

DESCRIPTION="Differences lists"
HOMEPAGE="http://code.haskell.org/~dons/code/dlist/"
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.2"

src_configure() {
	haskell-cabal_src_configure \
		--flag=applicative-in-base
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/dlist: dlist-0.5-r1.ebuild ChangeLog
@ 2013-04-03 11:25 Mark Wright (gienah)
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Wright (gienah) @ 2013-04-03 11:25 UTC (permalink / raw
  To: gentoo-commits

gienah      13/04/03 11:25:43

  Modified:             dlist-0.5-r1.ebuild ChangeLog
  Log:
  dlist is a dep of data-default which is a dep of dev-haskell/x11 - dlist and x11 were written by the same author
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.2                  dev-haskell/dlist/dlist-0.5-r1.ebuild

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

Index: dlist-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dlist-0.5-r1.ebuild	22 Dec 2012 21:27:49 -0000	1.1
+++ dlist-0.5-r1.ebuild	3 Apr 2013 11:25:43 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.1 2012/12/22 21:27:49 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.2 2013/04/03 11:25:43 gienah Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~ppc64 ~ppc-macos ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.4                  dev-haskell/dlist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Dec 2012 21:27:49 -0000	1.3
+++ ChangeLog	3 Apr 2013 11:25:43 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/dlist
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.3 2012/12/22 21:27:49 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.4 2013/04/03 11:25:43 gienah Exp $
+
+  03 Apr 2013; Mark Wright <gienah@gentoo.org> dlist-0.5-r1.ebuild:
+  dlist is a dep of data-default which is a dep of dev-haskell/x11 - dlist and
+  x11 were written by the same author
 
 *dlist-0.5-r1 (22 Dec 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/dlist: dlist-0.5-r1.ebuild ChangeLog
@ 2013-07-27 21:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-27 21:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/27 21:54:40

  Modified:             dlist-0.5-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #478288
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/dlist/dlist-0.5-r1.ebuild

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

Index: dlist-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dlist-0.5-r1.ebuild	3 Apr 2013 11:25:43 -0000	1.2
+++ dlist-0.5-r1.ebuild	27 Jul 2013 21:54:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.2 2013/04/03 11:25:43 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.3 2013/07/27 21:54:40 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~ppc64 ~ppc-macos ~x86-linux"
+KEYWORDS="amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.5                  dev-haskell/dlist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	3 Apr 2013 11:25:43 -0000	1.4
+++ ChangeLog	27 Jul 2013 21:54:40 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/dlist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.4 2013/04/03 11:25:43 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.5 2013/07/27 21:54:40 ago Exp $
+
+  27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> dlist-0.5-r1.ebuild:
+  Stable for amd64, wrt bug #478288
 
   03 Apr 2013; Mark Wright <gienah@gentoo.org> dlist-0.5-r1.ebuild:
   dlist is a dep of data-default which is a dep of dev-haskell/x11 - dlist and





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/dlist: dlist-0.5-r1.ebuild ChangeLog
@ 2013-07-29  5:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-29  5:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/29 05:28:20

  Modified:             dlist-0.5-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #478288
  
  (Portage version: 2.1.13.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/dlist/dlist-0.5-r1.ebuild

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

Index: dlist-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dlist-0.5-r1.ebuild	27 Jul 2013 21:54:40 -0000	1.3
+++ dlist-0.5-r1.ebuild	29 Jul 2013 05:28:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.3 2013/07/27 21:54:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5-r1.ebuild,v 1.4 2013/07/29 05:28:20 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.6                  dev-haskell/dlist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Jul 2013 21:54:40 -0000	1.5
+++ ChangeLog	29 Jul 2013 05:28:20 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/dlist
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.5 2013/07/27 21:54:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.6 2013/07/29 05:28:20 ago Exp $
+
+  29 Jul 2013; Agostino Sarubbo <ago@gentoo.org> dlist-0.5-r1.ebuild:
+  Stable for x86, wrt bug #478288
 
   27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> dlist-0.5-r1.ebuild:
   Stable for amd64, wrt bug #478288





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

end of thread, other threads:[~2013-07-29  5:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 11:25 [gentoo-commits] gentoo-x86 commit in dev-haskell/dlist: dlist-0.5-r1.ebuild ChangeLog Mark Wright (gienah)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-29  5:28 Agostino Sarubbo (ago)
2013-07-27 21:54 Agostino Sarubbo (ago)
2012-12-22 21:27 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