public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2016-02-12 17:19 David Seifert
  0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2016-02-12 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6e7c8ee5d52819b233012e7251b3c3a7dd20b5f9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 17:19:06 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 17:19:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7c8ee5

sys-devel/dev86: Revbump to fix broken symlink

Gentoo-Bug: 574014

Package-Manager: portage-2.2.27

 sys-devel/dev86/{dev86-0.16.21-r1.ebuild => dev86-0.16.21-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r1.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
similarity index 97%
rename from sys-devel/dev86/dev86-0.16.21-r1.ebuild
rename to sys-devel/dev86/dev86-0.16.21-r2.ebuild
index 9942a82..ab48df4 100644
--- a/sys-devel/dev86/dev86-0.16.21-r1.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
@@ -58,7 +58,9 @@ src_compile() {
 
 	export PATH=${S}/bin:${PATH}
 
-	ln -s bin/{ncc,bcc} || die
+	cd bin || die
+	ln -s ncc bcc || die
+	cd .. || die
 
 	cd bootblocks || die
 	emake DIST="${D}"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2017-12-23 11:57 Jonas Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Stein @ 2017-12-23 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f3f6b7bc88a3a0611e31f974539f56ddf99b4365
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 11:56:41 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 11:57:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f6b7bc

sys-devel/dev86: Update HOMEPAGE

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-devel/dev86/dev86-0.16.19.ebuild    | 4 ++--
 sys-devel/dev86/dev86-0.16.21-r2.ebuild | 2 +-
 sys-devel/dev86/dev86-0.16.21.ebuild    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.19.ebuild b/sys-devel/dev86/dev86-0.16.19.ebuild
index 194de6a5b68..835423c7e4d 100644
--- a/sys-devel/dev86/dev86-0.16.19.ebuild
+++ b/sys-devel/dev86/dev86-0.16.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -6,7 +6,7 @@ EAPI="4"
 inherit eutils multilib
 
 DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
-HOMEPAGE="http://www.debath.co.uk/"
+HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86"
 SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/sys-devel/dev86/dev86-0.16.21-r2.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
index 39d5b5977db..701d48499a5 100644
--- a/sys-devel/dev86/dev86-0.16.21-r2.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
-HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
+HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86"
 SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/sys-devel/dev86/dev86-0.16.21.ebuild b/sys-devel/dev86/dev86-0.16.21.ebuild
index ea917c7d329..703259130bc 100644
--- a/sys-devel/dev86/dev86-0.16.21.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit eutils multilib
 
 DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
-HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
+HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86"
 SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2017-12-23 12:04 Jonas Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Stein @ 2017-12-23 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c8e4f06eaf5356166b9de0ad987f40fc6d1d4ac8
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 12:04:00 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 12:04:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e4f06e

sys-devel/dev86: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-devel/dev86/dev86-0.16.21.ebuild | 76 ------------------------------------
 1 file changed, 76 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21.ebuild b/sys-devel/dev86/dev86-0.16.21.ebuild
deleted file mode 100644
index 703259130bc..00000000000
--- a/sys-devel/dev86/dev86-0.16.21.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib
-
-DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
-HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86"
-SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="sys-devel/bin86"
-DEPEND="${RDEPEND}
-	dev-util/gperf"
-
-STRIP_MASK="/usr/*/bcc/lib*.a /usr/*/i386/libc.a"
-
-src_prepare() {
-	# elksemu doesn't compile under amd64
-	if use amd64; then
-		einfo "Not compiling elksemu on amd64"
-		sed -i \
-			-e 's,alt-libs elksemu,alt-libs,' \
-			-e 's,install-lib install-emu,install-lib,' \
-			makefile.in || die
-	fi
-
-	epatch "${FILESDIR}"/dev86-pic.patch
-	epatch "${FILESDIR}"/${PN}-0.16.19-fortify.patch
-	sed -i \
-		-e "s:-O2 -g:${CFLAGS}:" \
-		-e '/INEXE=/s:-s::' \
-		makefile.in || die
-	sed -i \
-		-e "s:/lib/:/$(get_libdir)/:" \
-		bcc/bcc.c || die
-	sed -i -e '/INSTALL_OPTS=/s:-s::' bin86/Makefile || die
-	sed -i -e '/install -m 755 -s/s:-s::' dis88/Makefile || die
-}
-
-src_compile() {
-	# Don't mess with CPPFLAGS as they tend to break compilation
-	# (bug #343655).
-	CPPFLAGS=""
-
-	# First `make` is also a config, so set all the path vars here
-	emake -j1 \
-		DIST="${D}" \
-		CC="$(tc-getCC)" \
-		LIBDIR="/usr/$(get_libdir)/bcc" \
-		INCLDIR="/usr/$(get_libdir)/bcc"
-
-	export PATH=${S}/bin:${PATH}
-	cd bin
-	ln -s ncc bcc
-	cd ..
-	cd bootblocks
-	ln -s ../bcc/version.h .
-	emake DIST="${D}"
-}
-
-src_install() {
-	emake -j1 install-all DIST="${D}"
-	dobin bootblocks/makeboot
-	# remove all the stuff supplied by bin86
-	cd "${D}"
-	rm usr/bin/{as,ld,nm,objdump,size}86 || die
-	rm usr/man/man1/{as,ld}86.1 || die
-	dodir /usr/share/man
-	mv usr/man usr/share/
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2018-02-06 18:55 Thomas Deutschmann
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2018-02-06 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e6151faf1403c3223f30f65f451881c229d6fe7e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 18:53:34 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 18:53:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6151faf

sys-devel/dev86: x86 stable (bug #646678)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/dev86/dev86-0.16.21-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r2.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
index 701d48499a5..832575fed10 100644
--- a/sys-devel/dev86/dev86-0.16.21-r2.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r2.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
@@ -11,7 +11,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="sys-devel/bin86"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2018-02-14 13:29 Jason Zaman
  0 siblings, 0 replies; 14+ messages in thread
From: Jason Zaman @ 2018-02-14 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b969ac149d4df3fd480b5e79368df73a8b88f3c5
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:16:33 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:28:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b969ac14

sys-devel/dev86: amd64 stable

Gentoo-bug: 646678
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-devel/dev86/dev86-0.16.21-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r2.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
index 832575fed10..0e731cc9563 100644
--- a/sys-devel/dev86/dev86-0.16.21-r2.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="sys-devel/bin86"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2019-02-11 15:01 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-11 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9807f480f629c8bd6b1a07122df505e60e57b31c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 15:00:46 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 15:00:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9807f480

sys-devel/dev86: x86 stable wrt bug #676790

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 7730e6cebd4..35355a20312 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="sys-devel/bin86"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2019-02-11 15:01 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-11 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     90d7452422262bc29a30750ecfc389bb93aa5ec6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 15:00:05 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 15:00:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d74524

sys-devel/dev86: amd64 stable wrt bug #676790

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 1ba9e30203d..7730e6cebd4 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="sys-devel/bin86"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2019-02-11 15:02 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-11 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5c026d8ee5636e75ee38f34651468b2898d872fb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 15:02:49 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 15:02:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c026d8e

sys-devel/dev86: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-devel/dev86/dev86-0.16.21-r2.ebuild | 77 ---------------------------------
 1 file changed, 77 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r2.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
deleted file mode 100644
index 0e731cc9563..00000000000
--- a/sys-devel/dev86/dev86-0.16.21-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
-HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86"
-SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="sys-devel/bin86"
-DEPEND="${RDEPEND}
-	dev-util/gperf"
-
-STRIP_MASK="/usr/*/bcc/lib*.a /usr/*/i386/libc.a"
-PATCHES=(
-	"${FILESDIR}/${PN}-pic.patch"
-	"${FILESDIR}/${PN}-0.16.19-fortify.patch"
-	"${FILESDIR}/${P}-non-void-return-clang.patch"
-)
-
-src_prepare() {
-	default
-
-	# elksemu doesn't compile under amd64
-	if use amd64; then
-		einfo "Not compiling elksemu on amd64"
-		sed -i \
-			-e 's,alt-libs elksemu,alt-libs,' \
-			-e 's,install-lib install-emu,install-lib,' \
-			makefile.in || die
-	fi
-
-	sed -i -e "s:-O2 -g:${CFLAGS}:" -e '/INEXE=/s:-s::' makefile.in || die
-	sed -i -e "s:/lib/:/$(get_libdir)/:" bcc/bcc.c || die
-	sed -i -e '/INSTALL_OPTS=/s:-s::' bin86/Makefile || die
-	sed -i -e '/install -m 755 -s/s:-s::' dis88/Makefile || die
-}
-
-src_compile() {
-	# Don't mess with CPPFLAGS as they tend to break compilation
-	# (bug #343655).
-	unset CPPFLAGS
-
-	# First `make` is also a config, so set all the path vars here
-	emake -j1 \
-		DIST="${D}" \
-		CC="$(tc-getCC)" \
-		LIBDIR="/usr/$(get_libdir)/bcc" \
-		INCLDIR="/usr/$(get_libdir)/bcc"
-
-	export PATH=${S}/bin:${PATH}
-
-	cd bin || die
-	ln -s ncc bcc || die
-	cd .. || die
-
-	cd bootblocks || die
-	emake DIST="${D}"
-}
-
-src_install() {
-	emake -j1 install-all DIST="${D}"
-	dobin bootblocks/makeboot
-	# remove all the stuff supplied by bin86
-	rm "${D}"/usr/bin/{as,ld,nm,objdump,size}86 || die
-	rm "${D}"/usr/man/man1/{as,ld}86.1 || die
-
-	dodir /usr/share
-	mv "${D}"/usr/{man,share/man} || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2020-03-24 13:32 Ben Kohler
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Kohler @ 2020-03-24 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cbdcdf4e56070aef47a3fd8052ba74b5b42dd6b2
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 12:53:09 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdcdf4e

sys-devel/dev86: fix bad sed delimiter

Closes: https://bugs.gentoo.org/710974
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 35355a20312..25c40753bda 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,7 +36,7 @@ src_prepare() {
 			makefile.in || die
 	fi
 
-	sed -i -e "s:-O2 -g:${CFLAGS}:" -e '/INEXE=/s:-s::' makefile.in || die
+	sed -i -e "s|-O2 -g|${CFLAGS}|" -e '/INEXE=/s:-s::' makefile.in || die
 	sed -i -e "s:/lib/:/$(get_libdir)/:" bcc/bcc.c || die
 	sed -i -e '/INSTALL_OPTS=/s:-s::' bin86/Makefile || die
 	sed -i -e '/install -m 755 -s/s:-s::' dis88/Makefile || die


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2020-04-21 17:18 Robin H. Johnson
  0 siblings, 0 replies; 14+ messages in thread
From: Robin H. Johnson @ 2020-04-21 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     555eb4458f1064d47e148d5aa496ff96ee967bbb
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 17:17:36 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 17:18:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555eb445

sys-devel/dev86: fix which CC

Closes: https://bugs.gentoo.org/717698
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 8 ++++++--
 sys-devel/dev86/metadata.xml            | 5 ++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 25c40753bda..8990be8b969 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -52,7 +52,8 @@ src_compile() {
 		DIST="${D}" \
 		CC="$(tc-getCC)" \
 		LIBDIR="/usr/$(get_libdir)/bcc" \
-		INCLDIR="/usr/$(get_libdir)/bcc"
+		INCLDIR="/usr/$(get_libdir)/bcc" \
+		all
 
 	export PATH=${S}/bin:${PATH}
 
@@ -61,7 +62,10 @@ src_compile() {
 	cd .. || die
 
 	cd bootblocks || die
-	emake DIST="${D}"
+	emake \
+		DIST="${D}" \
+		HOSTCC="$(tc-getCC)"
+
 }
 
 src_install() {

diff --git a/sys-devel/dev86/metadata.xml b/sys-devel/dev86/metadata.xml
index 771fca6d011..4a5b3a34f9c 100644
--- a/sys-devel/dev86/metadata.xml
+++ b/sys-devel/dev86/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>base-system@gentoo.org</email>
+		<name>Gentoo Base System</name>
+	</maintainer>
 	<longdescription>
 		Bruce's C compiler - Simple C compiler to generate 8086 code
 	</longdescription>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2021-03-28  7:14 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-28  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     45a1b77670dea6baea8f460a168d36ce4e1f51d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 07:11:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 07:11:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a1b776

sys-devel/dev86: Keyword 0.16.21-r3 arm, #600508

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

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 8990be8b969..49c8438e9bb 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.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
@@ -10,7 +10,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="sys-devel/bin86"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2021-04-04 18:31 Mike Gilbert
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Gilbert @ 2021-04-04 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ac6a39c9e67b09f91330e84dcb627d3a8e30d44c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 18:25:32 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 18:25:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6a39c9

sys-devel/dev86: avoid D in src_compile

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 49c8438e9bb..2af636abe3e 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -49,7 +49,6 @@ src_compile() {
 
 	# First `make` is also a config, so set all the path vars here
 	emake -j1 \
-		DIST="${D}" \
 		CC="$(tc-getCC)" \
 		LIBDIR="/usr/$(get_libdir)/bcc" \
 		INCLDIR="/usr/$(get_libdir)/bcc" \
@@ -63,7 +62,6 @@ src_compile() {
 
 	cd bootblocks || die
 	emake \
-		DIST="${D}" \
 		HOSTCC="$(tc-getCC)"
 
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2021-04-05  1:26 Mike Gilbert
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Gilbert @ 2021-04-05  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     deda208db980a656c9f3b94fbd2ce6b0d57ab497
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 01:25:34 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 01:25:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deda208d

sys-devel/dev86: maintainer needed

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-devel/dev86/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-devel/dev86/metadata.xml b/sys-devel/dev86/metadata.xml
index 4eb20a048df..7a38bb90096 100644
--- a/sys-devel/dev86/metadata.xml
+++ b/sys-devel/dev86/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>base-system@gentoo.org</email>
-		<name>Gentoo Base System</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d5001d905b9e79d44e00e41313a26114eea6823e
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5001d90

sys-devel/dev86: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/dev86/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/dev86/metadata.xml b/sys-devel/dev86/metadata.xml
index 115e9d64a669..c4f5ea2afda9 100644
--- a/sys-devel/dev86/metadata.xml
+++ b/sys-devel/dev86/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">lkundrak/dev86</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-02-22 19:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 13:32 [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/ Ben Kohler
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 19:56 Sam James
2021-04-05  1:26 Mike Gilbert
2021-04-04 18:31 Mike Gilbert
2021-03-28  7:14 Sam James
2020-04-21 17:18 Robin H. Johnson
2019-02-11 15:02 Mikle Kolyada
2019-02-11 15:01 Mikle Kolyada
2019-02-11 15:01 Mikle Kolyada
2018-02-14 13:29 Jason Zaman
2018-02-06 18:55 Thomas Deutschmann
2017-12-23 12:04 Jonas Stein
2017-12-23 11:57 Jonas Stein
2016-02-12 17:19 David Seifert

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