summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2010-06-16 14:07:55 +0200
committerBertrand Jacquin <beber@meleeweb.net>2010-06-16 14:07:55 +0200
commite414dbddade12de0001cb07ce8e90a06c83b4b81 (patch)
treee6344d548ac5762aa1462bc1915f434444d486d8 /app-text
parentTeX: gchords & xstring (diff)
downloadportage-e414dbddade12de0001cb07ce8e90a06c83b4b81.tar.xz
Add pandoc (Conversion between markup formats)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pandoc/Manifest2
-rw-r--r--app-text/pandoc/pandoc-1.0.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/app-text/pandoc/Manifest b/app-text/pandoc/Manifest
new file mode 100644
index 00000000..83f02014
--- /dev/null
+++ b/app-text/pandoc/Manifest
@@ -0,0 +1,2 @@
+DIST pandoc-1.0.tar.gz 326337 RMD160 bf25ecc5b44045fdf703c40cc0c450645ed35363 SHA1 decfae7a2ed976d25ca981dfe428839c44df3ef7 SHA256 3121d352f7ed225ba27ed390db33c270eb3850fd55b6d7a67253140d92e0fc5f
+EBUILD pandoc-1.0.ebuild 566 RMD160 6f2bbc4137f272c54bf7d5e7d26daba8ee309528 SHA1 68802dcef562f85ca84684df1f0f03f81961a1ba SHA256 d6400f1451a6cc995fc3fba21cb9f1e52069a73c40ba8745edb382393c1dbd10
diff --git a/app-text/pandoc/pandoc-1.0.ebuild b/app-text/pandoc/pandoc-1.0.ebuild
new file mode 100644
index 00000000..77eda6fe
--- /dev/null
+++ b/app-text/pandoc/pandoc-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+CABAL_FEATURES="profile haddock lib bin"
+CABAL_MIN_VERSION=1.2
+inherit haskell-cabal versionator
+
+DESCRIPTION="Conversion between markup formats"
+HOMEPAGE="http://johnmacfarlane.net/pandoc/"
+SRC_URI="http://pandoc.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.4.2
+ dev-haskell/xhtml
+ dev-haskell/mtl
+ dev-haskell/regex-compat
+ dev-haskell/network
+ dev-haskell/parsec"