diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/fdo-notify |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/fdo-notify')
-rw-r--r-- | dev-haskell/fdo-notify/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/fdo-notify/metadata.xml | 16 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/fdo-notify/Manifest b/dev-haskell/fdo-notify/Manifest new file mode 100644 index 000000000000..f00b02c83139 --- /dev/null +++ b/dev-haskell/fdo-notify/Manifest @@ -0,0 +1,4 @@ +DIST fdo-notify-0.3.1.tar.gz 4882 SHA256 7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8 SHA512 d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6 WHIRLPOOL c4417c3a27e05e7cb6e946e4cf6e873336e5421b1ae5e8cb6e618f2ffa4454fea2fe33aaf7b7d94c37531abd0f69b51119aae8b867ac78c147b2833d42e8a8a9 +EBUILD fdo-notify-0.3.1.ebuild 580 SHA256 55962ca1fdb4ba4679ab94fd6f4371015e2e5b05e36d6ac44f27f3274b1938e7 SHA512 725faf490bcda535133995d270a65a0119547fdff7709dd5096a9a988281f16cc28a699a38996c15e4feed8f1f844c3e320c8b71b6e26dd90c29ca27bf8d06d0 WHIRLPOOL 21d5713215acdd626b7a0a4c45e0104337a0b6dbc1a82777433c874bde22691c09f95e4b1348269e1c11655a77937df900a23bd18b1c60073d3bb7ee8a79047e +MISC ChangeLog 1598 SHA256 c3d160bb495d5d1ad2c2728aacb14e9b8d9d41e5ba80b279da52747e38685ba2 SHA512 7b4da08372310425a29ff8f62c5f3937abed47ee924c11ae3f98f5f573051264d95aca909ff21976d7752e859da7cd95272b41651a7a2c8ffcf678378d1a3f3a WHIRLPOOL 610da13a904996088f1eb386841674c154f2c07ba806ddd72c83728cd16b5939881c4e8d8c40d6d8bf21a0b5bf84ae057e156953e06a16d95520f4cabf3baa5b +MISC metadata.xml 536 SHA256 468f7231884f0b8f0eb6088015250d9ed86876a62271f2ca585e42c83adadf66 SHA512 eac2da57fe1ef122fc1ecd76a8d8bb683cac15ba94efc917819866927cf493e990100628da025016aa48facee67a9e09bfaf83ae5ac3f3c43277cf1d710fbe67 WHIRLPOOL 4348aaaa03cdc406927e6e945a0f009c83f10c3b1e7babea99ac1a5799651ccfbb08c67da61a648582ef8051f747c8ec5b3810681fff0e67cda564b150ffd35a 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..ba5034855ca4 --- /dev/null +++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# 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="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..55d3ac445104 --- /dev/null +++ b/dev-haskell/fdo-notify/metadata.xml @@ -0,0 +1,16 @@ +<?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> +</pkgmetadata> |