summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pandoc')
-rw-r--r--app-text/pandoc/ChangeLog8
-rw-r--r--app-text/pandoc/pandoc-1.8.1.1-r1.ebuild6
-rw-r--r--app-text/pandoc/pandoc-1.9.1.2.ebuild4
-rw-r--r--app-text/pandoc/pandoc-1.9.2.ebuild4
-rw-r--r--app-text/pandoc/pandoc-1.9.3.ebuild4
-rw-r--r--app-text/pandoc/pandoc-1.9.4.1-r2.ebuild4
6 files changed, 17 insertions, 13 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog
index f805a62d67eb..80c1ce42e0d0 100644
--- a/app-text/pandoc/ChangeLog
+++ b/app-text/pandoc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pandoc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.9 2012/07/02 17:27:43 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.10 2012/09/12 14:35:13 qnikst Exp $
+
+ 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> pandoc-1.8.1.1-r1.ebuild,
+ pandoc-1.9.1.2.ebuild, pandoc-1.9.2.ebuild, pandoc-1.9.3.ebuild,
+ pandoc-1.9.4.1-r2.ebuild:
+ moving packages to mirror://hackage
*pandoc-1.9.4.1-r2 (02 Jul 2012)
@@ -55,4 +60,3 @@
25 Apr 2011; Sergei Trofimovich <slyfox@gentoo.org>
+pandoc-1.8.1.1.ebuild, +metadata.xml:
Initial version.
-
diff --git a/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild b/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild
index b6fdd1548538..f67b0a07f241 100644
--- a/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild
+++ b/app-text/pandoc/pandoc-1.8.1.1-r1.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/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild,v 1.1 2011/05/03 19:35:58 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild,v 1.2 2012/09/12 14:35:13 qnikst Exp $
# ebuild generated by hackport 0.2.11
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Conversion between markup formats"
HOMEPAGE="http://johnmacfarlane.net/pandoc"
-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="GPL-2"
SLOT="0"
diff --git a/app-text/pandoc/pandoc-1.9.1.2.ebuild b/app-text/pandoc/pandoc-1.9.1.2.ebuild
index 1e1fddede1ce..97c4e8a5d65c 100644
--- a/app-text/pandoc/pandoc-1.9.1.2.ebuild
+++ b/app-text/pandoc/pandoc-1.9.1.2.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/app-text/pandoc/pandoc-1.9.1.2.ebuild,v 1.2 2012/03/16 20:06:06 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.1.2.ebuild,v 1.3 2012/09/12 14:35:13 qnikst Exp $
# ebuild generated by hackport 0.2.17.9999
@@ -11,7 +11,7 @@ inherit base haskell-cabal
DESCRIPTION="Conversion between markup formats"
HOMEPAGE="http://johnmacfarlane.net/pandoc"
-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="GPL-2"
SLOT="0"
diff --git a/app-text/pandoc/pandoc-1.9.2.ebuild b/app-text/pandoc/pandoc-1.9.2.ebuild
index b95dade290f7..de48e164574a 100644
--- a/app-text/pandoc/pandoc-1.9.2.ebuild
+++ b/app-text/pandoc/pandoc-1.9.2.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/app-text/pandoc/pandoc-1.9.2.ebuild,v 1.1 2012/04/07 05:24:37 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.2.ebuild,v 1.2 2012/09/12 14:35:13 qnikst Exp $
# ebuild generated by hackport 0.2.17.9999
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Conversion between markup formats"
HOMEPAGE="http://johnmacfarlane.net/pandoc"
-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="GPL-2"
SLOT="0"
diff --git a/app-text/pandoc/pandoc-1.9.3.ebuild b/app-text/pandoc/pandoc-1.9.3.ebuild
index d7db206265f7..797ba9716eb8 100644
--- a/app-text/pandoc/pandoc-1.9.3.ebuild
+++ b/app-text/pandoc/pandoc-1.9.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/app-text/pandoc/pandoc-1.9.3.ebuild,v 1.1 2012/06/02 09:49:45 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.3.ebuild,v 1.2 2012/09/12 14:35:13 qnikst Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit base haskell-cabal
DESCRIPTION="Conversion between markup formats"
HOMEPAGE="http://johnmacfarlane.net/pandoc"
-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="GPL-2"
SLOT="0"
diff --git a/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild b/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild
index f5cd95177e40..e0c9702111cf 100644
--- a/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild
+++ b/app-text/pandoc/pandoc-1.9.4.1-r2.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/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild,v 1.1 2012/07/02 17:27:43 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild,v 1.2 2012/09/12 14:35:13 qnikst Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit base haskell-cabal
DESCRIPTION="Conversion between markup formats"
HOMEPAGE="http://johnmacfarlane.net/pandoc"
-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="GPL-2"
SLOT="0"