diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-11-26 21:24:10 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-11-26 21:24:10 +0000 |
commit | d88ecb6df3713f89a2fd982d8d20775c9531e35f (patch) | |
tree | a1d9e807ac5c075cc4c1c97cc6f5b373b7031b0d /dev-haskell/hinotify | |
parent | tweak live KEYWORDS for ekeyword (diff) | |
download | gentoo-2-d88ecb6df3713f89a2fd982d8d20775c9531e35f.tar.gz gentoo-2-d88ecb6df3713f89a2fd982d8d20775c9531e35f.tar.bz2 gentoo-2-d88ecb6df3713f89a2fd982d8d20775c9531e35f.zip |
Added dev-haskell/hinotify-0.3
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hinotify')
-rw-r--r-- | dev-haskell/hinotify/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.ebuild | 18 | ||||
-rw-r--r-- | dev-haskell/hinotify/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/hinotify/ChangeLog b/dev-haskell/hinotify/ChangeLog new file mode 100644 index 000000000000..81c42326f6bf --- /dev/null +++ b/dev-haskell/hinotify/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/hinotify +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.1 2009/11/26 21:24:10 kolmodin Exp $ + +*hinotify-0.3 (26 Nov 2009) + + 26 Nov 2009; <kolmodin@gentoo.org> +hinotify-0.3.ebuild, +metadata.xml: + Initial import. + diff --git a/dev-haskell/hinotify/hinotify-0.3.ebuild b/dev-haskell/hinotify/hinotify-0.3.ebuild new file mode 100644 index 000000000000..34894e9aaf9e --- /dev/null +++ b/dev-haskell/hinotify/hinotify-0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.ebuild,v 1.1 2009/11/26 21:24:10 kolmodin Exp $ + +CABAL_FEATURES="lib haddock profile" +inherit haskell-cabal + +DESCRIPTION="Haskell binding to INotify" +HOMEPAGE="http://haskell.org/~kolmodin/code/hinotify/README.html" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.6.1" +RDEPEND=">=dev-lang/ghc-6.6.1" diff --git a/dev-haskell/hinotify/metadata.xml b/dev-haskell/hinotify/metadata.xml new file mode 100644 index 000000000000..8c66906af531 --- /dev/null +++ b/dev-haskell/hinotify/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> |