logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 082f1a6db4ace58f9640d2b06a46d0278d636ac1
parent 5951f4fea8335747512e5d43a062f67ee01a2ab6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 26 Mar 2019 20:00:54 +0100

net-mail/public-inbox: New package

Diffstat:

Anet-mail/public-inbox/Manifest1+
Anet-mail/public-inbox/public-inbox-1.0.0.ebuild44++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/net-mail/public-inbox/Manifest b/net-mail/public-inbox/Manifest @@ -0,0 +1 @@ +DIST public-inbox-1.0.0.tar.gz 180915 BLAKE2B 5556fba4cbf107014e35b61df43c815677ab724a74049c6d33fab252a9d0fcdce068319f10ea202e6f2509902d03c68505d6d238fa0ce89d97c63d831be088b2 SHA512 63c451340401413efd7cc023351ecd9ce44ae9da36cf275144e14aaa6441a764c539ab48d9b3d228895ade64f2bb95a6ae96cf7b2f9a79abd9fd3baad699a639 diff --git a/net-mail/public-inbox/public-inbox-1.0.0.ebuild b/net-mail/public-inbox/public-inbox-1.0.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +HOMEPAGE="https://public-inbox.org/" +SRC_URI="https://public-inbox.org/releases/${P}.tar.gz" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+xapian gzip nntp inbox_watch daemon" + +DEPEND=" + dev-vcs/git + dev-lang/perl + dev-db/sqlite + dev-perl/Time-ParseDate + dev-perl/Email-MIME + dev-perl/Email-MIME-ContentType + dev-perl/Plack + dev-perl/URI + xapian? ( + dev-perl/Search-Xapian + ) + gzip? ( + dev-perl/PerlIO-gzip + dev-perl/DBI + dev-perl/DBD-SQLite + ) + nntp? ( + dev-perl/DBD-SQLite + ) + inbox_watch? ( + dev-perl/Filesys-Notify-Simple + ) + daemon? ( + dev-perl/Inline-C + ) +" + +src_prepare() { + default + + perl Makefile.PL || die +}