diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 16:04:35 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 16:04:35 +0000 |
commit | c285d1170633620108be573a3f0d69614b426e3a (patch) | |
tree | 667a66f0d3898847bdb32d9a2461bcea0dd4ef8e /dev-haskell/ghc-paths | |
parent | move dev-haskell/primitive/primitive-0.4.1.ebuild ebuild to mirror://hackage (diff) | |
download | historical-c285d1170633620108be573a3f0d69614b426e3a.tar.gz historical-c285d1170633620108be573a3f0d69614b426e3a.tar.bz2 historical-c285d1170633620108be573a3f0d69614b426e3a.zip |
move dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild ebuild to mirror://hackage
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/ghc-paths')
-rw-r--r-- | dev-haskell/ghc-paths/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-haskell/ghc-paths/ChangeLog b/dev-haskell/ghc-paths/ChangeLog index f26be6673868..75db951853a1 100644 --- a/dev-haskell/ghc-paths/ChangeLog +++ b/dev-haskell/ghc-paths/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/ghc-paths -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.6 2011/08/03 12:53:52 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.7 2012/09/12 16:04:35 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> ghc-paths-0.1.0.8.ebuild: + move dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild ebuild to mirror://hackage 03 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-paths-0.1.0.8.ebuild: keyworded alpha/ia64/ppc/ppc64/sparc/x86-fbsd (set of constants for haddock) @@ -31,4 +34,3 @@ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +metadata.xml, +ghc-paths-0.1.0.5.ebuild: Initial version. - diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild index b79b3fdbd4e3..b7c4b98ea35c 100644 --- a/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild +++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild @@ -1,6 +1,6 @@ -# 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/ghc-paths/ghc-paths-0.1.0.8.ebuild,v 1.2 2011/08/03 12:53:52 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild,v 1.3 2012/09/12 16:04:35 qnikst Exp $ EAPI="3" @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Knowledge of GHC's installation directories" HOMEPAGE="http://hackage.haskell.org/package/ghc-paths" -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" |