diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-09 19:22:36 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-09 19:25:18 +0100 |
commit | f12d872773eb048815632a7e18f49a556bca9b1f (patch) | |
tree | 8283270cb34049d12a70e6d43cd651d33d3ecbaa /dev-haskell/fdo-notify | |
parent | Stable for amd64, wrt bug #556974 (diff) | |
download | gentoo-f12d872773eb048815632a7e18f49a556bca9b1f.tar.gz gentoo-f12d872773eb048815632a7e18f49a556bca9b1f.tar.bz2 gentoo-f12d872773eb048815632a7e18f49a556bca9b1f.zip |
dev-haskell/fdo-notify: new package, desktop notifications client
A depend for dev-vcs/git-annex-5.20150731
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/fdo-notify')
-rw-r--r-- | dev-haskell/fdo-notify/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/fdo-notify/metadata.xml | 10 |
3 files changed, 37 insertions, 0 deletions
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 @@ +<?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's Desktop + Notifications protcol. This protocol is supported by services such + as Ubuntu's NotifyOSD. + </longdescription> +</pkgmetadata> |