diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-01 19:59:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-01 19:59:41 +0000 |
commit | ccf02503667db96d6a1ea2c934b947e77b9c1f3d (patch) | |
tree | b6b284a87e91d9eb4c91456bf7c373bfcc875924 /dev-haskell/hunit | |
parent | Fix building with as-needed wrt bug 247919, debundle libquicktime, respect FL... (diff) | |
download | historical-ccf02503667db96d6a1ea2c934b947e77b9c1f3d.tar.gz historical-ccf02503667db96d6a1ea2c934b947e77b9c1f3d.tar.bz2 historical-ccf02503667db96d6a1ea2c934b947e77b9c1f3d.zip |
Drop support for ghc and darcs.
Package-Manager: portage-2.2_rc67/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'dev-haskell/hunit')
-rw-r--r-- | dev-haskell/hunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.2.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.2.0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.2.2.1.ebuild | 6 |
5 files changed, 16 insertions, 12 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog index 9983ee55414e..bb21b229ac17 100644 --- a/dev-haskell/hunit/ChangeLog +++ b/dev-haskell/hunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hunit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.38 2010/06/01 13:06:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.39 2010/07/01 19:57:23 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> hunit-1.1.ebuild, + hunit-1.2.0.0.ebuild, hunit-1.2.0.3.ebuild, hunit-1.2.2.1.ebuild: + Drop support for ghc and darcs. 01 Jun 2010; Joseph Jezak <josejx@gentoo.org> hunit-1.2.0.3.ebuild: Marked ppc stable for bug #279736. diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index ce69a2a441bd..c96795e56ef0 100644 --- a/dev-haskell/hunit/hunit-1.1.ebuild +++ b/dev-haskell/hunit/hunit-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/hunit/hunit-1.1.ebuild,v 1.14 2007/12/13 00:49:38 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.15 2010/07/01 19:57:23 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/hunit/hunit-1.2.0.0.ebuild b/dev-haskell/hunit/hunit-1.2.0.0.ebuild index 2624ea02ff5b..62ed3817d8c2 100644 --- a/dev-haskell/hunit/hunit-1.2.0.0.ebuild +++ b/dev-haskell/hunit/hunit-1.2.0.0.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/hunit/hunit-1.2.0.0.ebuild,v 1.5 2009/07/30 20:50:29 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.6 2010/07/01 19:57:23 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" diff --git a/dev-haskell/hunit/hunit-1.2.0.3.ebuild b/dev-haskell/hunit/hunit-1.2.0.3.ebuild index 799d5999fa01..fe1b73ecea83 100644 --- a/dev-haskell/hunit/hunit-1.2.0.3.ebuild +++ b/dev-haskell/hunit/hunit-1.2.0.3.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/hunit/hunit-1.2.0.3.ebuild,v 1.5 2010/06/01 13:06:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.6 2010/07/01 19:57:23 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/hunit/hunit-1.2.2.1.ebuild b/dev-haskell/hunit/hunit-1.2.2.1.ebuild index 8ff5b9ac72d2..e95dae20dd4d 100644 --- a/dev-haskell/hunit/hunit-1.2.2.1.ebuild +++ b/dev-haskell/hunit/hunit-1.2.2.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/hunit/hunit-1.2.2.1.ebuild,v 1.2 2009/12/16 00:21:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.2.1.ebuild,v 1.3 2010/07/01 19:57:23 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |