commit: b0958cc730481c5d50cb3a75400e946871e61b5e Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Jun 26 20:59:37 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jun 27 12:37:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0958cc7
net-dialup/neocon: bump EAPI also - remove leading "A " from DESCRIPTION - https HOMEPAGE - remove empty IUSE Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/42767 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../neocon/{neocon-20110228.ebuild => neocon-20110228-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-dialup/neocon/neocon-20110228.ebuild b/net-dialup/neocon/neocon-20110228-r1.ebuild similarity index 64% rename from net-dialup/neocon/neocon-20110228.ebuild rename to net-dialup/neocon/neocon-20110228-r1.ebuild index f8dad14a8c59..ec6d7b297e16 100644 --- a/net-dialup/neocon/neocon-20110228.ebuild +++ b/net-dialup/neocon/neocon-20110228-r1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs -DESCRIPTION="A simple serial console utility that tries to open ttys repeatedly" -HOMEPAGE="http://wiki.openmoko.org/wiki/NeoCon" +DESCRIPTION="Simple serial console utility that tries to open ttys repeatedly" +HOMEPAGE="https://wiki.openmoko.org/wiki/NeoCon" SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" all
