diff --git a/net-mail/mlmmj/Manifest b/net-mail/mlmmj/Manifest index b831d04..7efa739 100644 --- a/net-mail/mlmmj/Manifest +++ b/net-mail/mlmmj/Manifest @@ -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 diff --git a/net-mail/mlmmj/mlmmj-1.6.0.ebuild b/net-mail/mlmmj/mlmmj-2.0.1.ebuild similarity index 85% rename from net-mail/mlmmj/mlmmj-1.6.0.ebuild rename to net-mail/mlmmj/mlmmj-2.0.1.ebuild index 8523d82..56123e6 100644 --- a/net-mail/mlmmj/mlmmj-1.6.0.ebuild +++ b/net-mail/mlmmj/mlmmj-2.0.1.ebuild @@ -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