dev-haskell/fdo-notify: new package, desktop notifications client
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 9 Aug 2015 18:22:36 +0000 (19:22 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 9 Aug 2015 18:25:18 +0000 (19:25 +0100)
A depend for dev-vcs/git-annex-5.20150731

Package-Manager: portage-2.2.20

dev-haskell/fdo-notify/Manifest [new file with mode: 0644]
dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild [new file with mode: 0644]
dev-haskell/fdo-notify/metadata.xml [new file with mode: 0644]

diff --git a/dev-haskell/fdo-notify/Manifest b/dev-haskell/fdo-notify/Manifest
new file mode 100644 (file)
index 0000000..e0c8311
--- /dev/null
@@ -0,0 +1 @@
+DIST fdo-notify-0.3.1.tar.gz 4882 SHA256 7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8 SHA512 d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6 WHIRLPOOL c4417c3a27e05e7cb6e946e4cf6e873336e5421b1ae5e8cb6e618f2ffa4454fea2fe33aaf7b7d94c37531abd0f69b51119aae8b867ac78c147b2833d42e8a8a9
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 (file)
index 0000000..4072870
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="http://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 (file)
index 0000000..e373ad8
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>haskell</herd>
+       <longdescription>
+               A library for issuing notifications using FreeDesktop.org&#39;s Desktop
+               Notifications protcol. This protocol is supported by services such
+               as Ubuntu&#39;s NotifyOSD.
+       </longdescription>
+</pkgmetadata>