diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-haskell/fdo-notify | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
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 | 25 | ||||
| -rw-r--r-- | dev-haskell/fdo-notify/metadata.xml | 17 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/fdo-notify/Manifest b/dev-haskell/fdo-notify/Manifest new file mode 100644 index 000000000000..dd87bf9f9b89 --- /dev/null +++ b/dev-haskell/fdo-notify/Manifest @@ -0,0 +1 @@ +DIST fdo-notify-0.3.1.tar.gz 4882 BLAKE2B 9ebf5bed4b17601b4deabc523e1ad529b95856ff6c0e6e83966fdee0373a37f8432c0fa34a6322157da1b3a93b12d10de2ff97da83c8ab9b2659932050083757 SHA512 d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6 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..5c61b57a2dcb --- /dev/null +++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# 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="https://hackage.haskell.org/package/${P}/${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..2daaf0332583 --- /dev/null +++ b/dev-haskell/fdo-notify/metadata.xml @@ -0,0 +1,17 @@ +<?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> + <origin>gentoo-staging</origin> +</pkgmetadata> |
