public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sock/
Date: Fri, 10 Mar 2023 13:55:36 +0000 (UTC)	[thread overview]
Message-ID: <1678456509.86a6af1f2563d02b3706bec6e8b64c40cc1a2898.sam@gentoo> (raw)

commit:     86a6af1f2563d02b3706bec6e8b64c40cc1a2898
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 13:35:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 13:55:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a6af1f

net-misc/sock: EAPI 8, fix configure w/ clang 16

Closes: https://bugs.gentoo.org/900256
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{sock-1.1-r1.ebuild => sock-1.1-r2.ebuild}     | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r2.ebuild
similarity index 67%
rename from net-misc/sock/sock-1.1-r1.ebuild
rename to net-misc/sock/sock-1.1-r2.ebuild
index 6c8d0615f28e..dae97e0a2c19 100644
--- a/net-misc/sock/sock-1.1-r1.ebuild
+++ b/net-misc/sock/sock-1.1-r2.ebuild
@@ -1,17 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="A shell interface to network sockets"
-SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz"
 HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml"
-KEYWORDS="amd64 sparc x86"
+SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="amd64 sparc x86"
+
+src_prepare() {
+	default
+
+	# Clang 16, bug #900256
+	eautoreconf
+}
 
 src_install() {
-	dobin "${PN}"
-	doman "${PN}.1"
+	dobin ${PN}
+	doman ${PN}.1
 	einstalldocs
 }


             reply	other threads:[~2023-03-10 13:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 13:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-22  9:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/sock/ Michael Palimaka
2018-02-22  7:55 Sergei Trofimovich
2018-02-18 21:48 Thomas Deutschmann
2017-09-01 21:46 Patrice Clement

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=1678456509.86a6af1f2563d02b3706bec6e8b64c40cc1a2898.sam@gentoo \
    --to=sam@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