public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.0.ebuild
@ 2007-12-13 17:16 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 4+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 17:16 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/13 17:16:02

  Modified:             ChangeLog
  Added:                filepath-1.1.0.0.ebuild
  Log:
  New version.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.13                 dev-haskell/filepath/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Dec 2007 00:43:49 -0000	1.12
+++ ChangeLog	13 Dec 2007 17:16:01 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/filepath
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.12 2007/12/13 00:43:49 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.13 2007/12/13 17:16:01 dcoutts Exp $
+
+*filepath-1.1.0.0 (13 Dec 2007)
+
+  13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +filepath-1.1.0.0.ebuild:
+  New version.
 
   12 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> filepath-1.0.ebuild:
   Remove old comment.



1.1                  dev-haskell/filepath/filepath-1.1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: filepath-1.1.0.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.1 2007/12/13 17:16:01 dcoutts Exp $

CABAL_FEATURES="haddock lib profile"
inherit haskell-cabal

DESCRIPTION="Library for manipulating FilePath's in a cross platform way."
HOMEPAGE="http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"

KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/ghc-6.4"

CABAL_CORE_LIB_GHC_PV="6.8.1 6.8.2"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.0.ebuild
@ 2008-07-06 20:53 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-07-06 20:53 UTC (permalink / raw
  To: gentoo-commits

maekke      08/07/06 20:53:10

  Modified:             ChangeLog filepath-1.1.0.0.ebuild
  Log:
  amd64/x86 stable, bug #230919
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)

Revision  Changes    Path
1.15                 dev-haskell/filepath/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Mar 2008 11:29:11 -0000	1.14
+++ ChangeLog	6 Jul 2008 20:53:10 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/filepath
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.14 2008/03/01 11:29:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.15 2008/07/06 20:53:10 maekke Exp $
+
+  06 Jul 2008; Markus Meier <maekke@gentoo.org> filepath-1.1.0.0.ebuild:
+  amd64/x86 stable, bug #230919
 
   01 Mar 2008; Raúl Porcel <armin76@gentoo.org> filepath-1.1.0.0.ebuild:
   Add ~alpha



1.3                  dev-haskell/filepath/filepath-1.1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?r1=1.2&r2=1.3

Index: filepath-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- filepath-1.1.0.0.ebuild	1 Mar 2008 11:29:11 -0000	1.2
+++ filepath-1.1.0.0.ebuild	6 Jul 2008 20:53:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.2 2008/03/01 11:29:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.3 2008/07/06 20:53:10 maekke Exp $
 
 CABAL_FEATURES="haddock lib profile"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.0.ebuild
@ 2008-07-15 16:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2008-07-15 16:33 UTC (permalink / raw
  To: gentoo-commits

jer         08/07/15 16:33:34

  Modified:             ChangeLog filepath-1.1.0.0.ebuild
  Log:
  Marked ~hppa too.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)

Revision  Changes    Path
1.16                 dev-haskell/filepath/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	6 Jul 2008 20:53:10 -0000	1.15
+++ ChangeLog	15 Jul 2008 16:33:33 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/filepath
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.15 2008/07/06 20:53:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.16 2008/07/15 16:33:33 jer Exp $
+
+  15 Jul 2008; Jeroen Roovers <jer@gentoo.org> filepath-1.1.0.0.ebuild:
+  Marked ~hppa too.
 
   06 Jul 2008; Markus Meier <maekke@gentoo.org> filepath-1.1.0.0.ebuild:
   amd64/x86 stable, bug #230919



1.4                  dev-haskell/filepath/filepath-1.1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?r1=1.3&r2=1.4

Index: filepath-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- filepath-1.1.0.0.ebuild	6 Jul 2008 20:53:10 -0000	1.3
+++ filepath-1.1.0.0.ebuild	15 Jul 2008 16:33:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.3 2008/07/06 20:53:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.4 2008/07/15 16:33:33 jer Exp $
 
 CABAL_FEATURES="haddock lib profile"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~ia64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.0.ebuild
@ 2008-10-04 19:52 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 4+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-10-04 19:52 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/10/04 19:52:29

  Modified:             ChangeLog filepath-1.1.0.0.ebuild
  Log:
  Sparc stable, part of Bug #239368.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)

Revision  Changes    Path
1.17                 dev-haskell/filepath/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	15 Jul 2008 16:33:33 -0000	1.16
+++ ChangeLog	4 Oct 2008 19:52:29 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/filepath
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.16 2008/07/15 16:33:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.17 2008/10/04 19:52:29 fmccor Exp $
+
+  04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> filepath-1.1.0.0.ebuild:
+  Sparc stable, part of Bug #239368.
 
   15 Jul 2008; Jeroen Roovers <jer@gentoo.org> filepath-1.1.0.0.ebuild:
   Marked ~hppa too.



1.5                  dev-haskell/filepath/filepath-1.1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?r1=1.4&r2=1.5

Index: filepath-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- filepath-1.1.0.0.ebuild	15 Jul 2008 16:33:33 -0000	1.4
+++ filepath-1.1.0.0.ebuild	4 Oct 2008 19:52:29 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.4 2008/07/15 16:33:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.5 2008/10/04 19:52:29 fmccor Exp $
 
 CABAL_FEATURES="haddock lib profile"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4"






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

end of thread, other threads:[~2008-10-04 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 19:52 [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.0.ebuild Ferris McCormick (fmccor)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-15 16:33 Jeroen Roovers (jer)
2008-07-06 20:53 Markus Meier (maekke)
2007-12-13 17:16 Duncan Coutts (dcoutts)

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