diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:56:42 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:56:42 +0200 |
commit | 8f1505acba31a5aecbbd6cf3b7d6bac66ebd0013 (patch) | |
tree | f0cb9855129b950b89843f478b11f46c69452057 /dev-haskell/fsnotify | |
parent | dev-haskell/genvalidity: Remove last-rited pkg (diff) | |
download | gentoo-8f1505acba31a5aecbbd6cf3b7d6bac66ebd0013.tar.gz gentoo-8f1505acba31a5aecbbd6cf3b7d6bac66ebd0013.tar.bz2 gentoo-8f1505acba31a5aecbbd6cf3b7d6bac66ebd0013.zip |
dev-haskell/fsnotify: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/fsnotify')
-rw-r--r-- | dev-haskell/fsnotify/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/fsnotify/metadata.xml | 17 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-haskell/fsnotify/Manifest b/dev-haskell/fsnotify/Manifest deleted file mode 100644 index 4ec15d05e7c4..000000000000 --- a/dev-haskell/fsnotify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fsnotify-0.3.0.1.tar.gz 20638 BLAKE2B 8b897ed716e17ff4e22da274eacf03770ddf69661ea74a3ce2c284c21668a429ef92fd1f437fd104a82e02608a13fbc7e1a1bd5a5e8cc524fe2c70fbc3697ac6 SHA512 d5c96a54c1b4788e1d50f259d11d4e2d6eb7224552b50cb359a1f4cdcc2a9b7270f9b5ccdfe9738a163b54ab7ab5a0114de9cabc56660a7324cdfc4b16179e1a diff --git a/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild b/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild deleted file mode 100644 index dcb627211310..000000000000 --- a/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.9999 - -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="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/async-2.0.1:=[profile?] - >=dev-haskell/hinotify-0.3.0:=[profile?] - >=dev-haskell/shelly-1.6.5:=[profile?] - >=dev-haskell/text-0.11.0:=[profile?] - >=dev-haskell/unix-compat-0.2:=[profile?] - >=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 - test? ( dev-haskell/random - >=dev-haskell/tasty-0.5 - dev-haskell/tasty-hunit - dev-haskell/temporary ) -" diff --git a/dev-haskell/fsnotify/metadata.xml b/dev-haskell/fsnotify/metadata.xml deleted file mode 100644 index 9bd21277f794..000000000000 --- a/dev-haskell/fsnotify/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://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> |