commit:     c5e0c1dd1a45bb1928d4150e317408afb5c06d03
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 21:30:27 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 21:30:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e0c1dd

net-mail/asmail: update EAPI 5 -> 8

This also drops net-mail/asmail to ~arch-only - I have a feeling that a
package which has been stabilised on x86 but not on amd64 has not seen
much use lately, and we are trying to reduce arch-tester load on
now-exotic architectures.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../{asmail-2.1-r1.ebuild => asmail-2.1-r2.ebuild}       | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild 
b/net-mail/asmail/asmail-2.1-r2.ebuild
similarity index 76%
rename from net-mail/asmail/asmail-2.1-r1.ebuild
rename to net-mail/asmail/asmail-2.1-r2.ebuild
index 4d88997e613f..8a15dabe5212 100644
--- a/net-mail/asmail/asmail-2.1-r1.ebuild
+++ b/net-mail/asmail/asmail-2.1-r2.ebuild
@@ -1,17 +1,17 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=8
 
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="A small mail monitor similar to xbiff"
-HOMEPAGE="http://www.tigr.net";
-SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz";
+HOMEPAGE="https://tigr.net/afterstep/applets/";
+SRC_URI="https://tigr.net/afterstep/download/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="jpeg"
 
 RDEPEND="
@@ -25,8 +25,12 @@ RDEPEND="
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
+PATCHES=(
+       "${FILESDIR}"/${PN}-2.1-ldflags.patch
+)
+
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-ldflags.patch
+       default
        sed -i -e "/LIB/s/-lssl/-lssl -lcrypto/g" \
                configure
 }

Reply via email to