From c801664103027631152576aebc101460f80fae2b Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 27 Aug 2010 23:13:13 +0200 Subject: copy gitit --- www-apps/gitit/gitit-0.7.3.8.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 www-apps/gitit/gitit-0.7.3.8.ebuild (limited to 'www-apps/gitit/gitit-0.7.3.8.ebuild') diff --git a/www-apps/gitit/gitit-0.7.3.8.ebuild b/www-apps/gitit/gitit-0.7.3.8.ebuild new file mode 100644 index 0000000..a0512ac --- /dev/null +++ b/www-apps/gitit/gitit-0.7.3.8.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +CABAL_FEATURES="bin lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="Wiki using happstack, git or darcs, and pandoc." +HOMEPAGE="http://github.com/jgm/gitit/tree/master" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cautious-file-0.1.5 + dev-haskell/cgi + =dev-haskell/filestore-0.3.4 + =dev-haskell/happstack-server-0.5* + =dev-haskell/happstack-util-0.5* + >=dev-haskell/highlighting-kate-0.2.7.1 + =dev-haskell/network-2.1.0.0 + >=app-text/pandoc-1.6 + dev-haskell/parsec + >=dev-haskell/recaptcha-0.1 + dev-haskell/safe + =dev-haskell/xml-1.3.5 + =dev-haskell/zlib-0.5* + >=dev-lang/ghc-6.10" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" -- cgit v1.2.3-54-g00ecf