Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/fdo-notify/
Date: Sat, 10 Oct 2020 09:10:43
Message-Id: 1602320451.c32dbe1027053b148dcf1921cf6984206f3702df.slyfox@gentoo
1 commit: c32dbe1027053b148dcf1921cf6984206f3702df
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 09:00:51 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 09:00:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dbe10
7
8 dev-haskell/fdo-notify: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild | 8 ++++----
14 dev-haskell/fdo-notify/metadata.xml | 5 -----
15 2 files changed, 4 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild
18 index 3d94cc7eb01..4bca228c937 100644
19 --- a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild
20 +++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild
21 @@ -1,15 +1,15 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -# ebuild generated by hackport 0.4.5.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 CABAL_FEATURES="lib profile haddock hoogle hscolour"
32 inherit haskell-cabal
33
34 DESCRIPTION="Desktop Notifications client"
35 -HOMEPAGE="https://hackage.haskell.org/package/fdo-notify"
36 +HOMEPAGE="http://bitbucket.org/taejo/fdo-notify/"
37 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
38
39 LICENSE="BSD"
40 @@ -21,5 +21,5 @@ RDEPEND=">=dev-haskell/dbus-0.10.7:=[profile?]
41 >=dev-lang/ghc-7.4.1:=
42 "
43 DEPEND="${RDEPEND}
44 - >=dev-haskell/cabal-1.2.1
45 + >=dev-haskell/cabal-1.2
46 "
47
48 diff --git a/dev-haskell/fdo-notify/metadata.xml b/dev-haskell/fdo-notify/metadata.xml
49 index cc48e3a1090..b7878815d80 100644
50 --- a/dev-haskell/fdo-notify/metadata.xml
51 +++ b/dev-haskell/fdo-notify/metadata.xml
52 @@ -5,9 +5,4 @@
53 <email>haskell@g.o</email>
54 <name>Gentoo Haskell</name>
55 </maintainer>
56 - <longdescription>
57 - A library for issuing notifications using FreeDesktop.org's Desktop
58 - Notifications protcol. This protocol is supported by services such
59 - as Ubuntu's NotifyOSD.
60 - </longdescription>
61 </pkgmetadata>