[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2024-03-03 Thread Sam James
commit: 11620333ed68827a42913f1bc37942bfa88e4af7
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Mar  3 23:07:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  3 23:18:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11620333

dev-libs/libmix: mark as LTO-unsafe

Upstream does not exist anymore.

Closes: https://bugs.gentoo.org/855875
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmix/libmix-2.05-r7.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 5e01c439716b..9e7e51c26590 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools toolchain-funcs
+inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Programs Crypto/Network/Multipurpose Library"
 HOMEPAGE="http://mixter.void.ru/;
@@ -35,6 +35,12 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/855875
+   # No upstream bug report -- upstream website doesn't resolve and no
+   # other contact method.
+   filter-lto
+
tc-export CC CXX
 
econf \



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2021-07-15 Thread Yixun Lan
commit: cce493427a9f92ddfff4783966d9341d2684e2a6
Author: Alex Fan  yahoo  com>
AuthorDate: Fri Jun 18 11:25:59 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce49342

dev-libs/libmix: add keyword ~riscv

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libmix/libmix-2.05-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 0bedbeabb8a..5e01c439716 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux"
 IUSE="static-libs"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2021-03-22 Thread Sam James
commit: 5210dcbdebd140b74c3ebf66bda4583b4ba08b4f
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 22 22:38:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 23 04:48:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5210dcbd

dev-libs/libmix: whitespace change

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmix/libmix-2.05-r7.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 4e57713d01d..b372ae36efa 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,6 +36,7 @@ src_prepare() {
 
 src_configure() {
tc-export CC CXX
+
econf \
$(use_enable static-libs static) \
--without-net2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2021-03-16 Thread Sam James
commit: 11d81c2e0acd16d29b933f40fe0db43aba0a6b7a
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 01:38:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 01:38:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d81c2e

dev-libs/libmix: add myself to maintainers

Dependency of net-analyzer/netcat.

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmix/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libmix/metadata.xml b/dev-libs/libmix/metadata.xml
index 6f49eba8f49..979bcc7aec9 100644
--- a/dev-libs/libmix/metadata.xml
+++ b/dev-libs/libmix/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   s...@gentoo.org
+   Sam James
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2020-11-17 Thread Sam James
commit: ca70daf0e4de8eddb3d9763df0081c3b062a2f20
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 18 01:19:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 18 01:19:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca70daf0

dev-libs/libmix: port to EAPI 7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmix/libmix-2.05-r7.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 46afa114ab8..e40aae85cb5 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -1,30 +1,30 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools base multilib toolchain-funcs
+EAPI=7
+
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Programs Crypto/Network/Multipurpose Library"
 HOMEPAGE="http://mixter.void.ru/;
 SRC_URI="http://mixter.void.ru/${P/.}.tgz;
+S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux"
 IUSE="static-libs"
 
-S=${WORKDIR}/${PN}-v${PV}
-
 PATCHES=(
"${FILESDIR}"/${P}-fix-pattern.patch
"${FILESDIR}"/${P}-gentoo-r1.patch
"${FILESDIR}"/${P}-libnet.patch
 )
 
-DOCS=( CHANGES )
-
 src_prepare() {
-   base_src_prepare
+   default
+
+   mv configure.{in,ac} || die
 
sed -i \
-e 's/expf/libmix_expf/g' \



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2018-07-20 Thread Mikle Kolyada
commit: 892e3c50f3e145bd8dbb608d1bb78c3c05430910
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 00:48:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 00:48:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892e3c50

dev-libs/libmix: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libmix/libmix-2.05-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 9d54fe56def..9fbad4d8abf 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://mixter.void.ru/${P/.}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
 IUSE="static-libs"
 
 S=${WORKDIR}/${PN}-v${PV}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmix/

2016-05-13 Thread Fabian Groffen
commit: 14589a49690acea885e7c106960d5c00b8826f0b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri May 13 06:53:15 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri May 13 06:53:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14589a49

dev-libs/libmix: marked ~amd64-linux

Package-Manager: portage-2.2.28

 dev-libs/libmix/libmix-2.05-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 251357b..6a2cb75 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://mixter.void.ru/${P/.}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
 IUSE="static-libs"
 
 S=${WORKDIR}/${PN}-v${PV}