summaryrefslogtreecommitdiff
path: root/dev-haskell/hinotify
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/hinotify
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/hinotify')
-rw-r--r--dev-haskell/hinotify/Manifest2
-rw-r--r--dev-haskell/hinotify/hinotify-0.3.6.ebuild23
-rw-r--r--dev-haskell/hinotify/hinotify-0.3.7.ebuild25
-rw-r--r--dev-haskell/hinotify/metadata.xml11
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-haskell/hinotify/Manifest b/dev-haskell/hinotify/Manifest
new file mode 100644
index 00000000000..ae460c1240f
--- /dev/null
+++ b/dev-haskell/hinotify/Manifest
@@ -0,0 +1,2 @@
+DIST hinotify-0.3.6.tar.gz 11065 SHA256 fc9fd005247cc456b7038785a89ae86591e5bba92faf7dd33bf3a70fd24ff66f SHA512 ab5634bda85ace9872afc29687085025fb22ba4463b7a3bd271c55ce7e304964dd80dd80df7695fdf389635939047e876de6d555637a8ab624cd7bc6f09af130 WHIRLPOOL 5e428bc62e0a173b4d32a3ca818e4592d72ad4687d9f0cea6b464ebeab751ec4b1429b2daf7d3de58506cc0eb3a5806414e7bfbcfb8d5285021e291e33cbea74
+DIST hinotify-0.3.7.tar.gz 6760 SHA256 0b702d104f35ca925c748deb9e2a1faaaf6b7b517e48a39a8c8f7d1ad3ebf544 SHA512 af3f07259734b7c671a6c342df1b017c450b48b26a2035cf09571b5e67631b878b46306849c37ff41a0184854004b82ef29f7e6c378da6d462b7b8d1e85dd17f WHIRLPOOL 26ab108c5192039336cfa547e225082b426f0ccf0b4ab630143b2d5c48daee8e788f706448dd4b777f39e755cc66d510a832e517cc988dd9d0359f76e07eb8ea
diff --git a/dev-haskell/hinotify/hinotify-0.3.6.ebuild b/dev-haskell/hinotify/hinotify-0.3.6.ebuild
new file mode 100644
index 00000000000..66458a4e7f8
--- /dev/null
+++ b/dev-haskell/hinotify/hinotify-0.3.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell binding to inotify"
+HOMEPAGE="https://github.com/kolmodin/hinotify.git"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/hinotify/hinotify-0.3.7.ebuild b/dev-haskell/hinotify/hinotify-0.3.7.ebuild
new file mode 100644
index 00000000000..65616510ead
--- /dev/null
+++ b/dev-haskell/hinotify/hinotify-0.3.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell binding to inotify"
+HOMEPAGE="https://github.com/kolmodin/hinotify.git"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/hinotify/metadata.xml b/dev-haskell/hinotify/metadata.xml
new file mode 100644
index 00000000000..1f9ae6c0236
--- /dev/null
+++ b/dev-haskell/hinotify/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ <upstream>
+ <remote-id type="github">kolmodin/hinotify.git</remote-id>
+ </upstream>
+</pkgmetadata>