summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2012-09-12 15:50:27 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2012-09-12 15:50:27 +0000
commitb57c7054a8bb5bb05aac2149935e3ce3094e645c (patch)
treee7e155fd459bc8a37184beb3f8bbf3b1fd865898 /dev-haskell/edit-distance
parentmove dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild ebuild to mirror://hackage (diff)
downloadhistorical-b57c7054a8bb5bb05aac2149935e3ce3094e645c.tar.gz
historical-b57c7054a8bb5bb05aac2149935e3ce3094e645c.tar.bz2
historical-b57c7054a8bb5bb05aac2149935e3ce3094e645c.zip
move dev-haskell/edit-distance/edit-distance-0.2.1.ebuild ebuild to mirror://hackage
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/edit-distance')
-rw-r--r--dev-haskell/edit-distance/ChangeLog8
-rw-r--r--dev-haskell/edit-distance/edit-distance-0.2.1.ebuild4
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/edit-distance/ChangeLog b/dev-haskell/edit-distance/ChangeLog
index 08ee373ee571..2c91722e22f3 100644
--- a/dev-haskell/edit-distance/ChangeLog
+++ b/dev-haskell/edit-distance/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for dev-haskell/edit-distance
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/edit-distance/ChangeLog,v 1.1 2012/06/03 02:58:22 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/edit-distance/ChangeLog,v 1.2 2012/09/12 15:50:27 qnikst Exp $
+
+ 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org>
+ edit-distance-0.2.1.ebuild:
+ move dev-haskell/edit-distance/edit-distance-0.2.1.ebuild ebuild to
+ mirror://hackage
*edit-distance-0.2.1 (03 Jun 2012)
03 Jun 2012; Mark Wright <gienah@gentoo.org> +edit-distance-0.2.1.ebuild,
+metadata.xml:
Add edit-distance
-
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.1.ebuild
index a5d28812f0ef..3d78a427d883 100644
--- a/dev-haskell/edit-distance/edit-distance-0.2.1.ebuild
+++ b/dev-haskell/edit-distance/edit-distance-0.2.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/edit-distance/edit-distance-0.2.1.ebuild,v 1.1 2012/06/03 02:58:22 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/edit-distance/edit-distance-0.2.1.ebuild,v 1.2 2012/09/12 15:50:27 qnikst Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Levenshtein and restricted Damerau-Levenshtein edit distances"
HOMEPAGE="http://github.com/batterseapower/edit-distance"
-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"