Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/list-remote-forwards/
Date: Sun, 28 Jun 2020 22:43:41
Message-Id: 1593384202.38984aa6470a25c635fcea929b8fde70cc2e1cbb.slyfox@gentoo
1 commit: 38984aa6470a25c635fcea929b8fde70cc2e1cbb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 22:33:23 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 22:43:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38984aa6
7
8 net-mail/list-remote-forwards: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 .../list-remote-forwards-0.0.1-r1.ebuild | 41 ----------------------
14 1 file changed, 41 deletions(-)
15
16 diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r1.ebuild b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r1.ebuild
17 deleted file mode 100644
18 index 0c3763e369f..00000000000
19 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,41 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -# ebuild generated by hackport 0.4.4
28 -
29 -CABAL_FEATURES="bin test-suite"
30 -inherit haskell-cabal
31 -
32 -DESCRIPTION="List all remote forwards for mail accounts stored in a database"
33 -HOMEPAGE="http://hackage.haskell.org/package/list-remote-forwards"
34 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
35 -
36 -LICENSE="GPL-3"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40 -
41 -RDEPEND=""
42 -DEPEND="${RDEPEND}
43 - >=dev-haskell/cabal-1.16.0
44 - >=dev-haskell/cmdargs-0.10
45 - >=dev-haskell/configurator-0.2
46 - >=dev-haskell/dns-1.4
47 - >=dev-haskell/hdbc-2.4
48 - >=dev-haskell/hdbc-postgresql-2.3
49 - >=dev-haskell/hdbc-sqlite3-2.3
50 - >=dev-haskell/missingh-1.2
51 - >=dev-haskell/tasty-0.8
52 - >=dev-haskell/tasty-hunit-0.8
53 - >=dev-haskell/tasty-quickcheck-0.8
54 - >=dev-lang/ghc-7.6.1
55 - test? ( >=dev-haskell/doctest-0.9
56 - >=dev-haskell/filemanip-0.3.6 )
57 -"
58 -
59 -src_install() {
60 - haskell-cabal_src_install
61 - doman "${S}/doc/man1/${PN}.1"
62 -}