summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2012-05-20 12:34:14 +0200
committerBertrand Jacquin <beber@meleeweb.net>2012-05-20 12:34:14 +0200
commitf9496fe27eedb4a04893e1b39592b9064fe53e27 (patch)
treec11be545680ef48636f0a1305ad895ce6fe80525 /app-text
parentDelete old toolchains (diff)
downloadportage-f9496fe27eedb4a04893e1b39592b9064fe53e27.tar.xz
app-text/pandoc: Upstream have ~1.9.2
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, 0 insertions, 25 deletions
diff --git a/app-text/pandoc/Manifest b/app-text/pandoc/Manifest
deleted file mode 100644
index 83f02014..00000000
--- a/app-text/pandoc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 77eda6fe..00000000
--- a/app-text/pandoc/pandoc-1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"