summaryrefslogtreecommitdiff
path: root/dev-haskell/fsnotify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/fsnotify
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/fsnotify')
-rw-r--r--dev-haskell/fsnotify/Manifest7
-rw-r--r--dev-haskell/fsnotify/fsnotify-0.0.11.ebuild35
-rw-r--r--dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild34
-rw-r--r--dev-haskell/fsnotify/fsnotify-0.2.1.ebuild31
-rw-r--r--dev-haskell/fsnotify/metadata.xml17
5 files changed, 0 insertions, 124 deletions
diff --git a/dev-haskell/fsnotify/Manifest b/dev-haskell/fsnotify/Manifest
deleted file mode 100644
index cc7a67fd4ce1..000000000000
--- a/dev-haskell/fsnotify/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST fsnotify-0.0.11.tar.gz 14530 BLAKE2B 983357e6f119a0b5cf1c43d5cf2355b11f49141c933110698f5e07a1d4509e6d6909969d3e902a3b07c5c6df89e9114ef3a688e105527e551bff5a2c47aff558 SHA512 e992864b349a134c3dac7a5a9da3452ba6c17c61b3a27a322f03eed3dd078923516604899a1d028fc6563a2677b86e6cf2f1eb1f92e2b3b33887e0df2a14573e
-DIST fsnotify-0.1.0.3.tar.gz 14116 BLAKE2B 4697f755028a876409d34138c00a084b1986990cfff9fcdb1f638be5d4be1d91a25f2d4077300582f7340f61fd874de3c5b463b9d8a06b288d59ea53a650ead4 SHA512 6835670a27bd0607c8dae7bfb4c197f78217eaa46d9a03d84ca53f5ade3fba78e85bbb0c1cc9621d9b17a2d415012a34eefb3ee2f63d518a9d7e354e07ce91ec
-DIST fsnotify-0.2.1.tar.gz 14689 BLAKE2B 06e8d05232b16c49045d4e737a587fb9c0a5e0f2706981949a579fa9ed3abb0795d5ecf60abddefb4eca86cd7a76313b8280e2badefe487ce2cdc9132039474b SHA512 b9c6505d27f7010b60dbd4cb2fdfe65efacd33398fda9f95526dd0d828b82b1afd029e6457aa1ece3421cffcb1a6189badc34b644faf8386e2631967380f1372
-EBUILD fsnotify-0.0.11.ebuild 1055 BLAKE2B 43b99d34cedb366bc1cfcbe3ab498eefa1d8a056cb3197d9e26fc78abe6d01fa386353c44db3eba2af24a5fcea721b3d6376bbe75a0530676d3d2e7c3d210c21 SHA512 e0a26f8a55dc769135aa8c34a787160bca363c6ced77cd24079d05bb3a7ac23e97b191fb42a8ddf3cb6746c44784fca13f8520b4bc45e3a194e4dcd80ec81f02
-EBUILD fsnotify-0.1.0.3.ebuild 956 BLAKE2B 47504bc64fcc177696ad0e2b56cfac55eb58236c84a8d4a90cc20ec80e7e89dd3b2c08e4de28818d2289b9f382ed485410eb86a34fee620a8434b5216a73cba2 SHA512 1e97b1b77e086996872d8c99a4ba676ec4bef38eb340afeef19dce67811cf92dc24ec0fede736cbcf8707dc532cd7bb8091a29a81ccbf4c19fa306262795d604
-EBUILD fsnotify-0.2.1.ebuild 824 BLAKE2B 4f020c381d452251fc078bdc77b5c0a866a7c50ce126039c57a5db7e47eb2f7810d9bd057621dbebbd7c40bbc526263f6e2043f64676ebf246b8885bf637df61 SHA512 32e05c002b01173aca0777fe65d6b6b5419403e086aa62274314772e1f5d7e01e5d2f46d335d7a377494dd499b0364882fc160453724e8045ae701707317ec99
-MISC metadata.xml 589 BLAKE2B a490eef4605f583796539a7a7b376641589b09ee023c60fbef6937dea0577cac4d07098eb05a5b7ba787a93f4281912d0178722d02d095d76e0897944767b0ea SHA512 96e4707db65cf8709dd613c725a0c9d5944841b2ba81b94d669cdcac4f9bb2dd2ba060e2109744046825be4455485f9af8b0b052e9eb90648ad52428d4c5154b
diff --git a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild b/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
deleted file mode 100644
index e315ba5298a6..000000000000
--- a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="http://hackage.haskell.org/package/fsnotify"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hinotify-0.3.5:=[profile?]
- <dev-haskell/hinotify-0.4:=[profile?]
- >=dev-haskell/system-fileio-0.3.8:=[profile?]
- <dev-haskell/system-fileio-0.4:=[profile?]
- >=dev-haskell/system-filepath-0.4.6:=[profile?]
- <dev-haskell/system-filepath-0.5:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?]
- >=dev-lang/ghc-7.0.1:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/glob-0.7.1
- >=dev-haskell/hspec-1.3.0
- >=dev-haskell/quickcheck-2.4.2
- >=dev-haskell/random-1.0.1.1
- >=dev-haskell/uniqueid-0.1.1
- )"
diff --git a/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild b/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild
deleted file mode 100644
index 0f07a2ce2a2c..000000000000
--- a/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="http://hackage.haskell.org/package/fsnotify"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0.1:=[profile?]
- >=dev-haskell/hinotify-0.3.7:=[profile?]
- >=dev-haskell/system-fileio-0.3.8:=[profile?]
- >=dev-haskell/system-filepath-0.4.6:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/system-fileio-0.3.11
- >=dev-haskell/system-filepath-0.4.7
- >=dev-haskell/tasty-0.5
- dev-haskell/tasty-hunit
- dev-haskell/temporary-rc )
-"
diff --git a/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild b/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild
deleted file mode 100644
index 21a07e11e84c..000000000000
--- a/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="https://github.com/haskell-fswatch/hfsnotify"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0.1:=[profile?]
- >=dev-haskell/hinotify-0.3.7:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?]
- >=dev-haskell/unix-compat-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/tasty-0.5
- dev-haskell/tasty-hunit
- dev-haskell/temporary-rc )
-"
diff --git a/dev-haskell/fsnotify/metadata.xml b/dev-haskell/fsnotify/metadata.xml
deleted file mode 100644
index a4beea52ea8b..000000000000
--- a/dev-haskell/fsnotify/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Cross platform library for file creation, modification,
- and deletion notification. This library builds upon
- existing libraries for platform-specific Window, Mac,
- and Linux filesystem event notification.
- </longdescription>
- <upstream>
- <remote-id type="github">haskell-fswatch/hfsnotify</remote-id>
- </upstream>
-</pkgmetadata>