diff options
author | 2012-08-09 13:06:50 +0000 | |
---|---|---|
committer | 2012-08-09 13:06:50 +0000 | |
commit | f0d58f233bfb38700f43cf50473c281ec376689c (patch) | |
tree | 2b36bba10b4a853159564671051b750c2c285c7f /dev-haskell | |
parent | Stable for HPPA (bug #429202). (diff) | |
download | historical-f0d58f233bfb38700f43cf50473c281ec376689c.tar.gz historical-f0d58f233bfb38700f43cf50473c281ec376689c.tar.bz2 historical-f0d58f233bfb38700f43cf50473c281ec376689c.zip |
Keyworded ~alpha/~ia64/~ppc/~ppc64/~sparc for darcs-2.8
Package-Manager: portage-2.2.0_alpha120_p28/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cmdlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/cmdlib/cmdlib-0.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/shellish/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/shellish/shellish-0.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/strict/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/strict/strict-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/unix-compat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild | 4 |
8 files changed, 25 insertions, 16 deletions
diff --git a/dev-haskell/cmdlib/ChangeLog b/dev-haskell/cmdlib/ChangeLog index 8d5aaf571dd0..0a8dfa62ac2a 100644 --- a/dev-haskell/cmdlib/ChangeLog +++ b/dev-haskell/cmdlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cmdlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v 1.2 2012/05/05 13:19:44 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v 1.3 2012/08/09 13:06:50 slyfox Exp $ + + 09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> cmdlib-0.3.5.ebuild: + Keyworded ~alpha/~ia64/~ppc/~ppc64/~sparc for darcs-2.8 05 May 2012; Mark Wright <gienah@gentoo.org> cmdlib-0.3.5.ebuild: EAPI=4. [profile?] for haskell libs (part of fix for bug 341795). @@ -10,4 +13,3 @@ 05 May 2012; Mark Wright <gienah@gentoo.org> +files/cmdlib-0.3.4-ghc-6.12.patch, +cmdlib-0.3.5.ebuild, +metadata.xml: Add cmdlib for darcs 2.8.0 tests - diff --git a/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild b/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild index 8825c4a61b21..8eaaedef7aa2 100644 --- a/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild +++ b/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild,v 1.2 2012/05/05 13:19:44 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild,v 1.3 2012/08/09 13:06:50 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -15,7 +15,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-haskell/mtl[profile?] diff --git a/dev-haskell/shellish/ChangeLog b/dev-haskell/shellish/ChangeLog index dc59036e238f..b32fad599fcd 100644 --- a/dev-haskell/shellish/ChangeLog +++ b/dev-haskell/shellish/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-haskell/shellish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shellish/ChangeLog,v 1.1 2012/05/05 13:08:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shellish/ChangeLog,v 1.2 2012/08/09 13:05:10 slyfox Exp $ + + 09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> shellish-0.1.4.ebuild: + Keyworded ~alpha/~ia64/~ppc/~ppc64/~sparc for darcs-2.8 *shellish-0.1.4 (05 May 2012) 05 May 2012; Mark Wright <gienah@gentoo.org> +shellish-0.1.4.ebuild, +metadata.xml: Add shellish for darcs 2.8.0 tests - diff --git a/dev-haskell/shellish/shellish-0.1.4.ebuild b/dev-haskell/shellish/shellish-0.1.4.ebuild index 1d6f65a56422..52012f342cb0 100644 --- a/dev-haskell/shellish/shellish-0.1.4.ebuild +++ b/dev-haskell/shellish/shellish-0.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shellish/shellish-0.1.4.ebuild,v 1.1 2012/05/05 13:08:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shellish/shellish-0.1.4.ebuild,v 1.2 2012/08/09 13:05:10 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -15,7 +15,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-haskell/mtl[profile?] diff --git a/dev-haskell/strict/ChangeLog b/dev-haskell/strict/ChangeLog index 0ff4c57720e3..19f969091186 100644 --- a/dev-haskell/strict/ChangeLog +++ b/dev-haskell/strict/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-haskell/strict # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/ChangeLog,v 1.1 2012/05/05 13:14:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/ChangeLog,v 1.2 2012/08/09 12:59:41 slyfox Exp $ + + 09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> strict-0.3.2.ebuild: + Keyworded ~alpha/~ia64/~ppc/~ppc64/~sparc for darcs-2.8 *strict-0.3.2 (05 May 2012) 05 May 2012; Mark Wright <gienah@gentoo.org> +strict-0.3.2.ebuild, +metadata.xml: Add strict for darcs 2.8.0 tests - diff --git a/dev-haskell/strict/strict-0.3.2.ebuild b/dev-haskell/strict/strict-0.3.2.ebuild index 017281e48d65..377b4d7973b8 100644 --- a/dev-haskell/strict/strict-0.3.2.ebuild +++ b/dev-haskell/strict/strict-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/strict-0.3.2.ebuild,v 1.1 2012/05/05 13:14:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/strict-0.3.2.ebuild,v 1.2 2012/08/09 12:59:41 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -15,7 +15,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.2" diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index 9c26d72d609b..74dd4679c7e7 100644 --- a/dev-haskell/unix-compat/ChangeLog +++ b/dev-haskell/unix-compat/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.1 2012/05/05 12:55:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.2 2012/08/09 13:01:00 slyfox Exp $ + + 09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> + unix-compat-0.3.0.1.ebuild: + Keyworded ~alpha/~ia64/~ppc/~ppc64/~sparc for darcs-2.8 *unix-compat-0.3.0.1 (05 May 2012) 05 May 2012; Mark Wright <gienah@gentoo.org> +unix-compat-0.3.0.1.ebuild, +metadata.xml: Add unix-compat for darcs-2.8.0 tests - diff --git a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild index 78ccb82d7983..34d70412b10a 100644 --- a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild,v 1.1 2012/05/05 12:55:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild,v 1.2 2012/08/09 13:01:00 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -15,7 +15,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.12.1" |