summaryrefslogtreecommitdiff
path: root/www-apps
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-08-27 23:13:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-08-27 23:13:13 +0200
commitc801664103027631152576aebc101460f80fae2b (patch)
treeb692278c216605d64e781867bb1c874118ff81cd /www-apps
parente79365a048c907f50649bc60d5f215f726a926f1 (diff)
downloadoverlay-c801664103027631152576aebc101460f80fae2b.tar.gz
overlay-c801664103027631152576aebc101460f80fae2b.tar.bz2
overlay-c801664103027631152576aebc101460f80fae2b.zip
copy gitit
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gitit/Manifest2
-rw-r--r--www-apps/gitit/gitit-0.7.3.8.ebuild43
2 files changed, 45 insertions, 0 deletions
diff --git a/www-apps/gitit/Manifest b/www-apps/gitit/Manifest
new file mode 100644
index 0000000..5cc5a9f
--- /dev/null
+++ b/www-apps/gitit/Manifest
@@ -0,0 +1,2 @@
+DIST gitit-0.7.3.8.tar.gz 175979 RMD160 f65935ebb4e465c30f7598434a1043309fd47978 SHA1 3f750b9a880e81ac04f274569883c79b8627f510 SHA256 356c82604dcfe2eec4faeb36ee46546ea3e26738780723f457366b2e35f6211a
+EBUILD gitit-0.7.3.8.ebuild 1188 RMD160 78b8947f76db552e4ba7a99dd85d46343dbdaa5d SHA1 996142e4851d7d8291cc8835673c7da45ede897a SHA256 8068232e16b20e54f1a0623b0a5a5f257127857690f221ffd8c8d274166d9f63
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/configfile-1.1
+ <dev-haskell/datetime-0.3
+ <dev-haskell/feed-0.4
+ >=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/hslogger-1.1
+ =dev-haskell/hstringtemplate-0.6*
+ =dev-haskell/http-4000.0*
+ dev-haskell/mtl
+ >=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/sha-1.5
+ =dev-haskell/url-2.1*
+ =dev-haskell/utf8-string-0.3*
+ dev-haskell/xhtml
+ >=dev-haskell/xml-1.3.5
+ =dev-haskell/zlib-0.5*
+ >=dev-lang/ghc-6.10"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"