diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 14:58:13 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 14:58:13 +0000 |
commit | e8f3e95bb4e1d208b03ccf0fcc362c74510875ea (patch) | |
tree | a1d2296fe7901fa7a6fab604c4406698790fa951 /dev-haskell/mmap/mmap-0.4.1.ebuild | |
parent | move dev-haskell/json/json-0.4.3.ebuild ebuild to mirror://hackage (diff) | |
download | gentoo-2-e8f3e95bb4e1d208b03ccf0fcc362c74510875ea.tar.gz gentoo-2-e8f3e95bb4e1d208b03ccf0fcc362c74510875ea.tar.bz2 gentoo-2-e8f3e95bb4e1d208b03ccf0fcc362c74510875ea.zip |
move dev-haskell/mmap/mmap-0.4.1.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/mmap/mmap-0.4.1.ebuild')
-rw-r--r-- | dev-haskell/mmap/mmap-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/mmap/mmap-0.4.1.ebuild b/dev-haskell/mmap/mmap-0.4.1.ebuild index c3a721081093..6547b2fa8e05 100644 --- a/dev-haskell/mmap/mmap-0.4.1.ebuild +++ b/dev-haskell/mmap/mmap-0.4.1.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/mmap/mmap-0.4.1.ebuild,v 1.12 2011/04/10 18:56:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mmap/mmap-0.4.1.ebuild,v 1.13 2012/09/12 14:58:13 qnikst Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal DESCRIPTION="Memory mapped files for POSIX and Windows" HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mmap" -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" |