summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-02-09 19:15:55 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-02-09 19:15:55 +0000
commit76d981c92be9899637324a7206ff0690a9449bba (patch)
treeffc9d542e10120229f30eabb17c24a9960c53122
parentVersion bump. (diff)
downloadgentoo-2-76d981c92be9899637324a7206ff0690a9449bba.tar.gz
gentoo-2-76d981c92be9899637324a7206ff0690a9449bba.tar.bz2
gentoo-2-76d981c92be9899637324a7206ff0690a9449bba.zip
Version bump.
(Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
-rw-r--r--dev-haskell/citeproc-hs/ChangeLog9
-rw-r--r--dev-haskell/citeproc-hs/citeproc-hs-0.3.7.ebuild38
2 files changed, 45 insertions, 2 deletions
diff --git a/dev-haskell/citeproc-hs/ChangeLog b/dev-haskell/citeproc-hs/ChangeLog
index 3cd800398f54..c6cae7db54ad 100644
--- a/dev-haskell/citeproc-hs/ChangeLog
+++ b/dev-haskell/citeproc-hs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/citeproc-hs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/citeproc-hs/ChangeLog,v 1.6 2012/12/07 10:35:20 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/citeproc-hs/ChangeLog,v 1.7 2013/02/09 19:15:55 slyfox Exp $
+
+*citeproc-hs-0.3.7 (09 Feb 2013)
+
+ 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> +citeproc-hs-0.3.7.ebuild:
+ Version bump.
07 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> citeproc-hs-0.3.2.ebuild,
citeproc-hs-0.3.4.ebuild:
diff --git a/dev-haskell/citeproc-hs/citeproc-hs-0.3.7.ebuild b/dev-haskell/citeproc-hs/citeproc-hs-0.3.7.ebuild
new file mode 100644
index 000000000000..e375ee68b096
--- /dev/null
+++ b/dev-haskell/citeproc-hs/citeproc-hs-0.3.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/citeproc-hs/citeproc-hs-0.3.7.ebuild,v 1.1 2013/02/09 19:15:55 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A Citation Style Language implementation in Haskell"
+HOMEPAGE="http://gorgias.mine.nu/repos/citeproc-hs/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+bibutils hexpat +network"
+
+RDEPEND="dev-haskell/json:=[generic,profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/pandoc-types-1.8:=[profile?]
+ <dev-haskell/pandoc-types-1.11:=[profile?]
+ dev-haskell/parsec:=[profile?]
+ dev-haskell/syb:=[profile?]
+ dev-haskell/utf8-string:=[profile?]
+ !hexpat? ( dev-haskell/xml:=[profile?] )
+ hexpat? ( >=dev-haskell/hexpat-0.20.2:=[profile?] )
+ >=dev-lang/ghc-6.10.4:=
+ bibutils? ( >=dev-haskell/hs-bibutils-0.3:=[profile?] )
+ network? (
+ >=dev-haskell/http-4000.0.9:=[profile?]
+ >=dev-haskell/network-2:=[profile?]
+ )
+ "
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"