diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-14 18:39:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-14 18:39:19 +0000 |
commit | 9a30abdc5fb4aceec0b5f9f17959348eea43a569 (patch) | |
tree | e94f751638d01c12fdacdbe7f02f0cd201878347 /dev-haskell | |
parent | Version bump. Improvements to the .gir reader, bug fixes and bindings updates. (diff) | |
download | historical-9a30abdc5fb4aceec0b5f9f17959348eea43a569.tar.gz historical-9a30abdc5fb4aceec0b5f9f17959348eea43a569.tar.bz2 historical-9a30abdc5fb4aceec0b5f9f17959348eea43a569.zip |
alpha/ia64/sparc stable (bug #339161)
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alex/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/alex/alex-2.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/alex/alex-2.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/happy/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.18.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.18.4.ebuild | 4 |
6 files changed, 25 insertions, 11 deletions
diff --git a/dev-haskell/alex/ChangeLog b/dev-haskell/alex/ChangeLog index f000794170ab..cafe4430cafa 100644 --- a/dev-haskell/alex/ChangeLog +++ b/dev-haskell/alex/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/alex # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.42 2010/07/12 19:32:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.43 2010/11/14 18:39:19 slyfox Exp $ + + 14 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> alex-2.3.1.ebuild, + alex-2.3.2.ebuild: + alpha stable (bug #339161) + + 14 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> alex-2.3.1.ebuild: + ia64 stable (bug #339161) 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> alex-2.3.2.ebuild: Marked ~alpha diff --git a/dev-haskell/alex/alex-2.3.1.ebuild b/dev-haskell/alex/alex-2.3.1.ebuild index ff9e3321e26c..5e7b65213140 100644 --- a/dev-haskell/alex/alex-2.3.1.ebuild +++ b/dev-haskell/alex/alex-2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.6 2009/12/25 15:02:55 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.7 2010/11/14 18:39:19 slyfox Exp $ CABAL_FEATURES="bin" inherit autotools haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/alex/alex-2.3.2.ebuild b/dev-haskell/alex/alex-2.3.2.ebuild index af785f4b22f3..950b326a59fc 100644 --- a/dev-haskell/alex/alex-2.3.2.ebuild +++ b/dev-haskell/alex/alex-2.3.2.ebuild @@ -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/alex/alex-2.3.2.ebuild,v 1.2 2010/07/12 19:32:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.2.ebuild,v 1.3 2010/11/14 18:39:19 slyfox Exp $ CABAL_FEATURES="bin" inherit autotools haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 0844d99ebc30..093015029525 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/happy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.46 2010/07/12 19:43:51 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.47 2010/11/14 18:38:14 slyfox Exp $ + + 14 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> happy-1.18.2.ebuild, + happy-1.18.4.ebuild: + alpha stable (bug #339161) + + 14 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> happy-1.18.2.ebuild: + ia64 stable (bug #339161) 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> ChangeLog: happy-1.18.4.ebuild: marked ~alpha diff --git a/dev-haskell/happy/happy-1.18.2.ebuild b/dev-haskell/happy/happy-1.18.2.ebuild index 880480a64ad0..04a6d6813428 100644 --- a/dev-haskell/happy/happy-1.18.2.ebuild +++ b/dev-haskell/happy/happy-1.18.2.ebuild @@ -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/happy/happy-1.18.2.ebuild,v 1.5 2010/07/01 19:56:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.2.ebuild,v 1.6 2010/11/14 18:38:14 slyfox Exp $ CABAL_FEATURES="bin" CABAL_MIN_VERSION=1.2 @@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.4 diff --git a/dev-haskell/happy/happy-1.18.4.ebuild b/dev-haskell/happy/happy-1.18.4.ebuild index 3b2000ee510c..53f713f626bc 100644 --- a/dev-haskell/happy/happy-1.18.4.ebuild +++ b/dev-haskell/happy/happy-1.18.4.ebuild @@ -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/happy/happy-1.18.4.ebuild,v 1.4 2010/07/12 19:34:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.4.ebuild,v 1.5 2010/11/14 18:38:14 slyfox Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -18,7 +18,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 |