public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libdisasm/
@ 2017-03-23 20:53 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-03-23 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6168c84258a772d543f706b00019456c97de33fa
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Mar 20 09:28:01 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 20:51:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6168c842

dev-embedded/libdisasm: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253

 dev-embedded/libdisasm/libdisasm-0.23.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/libdisasm/libdisasm-0.23.ebuild b/dev-embedded/libdisasm/libdisasm-0.23.ebuild
index a04d49eb078..311207917f6 100644
--- a/dev-embedded/libdisasm/libdisasm-0.23.ebuild
+++ b/dev-embedded/libdisasm/libdisasm-0.23.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
-DESCRIPTION="Library for providing basic disassembly of Intel x86 instructions from a binary stream"
+DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream"
 HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
 SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libdisasm/
@ 2023-06-08 11:23 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-06-08 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b7b7de3cf88bf80daeee1264af4f4d954fc0fd1f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jun  7 17:14:01 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 11:19:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b7de3c

dev-embedded/libdisasm: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-embedded/libdisasm/libdisasm-0.23.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/libdisasm/libdisasm-0.23.ebuild b/dev-embedded/libdisasm/libdisasm-0.23.ebuild
index 732ccd521c0a..efa0c8af8724 100644
--- a/dev-embedded/libdisasm/libdisasm-0.23.ebuild
+++ b/dev-embedded/libdisasm/libdisasm-0.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream"
-HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
+HOMEPAGE="https://bastard.sourceforge.net/libdisasm.html"
 SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="Clarified-Artistic"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libdisasm/
@ 2025-10-10 17:42 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2025-10-10 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f5a2ebd5504b0b688c0fc2512aeb4ae19eb19789
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 17:12:50 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 17:41:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a2ebd5

dev-embedded/libdisasm: update EAPI 7 -> 8

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-embedded/libdisasm/libdisasm-0.23-r1.ebuild | 30 +++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-embedded/libdisasm/libdisasm-0.23-r1.ebuild b/dev-embedded/libdisasm/libdisasm-0.23-r1.ebuild
new file mode 100644
index 000000000000..31d2d575f756
--- /dev/null
+++ b/dev-embedded/libdisasm/libdisasm-0.23-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream"
+HOMEPAGE="https://bastard.sourceforge.net/libdisasm.html"
+SRC_URI="https://downloads.sourceforge.net/project/bastard/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="Clarified-Artistic"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}"/${P}-user-AS-OBJDUMP.patch )
+
+src_configure() {
+	# bug 722606
+	tc-export AS OBJDUMP
+
+	econf
+}
+
+src_install() {
+	default
+
+	# no static archives
+	find "${ED}" -name '*.la' -delete || die
+}


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

end of thread, other threads:[~2025-10-10 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 17:42 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libdisasm/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-06-08 11:23 Viorel Munteanu
2017-03-23 20:53 David Seifert

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