public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-03-03 20:35 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-03-03 20:35 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/03/03 20:35:31

  Modified:             ChangeLog
  Added:                haskell-updater-1.2.0.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha163_p18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.43                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	9 Feb 2013 18:35:06 -0000	1.42
+++ ChangeLog	3 Mar 2013 20:35:31 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.42 2013/02/09 18:35:06 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.43 2013/03/03 20:35:31 slyfox Exp $
+
+*haskell-updater-1.2.0.9 (03 Mar 2013)
+
+  03 Mar 2013; Sergei Trofimovich <slyfox@gentoo.org>
+  +haskell-updater-1.2.0.9.ebuild:
+  Version bump.
 
   09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org>
   -haskell-updater-0.9.1.0.ebuild:



1.1                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.1&content-type=text/plain

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.1 2013/03/03 20:35:31 slyfox Exp $

EAPI=4

CABAL_FEATURES="bin nocabaldep"
inherit eutils haskell-cabal

DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
IUSE=""

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

# Need a lower version for portage to get --keep-going
RDEPEND="|| ( >=sys-apps/portage-2.1.6
			  sys-apps/pkgcore
			  sys-apps/paludis )"

src_prepare() {
	if use prefix; then
		sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \
			"${S}/Distribution/Gentoo/Packages.hs" || die

		sed -i -e 's,"/","'"${EPREFIX}"'/",g' \
			"${S}/Distribution/Gentoo/GHC.hs" || die
	fi

	# for ghc snapshots (usually come with unstable Cabal API)
	cabal_chdeps \
		'Cabal >= 1.8 && < 1.17' 'Cabal >= 1.8 && < 1.18' \
		'process    < 1.2' 'process    < 1.3'
}

src_configure() {
	cabal_src_configure \
		--bindir="${EPREFIX}/usr/sbin" \
		--constraint="Cabal == $(cabal-version)"
}

src_install() {
	cabal_src_install

	dodoc TODO
}





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-16 13:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 13:05:29

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

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

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haskell-updater-1.2.0.9.ebuild	3 Mar 2013 20:35:31 -0000	1.1
+++ haskell-updater-1.2.0.9.ebuild	16 May 2013 13:05:29 -0000	1.2
@@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.1 2013/03/03 20:35:31 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.2 2013/05/16 13:05:29 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.51                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	31 Mar 2013 10:35:19 -0000	1.50
+++ ChangeLog	16 May 2013 13:05:29 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.50 2013/03/31 10:35:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.51 2013/05/16 13:05:29 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for ppc, wrt bug #464408
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.8.ebuild:
   Stable for sparc, wrt bug #456420





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-16 15:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 15:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 15:38:49

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

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

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haskell-updater-1.2.0.9.ebuild	16 May 2013 13:05:29 -0000	1.2
+++ haskell-updater-1.2.0.9.ebuild	16 May 2013 15:38:49 -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.2 2013/05/16 13:05:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.3 2013/05/16 15:38:49 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.52                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	16 May 2013 13:05:29 -0000	1.51
+++ ChangeLog	16 May 2013 15:38:49 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.51 2013/05/16 13:05:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.52 2013/05/16 15:38:49 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for ppc64, wrt bug #464408
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for ppc, wrt bug #464408





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-17 22:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 22:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/17 22:20:44

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

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

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- haskell-updater-1.2.0.9.ebuild	16 May 2013 15:38:49 -0000	1.3
+++ haskell-updater-1.2.0.9.ebuild	17 May 2013 22:20:44 -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.3 2013/05/16 15:38:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.4 2013/05/17 22:20:44 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.53                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	16 May 2013 15:38:49 -0000	1.52
+++ ChangeLog	17 May 2013 22:20:44 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.52 2013/05/16 15:38:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.53 2013/05/17 22:20:44 ago Exp $
+
+  17 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for amd64, wrt bug #464408
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for ppc64, wrt bug #464408





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-17 22:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 22:53 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/17 22:53:02

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?r1=1.4&r2=1.5

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haskell-updater-1.2.0.9.ebuild	17 May 2013 22:20:44 -0000	1.4
+++ haskell-updater-1.2.0.9.ebuild	17 May 2013 22:53:02 -0000	1.5
@@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.4 2013/05/17 22:20:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.5 2013/05/17 22:53:02 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.54                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	17 May 2013 22:20:44 -0000	1.53
+++ ChangeLog	17 May 2013 22:53:02 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.53 2013/05/17 22:20:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.54 2013/05/17 22:53:02 ago Exp $
+
+  17 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for ia64, wrt bug #464408
 
   17 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for amd64, wrt bug #464408





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-18 20:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 20:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/18 20:37:33

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?r1=1.5&r2=1.6

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- haskell-updater-1.2.0.9.ebuild	17 May 2013 22:53:02 -0000	1.5
+++ haskell-updater-1.2.0.9.ebuild	18 May 2013 20:37:33 -0000	1.6
@@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.5 2013/05/17 22:53:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.6 2013/05/18 20:37:33 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.55                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	17 May 2013 22:53:02 -0000	1.54
+++ ChangeLog	18 May 2013 20:37:33 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.54 2013/05/17 22:53:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.55 2013/05/18 20:37:33 ago Exp $
+
+  18 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for alpha, wrt bug #464408
 
   17 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for ia64, wrt bug #464408





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-20  8:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20  8:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 08:20:32

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?r1=1.6&r2=1.7

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- haskell-updater-1.2.0.9.ebuild	18 May 2013 20:37:33 -0000	1.6
+++ haskell-updater-1.2.0.9.ebuild	20 May 2013 08:20:31 -0000	1.7
@@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.6 2013/05/18 20:37:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.7 2013/05/20 08:20:31 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.56                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	18 May 2013 20:37:33 -0000	1.55
+++ ChangeLog	20 May 2013 08:20:31 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.55 2013/05/18 20:37:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.56 2013/05/20 08:20:31 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for x86, wrt bug #464408
 
   18 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for alpha, wrt bug #464408





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-05-25  7:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25  7:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 07:41:57

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #464408
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?r1=1.7&r2=1.8

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- haskell-updater-1.2.0.9.ebuild	20 May 2013 08:20:31 -0000	1.7
+++ haskell-updater-1.2.0.9.ebuild	25 May 2013 07:41:57 -0000	1.8
@@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.7 2013/05/20 08:20:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.8 2013/05/25 07:41:57 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.57                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	20 May 2013 08:20:31 -0000	1.56
+++ ChangeLog	25 May 2013 07:41:57 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.56 2013/05/20 08:20:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.57 2013/05/25 07:41:57 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
+  Stable for sparc, wrt bug #464408
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for x86, wrt bug #464408





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

* [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog
@ 2013-07-21 17:17 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-07-21 17:17 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/07/21 17:17:24

  Modified:             haskell-updater-1.2.0.9.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.9                  app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild?r1=1.8&r2=1.9

Index: haskell-updater-1.2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- haskell-updater-1.2.0.9.ebuild	25 May 2013 07:41:57 -0000	1.8
+++ haskell-updater-1.2.0.9.ebuild	21 Jul 2013 17:17:24 -0000	1.9
@@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.8 2013/05/25 07:41:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.9 2013/07/21 17:17:24 ottxor Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"



1.58                 app-admin/haskell-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	25 May 2013 07:41:57 -0000	1.57
+++ ChangeLog	21 Jul 2013 17:17:24 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.57 2013/05/25 07:41:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.58 2013/07/21 17:17:24 ottxor Exp $
+
+  21 Jul 2013; Christoph Junghans <ottxor@gentoo.org>
+  haskell-updater-1.2.0.9.ebuild:
+  added ~amd64-linux (tested by me)
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-updater-1.2.0.9.ebuild:
   Stable for sparc, wrt bug #464408





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

end of thread, other threads:[~2013-07-21 17:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 22:53 [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21 17:17 Christoph Junghans (ottxor)
2013-05-25  7:41 Agostino Sarubbo (ago)
2013-05-20  8:20 Agostino Sarubbo (ago)
2013-05-18 20:37 Agostino Sarubbo (ago)
2013-05-17 22:20 Agostino Sarubbo (ago)
2013-05-16 15:38 Agostino Sarubbo (ago)
2013-05-16 13:05 Agostino Sarubbo (ago)
2013-03-03 20:35 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