public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich (slyfox)" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/haskell-src: haskell-src-1.0.1.3.ebuild ChangeLog
Date: Sun, 13 Feb 2011 20:16:15 +0000 (UTC)	[thread overview]
Message-ID: <20110213201615.BC13720054@flycatcher.gentoo.org> (raw)

slyfox      11/02/13 20:16:15

  Modified:             haskell-src-1.0.1.3.ebuild ChangeLog
  Log:
  sparc stable (bug #344343); restored ~alpha/~ppc64 keyword (as we have up-to-date ghc there)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild

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

Index: haskell-src-1.0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haskell-src-1.0.1.3.ebuild	8 Nov 2010 11:06:18 -0000	1.4
+++ haskell-src-1.0.1.3.ebuild	13 Feb 2011 20:16:15 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild,v 1.4 2010/11/08 11:06:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild,v 1.5 2011/02/13 20:16:15 slyfox Exp $
 
 CABAL_FEATURES="lib profile haddock happy"
 inherit haskell-cabal
@@ -11,8 +11,10 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
-DEPEND=">=dev-lang/ghc-6.6.1
+RDEPEND=">=dev-lang/ghc-6.6.1"
+
+DEPEND="$RDEPEND
 		>=dev-haskell/cabal-1.2"



1.35                 dev-haskell/haskell-src/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	8 Nov 2010 11:06:18 -0000	1.34
+++ ChangeLog	13 Feb 2011 20:16:15 -0000	1.35
@@ -1,6 +1,18 @@
 # ChangeLog for dev-haskell/haskell-src
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.34 2010/11/08 11:06:18 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.35 2011/02/13 20:16:15 slyfox Exp $
+
+  13 Feb 2011; Sergei Trofimovich <slyfox@gentoo.org>
+  haskell-src-1.0.1.3.ebuild:
+  restored ~ppc64 keyword
+
+  13 Feb 2011; Sergei Trofimovich <slyfox@gentoo.org>
+  haskell-src-1.0.1.3.ebuild:
+  restored ~alpha keyword
+
+  13 Feb 2011; Sergei Trofimovich <slyfox@gentoo.org>
+  haskell-src-1.0.1.3.ebuild:
+  sparc stable (bug #344343)
 
   08 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   haskell-src-1.0.1.3.ebuild:






             reply	other threads:[~2011-02-13 20:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-13 20:16 Sergei Trofimovich (slyfox) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25 13:23 [gentoo-commits] gentoo-x86 commit in dev-haskell/haskell-src: haskell-src-1.0.1.3.ebuild ChangeLog Kacper Kowalik (xarthisius)
2010-11-08 11:06 PaweA Hajdan (phajdan.jr)
2010-11-06 12:33 Markos Chandras (hwoarang)
2009-04-17 14:13 Lennart Kolmodin (kolmodin)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110213201615.BC13720054@flycatcher.gentoo.org \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox