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 | 00f216ed90983ea47df32db1291e4761262c74bc (patch) | |
tree | 545e647803d20c232efe8fe6a27ede4bfc57a4c6 /dev-haskell/hinotify | |
parent | tweak live KEYWORDS for ekeyword (diff) | |
download | historical-00f216ed90983ea47df32db1291e4761262c74bc.tar.gz historical-00f216ed90983ea47df32db1291e4761262c74bc.tar.bz2 historical-00f216ed90983ea47df32db1291e4761262c74bc.zip |
Added dev-haskell/hinotify-0.3
Package-Manager: portage-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/Manifest | 14 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.ebuild | 18 | ||||
-rw-r--r-- | dev-haskell/hinotify/metadata.xml | 8 |
4 files changed, 49 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/Manifest b/dev-haskell/hinotify/Manifest new file mode 100644 index 000000000000..3ca35c323d7f --- /dev/null +++ b/dev-haskell/hinotify/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST hinotify-0.3.tar.gz 6465 RMD160 cdddfc7581c5a6012f33dc84d4c772de2958d316 SHA1 d448ab6653a036ac8d9c6b37948769a889c77ac3 SHA256 2b3b4f908b3f7b1d263a598d7cbdeb83793ba84e17ccdbc7636bbbea4ad56082 +EBUILD hinotify-0.3.ebuild 587 RMD160 3062ba32455678d4bb35579c981b5c79fd6b18ba SHA1 9ceb45803db12627c4069355f16389c03da2e8a8 SHA256 7766756c7f2bd1bf7731b68a28543c57348c8433751db4728ab928913e2f1050 +MISC ChangeLog 337 RMD160 f9d14f99b6897df724855c035e069471855a41f6 SHA1 6c11ddc37eb2fb38a732f6ce066fce073d63a7bc SHA256 ad7418bd52514ca1627c9031800b830dc923edc748c904ad13952a46cb07642e +MISC metadata.xml 223 RMD160 7783e6057effb8b8f0b79cffe8b557b32c633839 SHA1 7b962c77f2e38479a9d1621ec8d307ca9f761753 SHA256 1d00c8be162a6cb87b3de440b3e63e10b39c12d56e8fbfe592e75aed872b2508 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAksO8ewACgkQ1n/CYbXjntKC5QCfebkcNoP3+WXrk56xRvgSCt7T +PmoAnRXrr1bB2KxnvkB/JM3ZsoCvrF0H +=LyF6 +-----END PGP SIGNATURE----- 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> |