public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2016-03-09  3:46 Mike Frysinger
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger @ 2016-03-09  3:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 03:46:08 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 03:46:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01eb1e0

dev-libs/libx86: build w/-fno-delete-null-pointer-checks #523276

 dev-libs/libx86/libx86-1.1-r3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libx86/libx86-1.1-r3.ebuild b/dev-libs/libx86/libx86-1.1-r3.ebuild
index 26eea6a..8c9eb19 100644
--- a/dev-libs/libx86/libx86-1.1-r3.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs flag-o-matic
 
 DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
 HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86"
@@ -20,8 +20,11 @@ src_prepare() {
 	epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch
 	# Patch for bugs #236888 and #456648
 	epatch "${FILESDIR}"/${P}-makefile.patch
+}
 
+src_configure() {
 	tc-export CC AR
+	append-flags -fno-delete-null-pointer-checks #523276
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2016-04-29 15:00 Richard Farina
  0 siblings, 0 replies; 12+ messages in thread
From: Richard Farina @ 2016-04-29 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9009563e9e6bb378ddb7b6e56ef0e3769cae3c6f
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 14:59:55 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 14:59:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9009563e

dev-libs/libx86: arm keyword, bug #579682

Package-Manager: portage-2.2.28

 dev-libs/libx86/libx86-1.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild
index 8b172d3..e732e0e 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2018-05-17 11:09 Sergey Popov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergey Popov @ 2018-05-17 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     243c165bcfd4bf25c727200fc1cf503a5148933a
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 11:04:05 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu May 17 11:04:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243c165b

dev-libs/libx86: drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-libs/libx86/libx86-1.1-r2.ebuild | 36 ----------------------------
 dev-libs/libx86/libx86-1.1-r3.ebuild | 46 ------------------------------------
 2 files changed, 82 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r2.ebuild b/dev-libs/libx86/libx86-1.1-r2.ebuild
deleted file mode 100644
index 72c2285dadf..00000000000
--- a/dev-libs/libx86/libx86-1.1-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
-HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86"
-SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_prepare() {
-	# fix compile failure with linux-headers-2.6.26, bug 235599
-	epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch
-	sed -i 's:\($(CC) $(CFLAGS)\)\( -o libx86.so.1\):\1 $(LDFLAGS)\2:' \
-		Makefile || die #236888
-	tc-export CC AR
-}
-
-src_compile() {
-	local ARGS
-	use amd64 && ARGS="BACKEND=x86emu"
-	emake ${ARGS}
-}
-
-src_install() {
-	emake \
-		LIBDIR="/usr/$(get_libdir)" \
-		DESTDIR="${D}" \
-		install
-}

diff --git a/dev-libs/libx86/libx86-1.1-r3.ebuild b/dev-libs/libx86/libx86-1.1-r3.ebuild
deleted file mode 100644
index 7bc72dd56ee..00000000000
--- a/dev-libs/libx86/libx86-1.1-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs flag-o-matic
-
-DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
-HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86"
-SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-src_prepare() {
-	# fix compile failure with linux-headers-2.6.26, bug 235599
-	epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch
-	# Patch for bugs #236888 and #456648
-	epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_configure() {
-	tc-export CC AR
-	append-flags -fno-delete-null-pointer-checks #523276
-}
-
-src_compile() {
-	local ARGS
-	use amd64 && ARGS="BACKEND=x86emu"
-	emake ${ARGS} LIBRARY=shared shared
-	if use static-libs; then
-		emake ${ARGS} objclean
-		emake ${ARGS} LIBRARY=static static
-	fi
-}
-
-src_install() {
-	local install_static;
-	use static-libs && install_static='install-static'
-	emake \
-		LIBDIR="/usr/$(get_libdir)" \
-		DESTDIR="${D}" \
-		install-header install-shared ${install_static}
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2018-05-17 11:09 Sergey Popov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergey Popov @ 2018-05-17 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     84b1f8f53222ff2841253ae9336e50ea4987a495
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 11:02:27 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu May 17 11:02:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b1f8f5

dev-libs/libx86-1.1-r4: stable on amd64 and x86

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-libs/libx86/libx86-1.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild
index 962e8694282..fd07a6993aa 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2018-05-17 11:09 Sergey Popov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergey Popov @ 2018-05-17 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0ab26ec31fa8a590f6c41d7c628819558040b877
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 11:06:34 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu May 17 11:06:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab26ec3

dev-libs/libx86: set https in HOMEPAGE and SRC_URI urls

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-libs/libx86/libx86-1.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild
index fd07a6993aa..24efb497601 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
-HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86"
-SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
+HOMEPAGE="https://www.codon.org.uk/~mjg59/libx86/"
+SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2021-01-12 21:14 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-01-12 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0dd2b852c4790ebf4baabf03e8c89c3a03a40427
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jan 12 20:15:39 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 21:14:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd2b852

dev-libs/libx86: keyworded 1.1-r4 for sparc, bug #764026

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-libs/libx86/libx86-1.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild
index 24efb497601..259d3f552e7 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2021-01-13 19:28 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-01-13 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     51829961765131c8ad5d61fa1a0fe3ee617cd7f9
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jan 13 17:28:28 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 19:28:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51829961

Revert "dev-libs/libx86: keyworded 1.1-r4 for sparc, bug #764026"

This reverts commit 0dd2b852c4790ebf4baabf03e8c89c3a03a40427.

This was a mistake in my scripting, the library doesn't even build, see #764656.

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-libs/libx86/libx86-1.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild
index 259d3f552e7..24efb497601 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2021-10-10 20:44 Marek Szuba
  0 siblings, 0 replies; 12+ messages in thread
From: Marek Szuba @ 2021-10-10 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     2edd49dd60697bc2fb98ea2e5cb6c2b508e9726a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 16:49:22 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:44:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edd49dd

dev-libs/libx86: keyword 1.1-r4 for -ppc, -riscv, -sparc

Fails to build, see Bug #764656. Nb. both BSD ports and most (all?)
other Linux distros have this package only support amd64 and x86, and
back when the upstream Web site still existed they only mentioned
compatibility with amd64, x86 and alpha. On Gentoo it apparently builds
on arm as well, that said it's not clear whether it actually works there
- on the one hand there doesn't seem to have been any run-time testing
involved in arm keywording, on the other the keywording bug mentions
Debian patches yet Debian hasn't had libx86 arm packages at least since
Stretch.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-libs/libx86/libx86-1.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild
index e001fab4a41..350a47c4a08 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm -ppc -riscv -sparc x86"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2023-02-14 11:19 Sergey Popov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergey Popov @ 2023-02-14 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     02608d08cc6af9964387d217584b7f7a6532ba06
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 11:03:37 2023 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 11:03:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02608d08

dev-libs/libx86: remove myself from maintainers

Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-libs/libx86/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-libs/libx86/metadata.xml b/dev-libs/libx86/metadata.xml
index a3862b8ec2fc..115e9d64a669 100644
--- a/dev-libs/libx86/metadata.xml
+++ b/dev-libs/libx86/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2024-05-19 17:09 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-05-19 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     63c4bedc9c9b97032273c2f3b449bc40881f5c78
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 17:07:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 19 17:08:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c4bedc

dev-libs/libx86: Stabilize 1.1-r6 amd64, #932211

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libx86/libx86-1.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libx86/libx86-1.1-r6.ebuild b/dev-libs/libx86/libx86-1.1-r6.ebuild
index 45ad110ea9a7..fccee762e710 100644
--- a/dev-libs/libx86/libx86-1.1-r6.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm -ppc -riscv -sparc x86"
+KEYWORDS="amd64 ~arm -ppc -riscv -sparc x86"
 
 PATCHES=(
 	# fix compile failure with linux-headers-2.6.26, bug 235599


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2024-05-19 17:09 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-05-19 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ec99f7b544fc55d8a1bb42bd3066b694ea9ad83e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 17:07:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 19 17:08:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec99f7b5

dev-libs/libx86: Stabilize 1.1-r6 x86, #932211

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libx86/libx86-1.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libx86/libx86-1.1-r6.ebuild b/dev-libs/libx86/libx86-1.1-r6.ebuild
index 924c7e02a2ab..45ad110ea9a7 100644
--- a/dev-libs/libx86/libx86-1.1-r6.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm -ppc -riscv -sparc ~x86"
+KEYWORDS="~amd64 ~arm -ppc -riscv -sparc x86"
 
 PATCHES=(
 	# fix compile failure with linux-headers-2.6.26, bug 235599


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
@ 2024-10-28 19:46 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2024-10-28 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c2a075b83e0434292b67db62eca200a6da4b63e4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 19:45:45 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 19:45:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a075b8

dev-libs/libx86: drop 1.1-r5

Bug: https://bugs.gentoo.org/880429
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-libs/libx86/libx86-1.1-r5.ebuild | 39 ------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r5.ebuild b/dev-libs/libx86/libx86-1.1-r5.ebuild
deleted file mode 100644
index ac4aa8723d12..000000000000
--- a/dev-libs/libx86/libx86-1.1-r5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
-HOMEPAGE="https://www.codon.org.uk/~mjg59/libx86/"
-SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm -ppc -riscv -sparc x86"
-
-PATCHES=(
-	# fix compile failure with linux-headers-2.6.26, bug 235599
-	"${FILESDIR}"/${PN}-0.99-ifmask.patch
-	# Patch for bugs #236888 and #456648
-	"${FILESDIR}"/${P}-makefile.patch
-	# Wider arch compatibility, bug #579682
-	"${FILESDIR}"/${P}-x86emu.patch
-)
-
-src_configure() {
-	tc-export AR CC
-	append-cflags -fno-delete-null-pointer-checks #523276
-}
-
-src_compile() {
-	emake $(usev !x86 BACKEND=x86emu) LIBRARY=shared shared
-}
-
-src_install() {
-	emake \
-		LIBDIR=/usr/$(get_libdir) \
-		DESTDIR="${ED}" \
-		install-header install-shared
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-10-28 19:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 15:00 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/ Richard Farina
  -- strict thread matches above, loose matches on Subject: below --
2024-10-28 19:46 Andreas K. Hüttel
2024-05-19 17:09 Sam James
2024-05-19 17:09 Sam James
2023-02-14 11:19 Sergey Popov
2021-10-10 20:44 Marek Szuba
2021-01-13 19:28 Sergei Trofimovich
2021-01-12 21:14 Sergei Trofimovich
2018-05-17 11:09 Sergey Popov
2018-05-17 11:09 Sergey Popov
2018-05-17 11:09 Sergey Popov
2016-03-09  3:46 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox