summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2012-09-12 15:43:15 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2012-09-12 15:43:15 +0000
commit123f7664d370f96512a4eb4ed6dbc7902d0367bc (patch)
treed4cac04551957bb5cbd09218c6ba8409ac489eb4 /dev-haskell/digest
parentmove dev-haskell/crypto/crypto-4.2.4.ebuild ebuild to mirror://hackage (diff)
downloadgentoo-2-123f7664d370f96512a4eb4ed6dbc7902d0367bc.tar.gz
gentoo-2-123f7664d370f96512a4eb4ed6dbc7902d0367bc.tar.bz2
gentoo-2-123f7664d370f96512a4eb4ed6dbc7902d0367bc.zip
move dev-haskell/digest/digest-0.0.0.9.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/digest')
-rw-r--r--dev-haskell/digest/ChangeLog6
-rw-r--r--dev-haskell/digest/digest-0.0.0.8.ebuild6
-rw-r--r--dev-haskell/digest/digest-0.0.0.9.ebuild4
-rw-r--r--dev-haskell/digest/digest-0.0.1.1.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog
index 1e4e25fa4503..2df0b43dfbf5 100644
--- a/dev-haskell/digest/ChangeLog
+++ b/dev-haskell/digest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/digest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.21 2012/08/09 10:27:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.22 2012/09/12 15:43:15 qnikst Exp $
+
+ 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> digest-0.0.0.8.ebuild,
+ digest-0.0.0.9.ebuild, digest-0.0.1.1.ebuild:
+ move dev-haskell/digest/digest-0.0.0.9.ebuild ebuild to mirror://hackage
09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> digest-0.0.1.1.ebuild:
Stable on alpha/ia64/sparc (bug #418689)
diff --git a/dev-haskell/digest/digest-0.0.0.8.ebuild b/dev-haskell/digest/digest-0.0.0.8.ebuild
index c6d41edb2fe8..1081ab05ca16 100644
--- a/dev-haskell/digest/digest-0.0.0.8.ebuild
+++ b/dev-haskell/digest/digest-0.0.0.8.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/digest/digest-0.0.0.8.ebuild,v 1.9 2011/02/25 13:12:02 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.8.ebuild,v 1.10 2012/09/12 15:43:15 qnikst Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now."
HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest"
-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/digest/digest-0.0.0.9.ebuild b/dev-haskell/digest/digest-0.0.0.9.ebuild
index 6825f7593c04..8c99e7d20695 100644
--- a/dev-haskell/digest/digest-0.0.0.9.ebuild
+++ b/dev-haskell/digest/digest-0.0.0.9.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/digest/digest-0.0.0.9.ebuild,v 1.6 2012/03/17 22:28:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.9.ebuild,v 1.7 2012/09/12 15:43:15 qnikst Exp $
# ebuild generated by hackport 0.2.13
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now."
HOMEPAGE="http://hackage.haskell.org/package/digest"
-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/digest/digest-0.0.1.1.ebuild b/dev-haskell/digest/digest-0.0.1.1.ebuild
index 7a3566e1d895..27119be98156 100644
--- a/dev-haskell/digest/digest-0.0.1.1.ebuild
+++ b/dev-haskell/digest/digest-0.0.1.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/digest/digest-0.0.1.1.ebuild,v 1.6 2012/08/09 10:27:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.1.ebuild,v 1.7 2012/09/12 15:43:15 qnikst Exp $
# ebuild generated by hackport 0.2.17.9999
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now."
HOMEPAGE="http://hackage.haskell.org/package/digest"
-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"