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/fdo-notify-0.3.1.ebuild | |
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/fdo-notify-0.3.1.ebuild')
-rw-r--r-- | dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 +" |