summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-04-23 13:15:16 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-04-23 13:15:16 +0000
commit240d6e3adf8f5e4a20c49c3b6bb0bd69dc31abae (patch)
treec9116fd7ac0ecf88967da4fa82f1421e0eea5fef /dev-haskell
parentUpdate libbuledevil dep and revbump so all features work. (diff)
downloadgentoo-2-240d6e3adf8f5e4a20c49c3b6bb0bd69dc31abae.tar.gz
gentoo-2-240d6e3adf8f5e4a20c49c3b6bb0bd69dc31abae.tar.bz2
gentoo-2-240d6e3adf8f5e4a20c49c3b6bb0bd69dc31abae.zip
Initial version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/pandoc-types/ChangeLog10
-rw-r--r--dev-haskell/pandoc-types/metadata.xml18
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.8.ebuild24
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/pandoc-types/ChangeLog b/dev-haskell/pandoc-types/ChangeLog
new file mode 100644
index 000000000000..6d7ab95fafd8
--- /dev/null
+++ b/dev-haskell/pandoc-types/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-haskell/pandoc-types
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.1 2011/04/23 13:15:16 slyfox Exp $
+
+*pandoc-types-1.8 (23 Apr 2011)
+
+ 23 Apr 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +pandoc-types-1.8.ebuild, +metadata.xml:
+ Initial version.
+
diff --git a/dev-haskell/pandoc-types/metadata.xml b/dev-haskell/pandoc-types/metadata.xml
new file mode 100644
index 000000000000..ef64e4bb805e
--- /dev/null
+++ b/dev-haskell/pandoc-types/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ This package contains definitions for the <pkg>app-text/pandoc</pkg> data
+ structure, which is used by pandoc to represent
+ structured documents. These definitions used to live
+ in the pandoc package, but starting with pandoc 1.7, they
+ have been split off, so that other packages can use them
+ without drawing in all of pandoc's dependencies, and
+ pandoc itself can depend on packages (like <pkg>dev-haskell/citeproc-hs</pkg>)
+ that use them.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild
new file mode 100644
index 000000000000..421609385b53
--- /dev/null
+++ b/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild,v 1.1 2011/04/23 13:15:16 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="pandoc types for representing a structured document"
+HOMEPAGE="http://johnmacfarlane.net/pandoc"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2
+ dev-haskell/syb"