version bump net-mail/mlmmj-2.0.1

This commit is contained in:
2026-05-20 15:44:06 +02:00
parent 64f87be8ec
commit 6241e0c826
2 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -1 +1 @@
DIST mlmmj-1.6.0.tar.xz 279544 BLAKE2B 247018d16ef82c96ead6d381e5dfc7bac18daf4286f567a37715ab6beeff7f8587f740438228f25012952af18ccd30d6b03884849cce92116d380bac5f000f67 SHA512 9d0452608faf4bb5fa4f29868cd5cd8c742c2a6b821581ad2d7cbf4077f71d6dc1233984367785bf680e96ca808eb6e3814b939c0e879e8f82de5b3b3d0e9cff
DIST mlmmj-2.0.1.tar.xz 208272 BLAKE2B 9ac32b1502de171f011b12b0ab76320a0e60f33696484daa053acc90f8fa9795d791a769ccae1e906d0226b321ed1f35b0aed934847ef4ee015fe396e2122669 SHA512 d5224a0bc9fd4b8ca41f29dba242c3814c7f6fd6d3703c31a060b5cf0c7a73df1d514d6106d78717856b9e7b2af3bc89ff07d0004ada4b9f02c1464d2a0d6ff9
@@ -1,17 +1,15 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Mailing list managing made joyful"
HOMEPAGE="https://codeberg.org/mlmmj/mlmmj"
SRC_URI="https://codeberg.org/${PN}/${PN}/releases/download/RELEASE_${PV}/${P}.tar.xz"
SRC_URI="https://codeberg.org/${PN}/${PN}/releases/download/RELEASE_${PV//./_}/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="amd64 ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -31,14 +29,8 @@ BDEPEND="test? ( virtual/pkgconfig )"
DOCS=( AUTHORS ChangeLog FAQ TODO TUNABLES.md UPGRADE )
PATCHES=(
"${FILESDIR}"/mlmmj-1.4.7-cflags.patch
)
src_prepare() {
default
eautoreconf
# bug #259962
sed -i contrib/web/perl-admin/htdocs/subscribers.cgi \
-e "s:/usr/local/bin/:${EPREFIX}/usr/bin/:g" || die