dev-php/pecl-mailparse: add 3.1.6

Closes: https://github.com/gentoo/gentoo/pull/37683
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Jaco Kroon
2024-07-23 11:58:52 +02:00
committed by Michael Orlitzky
parent 2c0b7e7fd6
commit 009cd246ea
2 changed files with 19 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mailparse-3.1.3.tgz 943785 BLAKE2B 03cb7d4d4ac78d04f710155fdd9282250dc686dbab3a6d9dfb8e3ff82fda07faf02680ad86a810cd7ee2f38c8980fbdc9ad67399f3164506e523a98ce3ffb0a9 SHA512 93659e479d8ab61ae473f6dc002b7198903eebdcfb4aa515e76952f5050fd1a815baccfcb57bd32fb9be6108dfed6dc73172067a58c9e6098058999bb3802000
DIST mailparse-3.1.6.tgz 945937 BLAKE2B c1bdfb3ee38af0984fd2f5b9992f524f9f7fee3ee2e8936ad5f8d86e3b9475778521f7c288fc71979f258f8ad1b7fa3174917afc66150e6eaad828338245fc50 SHA512 4bb629c2fc2aa7e9ab74f004222b6cfca13a7f0c3cb5152b67423bea4fff8dca5b4442ac2ddfea1127dfc893141eedae3e22b3f05f1b2368c4a4d0267a090388

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
WANT_AUTOMAKE="none"
PHP_EXT_NAME="mailparse"
USE_PHP="php8-1 php8-2 php8-3"
PHP_EXT_NEEDED_USE="unicode(-)"
DOCS=( README.md )
inherit php-ext-pecl-r3
DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME compliant messages"
LICENSE="PHP-3.01"
SLOT="7"
KEYWORDS="~amd64 ~ppc64 ~x86"