dev-haskell/pid1: new package, a depend of dev-haskell/stack

Do signal handling and orphan reaping for Unix PID1 init processes

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Sergei Trofimovich
2017-05-28 13:41:14 +01:00
parent a88d609560
commit cd2b392a52
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pid1-0.1.0.1.tar.gz 5677 SHA256 163b6dc85426558ad1a897675bf7f560389addf172c8e5858f817342ee7345c8 SHA512 9cf7953d35d230162307c656351f4d552c2d137b54b0cdc8f5bcb07ab6a77aadb903cd968961fbf8b25fa7b9375e149f21e67af3d57713d3dde1d8c8d9df970f WHIRLPOOL c168611f060b32d946558945a48d0471f2fd5dcea63bd1ecd2a87ffa3b005d8330b7414cabc704cb8aa9e4b49b1a0acaaa03e9abcdd4ba953e47b6bb480a202f

View File

@@ -0,0 +1,11 @@
<?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>
Please see README.md or view Haddocks at &lt;https://www.stackage.org/package/pid1&gt;
</longdescription>
</pkgmetadata>

View File

@@ -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.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Do signal handling and orphan reaping for Unix PID1 init processes"
HOMEPAGE="https://github.com/fpco/pid1#readme"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"