summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2022-07-05 03:33:22 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2022-07-05 04:06:56 +0900
commit678f2156572b0fc7c98b27f989c1a443f561ad87 (patch)
tree4e4fca4b2c550383206efc647f86f7180abb85be /net-mail/public-inbox
parentsys-apps/systemd-utils: drop 250.6 (diff)
downloadgentoo-678f2156572b0fc7c98b27f989c1a443f561ad87.tar.gz
gentoo-678f2156572b0fc7c98b27f989c1a443f561ad87.tar.bz2
gentoo-678f2156572b0fc7c98b27f989c1a443f561ad87.zip
net-mail/public-inbox: add 1.8.0
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'net-mail/public-inbox')
-rw-r--r--net-mail/public-inbox/Manifest1
-rw-r--r--net-mail/public-inbox/public-inbox-1.8.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/net-mail/public-inbox/Manifest b/net-mail/public-inbox/Manifest
index 7bd7af9913ac..3d256ef2a4f1 100644
--- a/net-mail/public-inbox/Manifest
+++ b/net-mail/public-inbox/Manifest
@@ -1 +1,2 @@
DIST public-inbox-1.7.0.tar.gz 805628 BLAKE2B 4403cd11a2c4f793b136aff07ccc06ea60011c21484196e497921ca36599870eecdf7b93f550ef44e876bca814a3b03e1d8d4b484113506ee809098124cfd1b2 SHA512 cb03d2ec3e28f1fc75bdbff2b8ea5b417898ddb2895d27b105624cab35f0dcab99269d86bfc158bdf42faecb7b7a5734363a81d2202970e8d079bf05fa359250
+DIST public-inbox-1.8.0.tar.gz 808979 BLAKE2B 1b68121429f9d9b56008951c0fef8eca4082a71969c907d0e2ba1db434774a451e4080e88c7d0fe80960dba906e0981e19bfcacd63042acfe3c6e16f36aba675 SHA512 878c60d6e6bfdcac3218d71b8aa5cab766c622ff1a81c8ebb04399a48da7ef1ab86cae67f8f05e8486f92451f90b9c068ab67ba35dfb74179163598fb5860229
diff --git a/net-mail/public-inbox/public-inbox-1.8.0.ebuild b/net-mail/public-inbox/public-inbox-1.8.0.ebuild
new file mode 100644
index 000000000000..6d7bfd810fcf
--- /dev/null
+++ b/net-mail/public-inbox/public-inbox-1.8.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+HOMEPAGE="https://public-inbox.org"
+SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${P}.tar.gz"
+DESCRIPTION="An archives-first approach to mailing lists"
+LICENSE="AGPL-3+"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+# in order of mention in INSTALL.html, going more for feature completeness
+# than for minimal footprint
+RDEPEND="
+ dev-vcs/git
+ dev-perl/DBD-SQLite
+ virtual/mta
+ dev-perl/URI
+ dev-perl/Plack
+ dev-perl/TimeDate
+ dev-perl/Inline-C
+ dev-perl/Email-Address-XS
+ dev-perl/Search-Xapian
+ dev-perl/Parse-RecDescent
+ dev-perl/Mail-IMAPClient
+ dev-perl/BSD-Resource
+ net-misc/curl
+ dev-perl/Linux-Inotify2
+ dev-perl/Net-Server
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"