summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-06-28 23:33:23 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-06-28 23:43:22 +0100
commit38984aa6470a25c635fcea929b8fde70cc2e1cbb (patch)
tree93272b584f81d8a2e94a58e084694e30deef0b5a /net-mail/list-remote-forwards
parentnet-libs/rpcsvc-proto: drop old (diff)
downloadgentoo-38984aa6470a25c635fcea929b8fde70cc2e1cbb.tar.gz
gentoo-38984aa6470a25c635fcea929b8fde70cc2e1cbb.tar.bz2
gentoo-38984aa6470a25c635fcea929b8fde70cc2e1cbb.zip
net-mail/list-remote-forwards: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-mail/list-remote-forwards')
-rw-r--r--net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
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
deleted file mode 100644
index 0c3763e369f5..000000000000
--- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.4
-
-CABAL_FEATURES="bin test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="List all remote forwards for mail accounts stored in a database"
-HOMEPAGE="http://hackage.haskell.org/package/list-remote-forwards"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.16.0
- >=dev-haskell/cmdargs-0.10
- >=dev-haskell/configurator-0.2
- >=dev-haskell/dns-1.4
- >=dev-haskell/hdbc-2.4
- >=dev-haskell/hdbc-postgresql-2.3
- >=dev-haskell/hdbc-sqlite3-2.3
- >=dev-haskell/missingh-1.2
- >=dev-haskell/tasty-0.8
- >=dev-haskell/tasty-hunit-0.8
- >=dev-haskell/tasty-quickcheck-0.8
- >=dev-lang/ghc-7.6.1
- test? ( >=dev-haskell/doctest-0.9
- >=dev-haskell/filemanip-0.3.6 )
-"
-
-src_install() {
- haskell-cabal_src_install
- doman "${S}/doc/man1/${PN}.1"
-}