mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/public-inbox: drop 1.9.0_p20231116
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST public-inbox-1.9.0_p20231116.tar.gz 929149 BLAKE2B a8693c7720fff56069ac4147db42df4ff15b77b8d5127d12d9845f9b66ff3917f2f1ddbbca97432683bed2ad323e4300c9f3d3d9194cf24551296d64ecc1011d SHA512 f1fa8fa4093859010e1072694b0a46313c10e2d786a01e238600d9d4d669a9aace82959c240faf69ac8e4670953855e2bdc47afc512701b29d7a8d8c11da8c64
|
||||
DIST public-inbox-1.9.0_p20240422.tar.gz 959680 BLAKE2B 18fc839f946490aab1f61b82243e5ad5a5abb6e171fbc1abf88e9ce63d467add88324c4855e88fa29fe483e8c7a8ce632bd00c3d60316db14738e1bd6b3c0bfd SHA512 322b0416760f48003e7f3d89f8cb804c1a65127ed387528ded4c96d7af0ead588ec3c7cb1f0f239a859921927052c40bff631a862ad640bfd52777fe26e3dcbf
|
||||
DIST public-inbox-1.9.0_p20250930.tar.gz 1023389 BLAKE2B 3051f3f2dd7d5aef3bad94ade80dd005c2408a97f2e9c83a62fa1b1dddf15253581cf8074132444f0f93ff738381bfd9ad4fe02fc222c0744ddbad9b97e19153 SHA512 20d65e620eb67703e1a7ef83bd6cc9d085d518d91284f9d46940fa8b3f25c03ec0c9647e99aa0cf399e738556624588eddc9f2d56e8861f0e00c1b7a04591ac0
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="An archives-first approach to mailing lists"
|
||||
HOMEPAGE="https://public-inbox.org"
|
||||
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
EGIT_REPO_URI="
|
||||
https://public-inbox.org/public-inbox.git/
|
||||
https://repo.or.cz/public-inbox.git
|
||||
"
|
||||
inherit git-r3
|
||||
elif [[ ${PV} == *_p* ]] ; then
|
||||
PUBLIC_INBOX_COMMIT="9005cb3dced86b78715fef0472a83813003e8e0d"
|
||||
SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${PUBLIC_INBOX_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PUBLIC_INBOX_COMMIT}
|
||||
else
|
||||
SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="AGPL-3+"
|
||||
SLOT="0"
|
||||
if [[ ${PV} != 9999 ]] ; then
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
# in order of mention in INSTALL.html, going more for feature completeness
|
||||
# than for minimal footprint
|
||||
RDEPEND="
|
||||
dev-perl/BSD-Resource
|
||||
dev-perl/DBD-SQLite
|
||||
dev-perl/Email-Address-XS
|
||||
dev-perl/Inline-C
|
||||
dev-perl/Linux-Inotify2
|
||||
dev-perl/Mail-IMAPClient
|
||||
dev-perl/Net-Server
|
||||
dev-perl/Parse-RecDescent
|
||||
dev-perl/Plack
|
||||
dev-perl/Search-Xapian
|
||||
dev-perl/TimeDate
|
||||
dev-perl/URI
|
||||
dev-vcs/git
|
||||
net-misc/curl
|
||||
virtual/mta
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
||||
Reference in New Issue
Block a user