net-mail / list-remote-forwards

List all remote forwards for mail accounts stored in a database

Official package sites : https://michael.orlitzky.com/code/list-remote-forwards.xhtml ·

v0.0.4 :: 0 :: gentoo

Modified
License
AGPL-3+
Keywords
~amd64 ~arm64 ~ppc64 ~riscv ~x86
USE flags
test

v0.0.3 :: 0 :: gentoo

Modified
License
AGPL-3
Keywords
~amd64 ~arm64 ~ppc64 ~riscv ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-haskell / cabal : A framework for packaging Haskell software

dev-haskell / cmdargs : Command line argument processing

dev-haskell / configurator : Configuration management

dev-haskell / dns : DNS library in Haskell

dev-haskell / doctest : Test interactive Haskell examples

dev-haskell / filemanip : Expressive file and directory manipulation for Haskell

dev-haskell / hdbc : Haskell Database Connectivity

dev-haskell / hdbc-postgresql : PostgreSQL driver for HDBC

dev-haskell / hdbc-sqlite3 : Sqlite v3 driver for HDBC

dev-haskell / missingh : Large utility library

dev-haskell / tasty : Modern and extensible testing framework

dev-haskell / tasty-hunit : HUnit support for the Tasty test framework

dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework

dev-lang / ghc : The Glasgow Haskell Compiler

dev-haskell / cmdargs : Command line argument processing

dev-haskell / configurator : Configuration management

dev-haskell / dns : DNS library in Haskell

dev-haskell / hdbc : Haskell Database Connectivity

dev-haskell / hdbc-postgresql : PostgreSQL driver for HDBC

dev-haskell / hdbc-sqlite3 : Sqlite v3 driver for HDBC

dev-haskell / missingh : Large utility library

dev-haskell / tasty : Modern and extensible testing framework

dev-haskell / tasty-hunit : HUnit support for the Tasty test framework

dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework

dev-lang / ghc : The Glasgow Haskell Compiler

Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
net-mail/list-remote-forwards: Drop stable keywords
Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Filip Kobierski · gentoo
net-mail/list-remote-forwards: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
net-mail/list-remote-forwards: add 0.0.4, fix deps
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
hololeap · gentoo
*/*: Update EAPI to 8 for haskell packages
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
hololeap · gentoo
net-mail/list-remote-forwards: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
net-mail/list-remote-forwards: keyword 0.0.3 for ~riscv
Closes: https://github.com/gentoo/gentoo/pull/27397 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
net-mail/list-remote-forwards: keyword 0.0.3 for ~arm64
Closes: https://github.com/gentoo/gentoo/pull/27048 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
net-mail/list-remote-forwards: RESTRICT inconsistent tests.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
net-mail/list-remote-forwards: add 0.0.3, drop 0.0.1-r2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26981
matoro · gentoo
net-mail/list-remote-forwards: keyword 0.0.1-r2 for ~ppc64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-mail/list-remote-forwards: drop obsolete CABAL_FEATURES=bin
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolic · gentoo
net-mail/list-remote-forwards: update homepage
Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
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>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-mail/list-remote-forwards: fix for ghc-8.4
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
Sergei Trofimovich · gentoo
dev-haskell/hdbc-sqlite3: move package from dev-haskell/hdbc-sqlite:2
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Michael Orlitzky · gentoo
net-mail/list-remote-forwards: new package to find off-site mail forwards.
Package-Manager: portage-2.2.28