diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 14:52:14 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 14:52:14 +0000 |
commit | 0799f63cbc1ef239c9ee58ca04d33431fb5b8d45 (patch) | |
tree | 43db252b3bb3e3e13cfa6edcf2d1c9e7089d4714 /dev-haskell/diff | |
parent | move dev-haskell/alut/alut-2.2.0.0.ebuild ebuild to mirror://hackage (diff) | |
download | gentoo-2-0799f63cbc1ef239c9ee58ca04d33431fb5b8d45.tar.gz gentoo-2-0799f63cbc1ef239c9ee58ca04d33431fb5b8d45.tar.bz2 gentoo-2-0799f63cbc1ef239c9ee58ca04d33431fb5b8d45.zip |
move dev-haskell/diff/diff-0.1.3.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/diff')
-rw-r--r-- | dev-haskell/diff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/diff/diff-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/diff/ChangeLog b/dev-haskell/diff/ChangeLog index a46b15481d5f..d520b09bf402 100644 --- a/dev-haskell/diff/ChangeLog +++ b/dev-haskell/diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/diff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/ChangeLog,v 1.1 2012/03/10 15:41:21 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/ChangeLog,v 1.2 2012/09/12 14:52:14 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> diff-0.1.3.ebuild: + move dev-haskell/diff/diff-0.1.3.ebuild ebuild to mirror://hackage *diff-0.1.3 (10 Mar 2012) @@ -8,4 +11,3 @@ +metadata.xml: Initial version. Basic haskell implementation of the standard diff algorithm. A depend for app-text/pandoc-1.9. - diff --git a/dev-haskell/diff/diff-0.1.3.ebuild b/dev-haskell/diff/diff-0.1.3.ebuild index 5a14e9973982..dca4994ea995 100644 --- a/dev-haskell/diff/diff-0.1.3.ebuild +++ b/dev-haskell/diff/diff-0.1.3.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/diff/diff-0.1.3.ebuild,v 1.1 2012/03/10 15:41:21 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/diff-0.1.3.ebuild,v 1.2 2012/09/12 14:52:14 qnikst Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="O(ND) diff algorithm in haskell." HOMEPAGE="http://hackage.haskell.org/package/Diff" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" |