diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc/Manifest | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.0.ebuild | 23 |
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" |