public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/linux-atm/
Date: Mon,  1 Nov 2021 21:56:04 +0000 (UTC)	[thread overview]
Message-ID: <1635803707.fbc27b52508507e3f5a88f40daa66974cbe16cbb.jsmolic@gentoo> (raw)

commit:     fbc27b52508507e3f5a88f40daa66974cbe16cbb
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 19:17:17 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 21:55:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc27b52

net-dialup/linux-atm: Port to EAPI 8

Closes: https://bugs.gentoo.org/819357
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22767
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 ...-atm-2.5.2.ebuild => linux-atm-2.5.2-r1.ebuild} | 23 +++++++++++-----------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/net-dialup/linux-atm/linux-atm-2.5.2.ebuild b/net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild
similarity index 68%
rename from net-dialup/linux-atm/linux-atm-2.5.2.ebuild
rename to net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild
index 4197658ac86..4c27be10493 100644
--- a/net-dialup/linux-atm/linux-atm-2.5.2.ebuild
+++ b/net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-inherit epatch flag-o-matic libtool linux-info
+inherit autotools flag-o-matic linux-info
 
 DESCRIPTION="Tools for ATM"
 HOMEPAGE="http://linux-atm.sourceforge.net/"
@@ -12,31 +12,30 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="static-libs"
 
-RDEPEND=""
-DEPEND="virtual/yacc"
+BDEPEND="virtual/yacc"
 
 RESTRICT="test"
 
-DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS )
-
 CONFIG_CHECK="~ATM"
 
+PATCHES=(
+	"${FILESDIR}"/${P}-headers.patch
+	"${FILESDIR}"/${P}-linux-5.2-SIOCGSTAMP.patch
+)
+
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-headers.patch
-	epatch "${FILESDIR}"/${P}-linux-5.2-SIOCGSTAMP.patch
+	default
 
 	sed -i '/#define _LINUX_NETDEVICE_H/d' \
 		src/arpd/*.c || die "sed command on arpd/*.c files failed"
 
-	elibtoolize
+	eautoreconf
 }
 
 src_configure() {
 	append-flags -fno-strict-aliasing
-
-	econf $(use_enable static-libs static)
+	econf
 }
 
 src_install() {


             reply	other threads:[~2021-11-01 21:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01 21:56 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-17  8:38 [gentoo-commits] repo/gentoo:master commit in: net-dialup/linux-atm/ Sam James
2022-05-17 11:54 WANG Xuerui
2021-05-31  9:20 David Seifert
2019-05-04 19:41 Mikle Kolyada
2019-02-25  7:32 Mikle Kolyada
2019-02-25  7:32 Mikle Kolyada
2019-02-25  7:32 Mikle Kolyada
2019-02-25  7:32 Mikle Kolyada
2019-02-21 20:28 Markus Meier
2019-02-16 23:38 Mart Raudsepp
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-01-31  7:25 Sergei Trofimovich
2019-01-30  8:13 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1635803707.fbc27b52508507e3f5a88f40daa66974cbe16cbb.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox