From: Sergei Trofimovich Date: Sun, 9 Aug 2015 18:22:36 +0000 (+0100) Subject: dev-haskell/fdo-notify: new package, desktop notifications client X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f12d872773eb048815632a7e18f49a556bca9b1f;p=gentoo.git dev-haskell/fdo-notify: new package, desktop notifications client A depend for dev-vcs/git-annex-5.20150731 Package-Manager: portage-2.2.20 --- diff --git a/dev-haskell/fdo-notify/Manifest b/dev-haskell/fdo-notify/Manifest new file mode 100644 index 000000000000..e0c83110dd5d --- /dev/null +++ b/dev-haskell/fdo-notify/Manifest @@ -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 index 000000000000..40728702e63c --- /dev/null +++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild @@ -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 index 000000000000..e373ad840236 --- /dev/null +++ b/dev-haskell/fdo-notify/metadata.xml @@ -0,0 +1,10 @@ + + + + haskell + + A library for issuing notifications using FreeDesktop.org's Desktop + Notifications protcol. This protocol is supported by services such + as Ubuntu's NotifyOSD. + +