[gentoo-commits] repo/gentoo:master commit in: net-misc/sock/

2023-03-10 Thread Sam James
commit: 86a6af1f2563d02b3706bec6e8b64c40cc1a2898
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 10 13:35:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 10 13:55:09 2023 +
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  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
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/sock/

2018-02-22 Thread Michael Palimaka
commit: 333e5fb3cdee6064fcce5a490400e94811530c57
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 22 09:12:39 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 22 09:14:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333e5fb3

net-misc/sock: remove 1.1-r0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/sock/sock-1.1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/net-misc/sock/sock-1.1.ebuild b/net-misc/sock/sock-1.1.ebuild
deleted file mode 100644
index 22501bbca62..000
--- a/net-misc/sock/sock-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=""
-RDEPEND=""
-
-src_install () {
-   dobin sock
-   doman sock.1
-   dodoc README ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/sock/

2018-02-21 Thread Sergei Trofimovich
commit: 8c3d950c6f2635e24c158e787613b685dcb6c84a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 22 07:04:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 22 07:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d950c

net-misc/sock: stable 1.1-r1 for sparc, bug #647734

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-misc/sock/sock-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r1.ebuild
index fa48c098fc5..794afabc931 100644
--- a/net-misc/sock/sock-1.1-r1.ebuild
+++ b/net-misc/sock/sock-1.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 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"
+KEYWORDS="~amd64 sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/sock/

2018-02-18 Thread Thomas Deutschmann
commit: e02e25d457cdda7e4372bda964f1865aa47a457a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 18 21:44:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 18 21:48:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02e25d4

net-misc/sock: x86 stable (bug #647734)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/sock/sock-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r1.ebuild
index 6ab67020c39..fa48c098fc5 100644
--- a/net-misc/sock/sock-1.1-r1.ebuild
+++ b/net-misc/sock/sock-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 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"
+KEYWORDS="~amd64 ~sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/sock/

2017-09-01 Thread Patrice Clement
commit: 599564aba85eaf022a83e637e407333b89087007
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Sep  1 21:46:15 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  1 21:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599564ab

net-misc/sock: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-misc/sock/sock-1.1-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r1.ebuild
new file mode 100644
index 000..6ab67020c39
--- /dev/null
+++ b/net-misc/sock/sock-1.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+LICENSE="GPL-2"
+SLOT="0"
+
+src_install () {
+   dobin "${PN}"
+   doman "${PN}.1"
+   einstalldocs
+}