public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/cabal-install: cabal-install-0.8.0.ebuild ChangeLog
@ 2010-01-26 20:33 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2010-01-26 20:33 UTC (permalink / raw
  To: gentoo-commits

kolmodin    10/01/26 20:33:37

  Modified:             ChangeLog
  Added:                cabal-install-0.8.0.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-haskell/cabal-install/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Dec 2009 20:27:54 -0000	1.2
+++ ChangeLog	26 Jan 2010 20:33:36 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cabal-install
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.2 2009/12/16 20:27:54 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.3 2010/01/26 20:33:36 kolmodin Exp $
+
+*cabal-install-0.8.0 (26 Jan 2010)
+
+  26 Jan 2010; <kolmodin@gentoo.org> +cabal-install-0.8.0.ebuild:
+  Version bump.
 
 *cabal-install-0.6.4 (16 Dec 2009)
 



1.1                  dev-haskell/cabal-install/cabal-install-0.8.0.ebuild

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

Index: cabal-install-0.8.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild,v 1.1 2010/01/26 20:33:36 kolmodin Exp $

CABAL_FEATURES="bin"
inherit haskell-cabal bash-completion

DESCRIPTION="The command-line interface for Cabal and Hackage."
HOMEPAGE="http://www.haskell.org/cabal/"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-6.4
		 >=dev-haskell/cabal-1.8"
DEPEND="${RDEPEND}
		>=dev-haskell/http-4000.0.2
		dev-haskell/network
		>=dev-haskell/zlib-0.4
		>=dev-haskell/time-1.1"

src_install() {
	haskell-cabal_src_install

	dobashcompletion "${S}/bash-completion/cabal"
}

pkg_postinst() {
	ghc-package_pkg_postinst

	bash-completion_pkg_postinst
}






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/cabal-install: cabal-install-0.8.0.ebuild ChangeLog
@ 2010-10-02 21:37 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-10-02 21:37 UTC (permalink / raw
  To: gentoo-commits

slyfox      10/10/02 21:37:04

  Modified:             cabal-install-0.8.0.ebuild ChangeLog
  Log:
  Marked ~alpha and ~ia64
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-haskell/cabal-install/cabal-install-0.8.0.ebuild

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

Index: cabal-install-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cabal-install-0.8.0.ebuild	26 Jan 2010 20:33:36 -0000	1.1
+++ cabal-install-0.8.0.ebuild	2 Oct 2010 21:37:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild,v 1.1 2010/01/26 20:33:36 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild,v 1.2 2010/10/02 21:37:04 slyfox Exp $
 
 CABAL_FEATURES="bin"
 inherit haskell-cabal bash-completion
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.4



1.5                  dev-haskell/cabal-install/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Jun 2010 22:26:30 -0000	1.4
+++ ChangeLog	2 Oct 2010 21:37:04 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/cabal-install
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.4 2010/06/16 22:26:30 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.5 2010/10/02 21:37:04 slyfox Exp $
+
+  02 Oct 2010; Sergei Trofimovich <slyfox@gentoo.org>
+  cabal-install-0.8.0.ebuild:
+  Marked ~alpha and ~ia64
 
   16 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
   cabal-install-0.6.2.ebuild, cabal-install-0.6.4.ebuild:






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

end of thread, other threads:[~2010-10-02 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 21:37 [gentoo-commits] gentoo-x86 commit in dev-haskell/cabal-install: cabal-install-0.8.0.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-26 20:33 Lennart Kolmodin (kolmodin)

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