diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 13:45:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 18:52:53 +0100 |
commit | c0a9ef72283b4f54c66d2f1d25ecf9583ad6af09 (patch) | |
tree | 1b0a92539ae73d8e9d36135f13214854591bca09 /dev-haskell/filelock | |
parent | dev-haskell/pid1: new package, a depend of dev-haskell/stack (diff) | |
download | gentoo-c0a9ef72283b4f54c66d2f1d25ecf9583ad6af09.tar.gz gentoo-c0a9ef72283b4f54c66d2f1d25ecf9583ad6af09.tar.bz2 gentoo-c0a9ef72283b4f54c66d2f1d25ecf9583ad6af09.zip |
dev-haskell/filelock: new package, a depend of dev-haskell/stack
Portable interface to file locking (flock / LockFileEx)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/filelock')
-rw-r--r-- | dev-haskell/filelock/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/filelock/filelock-0.1.0.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/filelock/metadata.xml | 12 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-haskell/filelock/Manifest b/dev-haskell/filelock/Manifest new file mode 100644 index 000000000000..b6adb0ae1559 --- /dev/null +++ b/dev-haskell/filelock/Manifest @@ -0,0 +1 @@ +DIST filelock-0.1.0.1.tar.gz 5884 SHA256 ad8c63f27fec6396ac83981a67d5a799b6b614c119a35ebdf2d82b379795d763 SHA512 73cc119bcca61b040692738aefcc779debef8815182a9f74e9e0700d9b1e5de0e12812f573f9daa8a127d99269f69e3cfc572cd5cd104d1fddb04ec8d4bf0c97 WHIRLPOOL 8b561fba28c20676323aed11ee5348b633f3a06a1585535d652ef04ea7f7687111042c4eee2838ad4c0847adda83f14e448e282a660d7497c582e500e407790c diff --git a/dev-haskell/filelock/filelock-0.1.0.1.ebuild b/dev-haskell/filelock/filelock-0.1.0.1.ebuild new file mode 100644 index 000000000000..8b500a36e9b4 --- /dev/null +++ b/dev-haskell/filelock/filelock-0.1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Portable interface to file locking (flock / LockFileEx)" +HOMEPAGE="https://github.com/takano-akio/filelock" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.14.0 +" diff --git a/dev-haskell/filelock/metadata.xml b/dev-haskell/filelock/metadata.xml new file mode 100644 index 000000000000..8bf42d916cfe --- /dev/null +++ b/dev-haskell/filelock/metadata.xml @@ -0,0 +1,12 @@ +<?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> + This package provides an interface to Windows and Unix + file locking functionalities. + </longdescription> +</pkgmetadata> |