diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:36:42 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:36:42 +0000 |
commit | 3112d45dad8d635022e40ba119c9abf2cbd596e2 (patch) | |
tree | 519a81255e923c8a01f93b40dd4caacfcd049983 /dev-haskell/test-framework-quickcheck2 | |
parent | move dev-haskell/parallel/parallel-1.0.0.0.ebuild ebuild to mirror://hackage (diff) | |
download | gentoo-2-3112d45dad8d635022e40ba119c9abf2cbd596e2.tar.gz gentoo-2-3112d45dad8d635022e40ba119c9abf2cbd596e2.tar.bz2 gentoo-2-3112d45dad8d635022e40ba119c9abf2cbd596e2.zip |
move dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/test-framework-quickcheck2')
6 files changed, 21 insertions, 13 deletions
diff --git a/dev-haskell/test-framework-quickcheck2/ChangeLog b/dev-haskell/test-framework-quickcheck2/ChangeLog index 1845d7669bff..fd07aed96d91 100644 --- a/dev-haskell/test-framework-quickcheck2/ChangeLog +++ b/dev-haskell/test-framework-quickcheck2/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-haskell/test-framework-quickcheck2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.13 2012/05/26 07:16:07 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.14 2012/09/12 15:36:42 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> + test-framework-quickcheck2-0.2.10.ebuild, + test-framework-quickcheck2-0.2.12-r1.ebuild, + test-framework-quickcheck2-0.2.12.1.ebuild, + test-framework-quickcheck2-0.2.12.2.ebuild, + test-framework-quickcheck2-0.2.5.ebuild: + move dev-haskell/test-framework-quickcheck2/test-framework- + quickcheck2-0.2.12.1.ebuild ebuild to mirror://hackage *test-framework-quickcheck2-0.2.12.2 (26 May 2012) @@ -63,4 +72,3 @@ 28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> +test-framework-quickcheck2-0.2.5.ebuild, +metadata.xml: Initial version. - diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild index 5be28cfcec5a..eba25c75a8af 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild,v 1.1 2012/01/22 14:48:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ # ebuild generated by hackport 0.2.14 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="QuickCheck2 support for the test-framework package." HOMEPAGE="http://batterseapower.github.com/test-framework/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild index d52c8dea7588..bc1ab6fc4180 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild,v 1.1 2012/03/04 04:40:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ # ebuild generated by hackport 0.2.14 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="QuickCheck2 support for the test-framework package." HOMEPAGE="http://batterseapower.github.com/test-framework/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild index aeba93f3c595..5f04099caea5 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild,v 1.1 2012/04/14 08:46:12 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ # ebuild generated by hackport 0.2.17 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="QuickCheck2 support for the test-framework package." HOMEPAGE="http://batterseapower.github.com/test-framework/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild index 909140cde645..1ec2d6820229 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild,v 1.1 2012/05/26 07:16:07 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ # ebuild generated by hackport 0.2.17 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="QuickCheck2 support for the test-framework package." HOMEPAGE="http://batterseapower.github.com/test-framework/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild index 950a16e0f291..b16ae260ef34 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild,v 1.9 2011/02/25 13:17:58 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild,v 1.10 2012/09/12 15:36:42 qnikst Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal DESCRIPTION="QuickCheck2 support for the test-framework package." HOMEPAGE="http://batterseapower.github.com/test-framework/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |