mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
1
dev-haskell/pid1/Manifest
Normal file
1
dev-haskell/pid1/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pid1-0.1.0.1.tar.gz 5677 SHA256 163b6dc85426558ad1a897675bf7f560389addf172c8e5858f817342ee7345c8 SHA512 9cf7953d35d230162307c656351f4d552c2d137b54b0cdc8f5bcb07ab6a77aadb903cd968961fbf8b25fa7b9375e149f21e67af3d57713d3dde1d8c8d9df970f WHIRLPOOL c168611f060b32d946558945a48d0471f2fd5dcea63bd1ecd2a87ffa3b005d8330b7414cabc704cb8aa9e4b49b1a0acaaa03e9abcdd4ba953e47b6bb480a202f
|
||||
11
dev-haskell/pid1/metadata.xml
Normal file
11
dev-haskell/pid1/metadata.xml
Normal 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 <https://www.stackage.org/package/pid1>
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
24
dev-haskell/pid1/pid1-0.1.0.1.ebuild
Normal file
24
dev-haskell/pid1/pid1-0.1.0.1.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user