summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 14:56:17 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 15:02:22 +0000
commitc432467904da5e3c4303bdd4a1b162d0c65fec97 (patch)
treef9c1032d89ae9da7a2f6ce7cef9da90ca0d9408b /dev-haskell/pid1/pid1-0.1.2.0.ebuild
parentdev-haskell/pointed: bump up to 5.0.1-r1 (diff)
downloadgentoo-c432467904da5e3c4303bdd4a1b162d0c65fec97.tar.gz
gentoo-c432467904da5e3c4303bdd4a1b162d0c65fec97.tar.bz2
gentoo-c432467904da5e3c4303bdd4a1b162d0c65fec97.zip
dev-haskell/pid1: bump up to 0.1.2.0
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/pid1/pid1-0.1.2.0.ebuild')
-rw-r--r--dev-haskell/pid1/pid1-0.1.2.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/pid1/pid1-0.1.2.0.ebuild b/dev-haskell/pid1/pid1-0.1.2.0.ebuild
new file mode 100644
index 000000000000..857d0309bd11
--- /dev/null
+++ b/dev-haskell/pid1/pid1-0.1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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="Do signal handling and orphan reaping for Unix PID1 init processes"
+HOMEPAGE="https://github.com/fpco/pid1#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${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
+"