summaryrefslogtreecommitdiff
path: root/dev-haskell/fdo-notify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/fdo-notify
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/fdo-notify')
-rw-r--r--dev-haskell/fdo-notify/Manifest3
-rw-r--r--dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild25
-rw-r--r--dev-haskell/fdo-notify/metadata.xml16
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-haskell/fdo-notify/Manifest b/dev-haskell/fdo-notify/Manifest
new file mode 100644
index 000000000000..76d0ac138f8b
--- /dev/null
+++ b/dev-haskell/fdo-notify/Manifest
@@ -0,0 +1,3 @@
+DIST fdo-notify-0.3.1.tar.gz 4882 BLAKE2B 9ebf5bed4b17601b4deabc523e1ad529b95856ff6c0e6e83966fdee0373a37f8432c0fa34a6322157da1b3a93b12d10de2ff97da83c8ab9b2659932050083757 SHA512 d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6
+EBUILD fdo-notify-0.3.1.ebuild 580 BLAKE2B d313e58f71ec09ecd75a6fc3428dda2da6e11f4e188b4199ee6fd9621dc78b4184c1ba182c1e2c186fa25a48af28bd5079decbc4f460bd7ec382115c1d46740c SHA512 725faf490bcda535133995d270a65a0119547fdff7709dd5096a9a988281f16cc28a699a38996c15e4feed8f1f844c3e320c8b71b6e26dd90c29ca27bf8d06d0
+MISC metadata.xml 536 BLAKE2B 31be543a7693f10bd9c173f228721cb2aa7f66d22fd49cee45d18b66ae9d9745b370e21063da38ac702b48de65e7fb09d83e2bc1c3c357c6c6a80f756314fae7 SHA512 eac2da57fe1ef122fc1ecd76a8d8bb683cac15ba94efc917819866927cf493e990100628da025016aa48facee67a9e09bfaf83ae5ac3f3c43277cf1d710fbe67
diff --git a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild
new file mode 100644
index 000000000000..ba5034855ca4
--- /dev/null
+++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Desktop Notifications client"
+HOMEPAGE="https://bitbucket.org/taejo/fdo-notify/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/dbus-0.10.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2.1
+"
diff --git a/dev-haskell/fdo-notify/metadata.xml b/dev-haskell/fdo-notify/metadata.xml
new file mode 100644
index 000000000000..55d3ac445104
--- /dev/null
+++ b/dev-haskell/fdo-notify/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+ A library for issuing notifications using FreeDesktop.org's Desktop
+ Notifications protcol. This protocol is supported by services such
+ as Ubuntu's NotifyOSD.
+ </longdescription>
+ <upstream>
+ <remote-id type="bitbucket">taejo/fdo-notify</remote-id>
+ </upstream>
+</pkgmetadata>