mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-debug/ald: treeclean
Closes: https://bugs.gentoo.org/934621 (pkgremoved) Closes: https://bugs.gentoo.org/925090 (pkgremoved) Closes: https://bugs.gentoo.org/724078 (pkgremoved) Closes: https://bugs.gentoo.org/727438 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST ald-0.1.7.tar.gz 665998 BLAKE2B 52cdd01f5927a4fedc2bdd7728cd063aa3b48fda7dd3af36c4b9299b62d7cbd199f2a8ebb06457bf29c62a5024fb158944d82260b4aac77838e4338acdd33a25 SHA512 dbde0929beebe51ef5f77055b5f396630e16fd01ded4210d828f9ce97c676e7863700a98bf02d26e10cc2d8481adf329d8c8cb11c866302361221f072dbf45bf
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Assembly Language Debugger"
|
||||
HOMEPAGE="http://ald.sourceforge.net/"
|
||||
SRC_URI="https://downloads.sourceforge.net/ald/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
IUSE="debug ncurses"
|
||||
|
||||
DEPEND="ncurses? ( sys-libs/ncurses:= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
# respect CFLAGS (bug #240268)
|
||||
sed -i -e "/^CFLAGS/d" configure.ac || die 'sed on CFLAGS failed'
|
||||
eapply_user
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable ncurses curses) \
|
||||
$(use_enable debug assert)
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">ald</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
Assembly Language Debugger --- a tool for debugging executable programs at the assembly level.
|
||||
It currently runs only on Intel x86 platforms.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -241,12 +241,6 @@ games-util/xgame-gtk2
|
||||
# Removal on 2024-07-20. Bug #934637.
|
||||
games-strategy/majesty-demo
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-20)
|
||||
# EAPI=6, keyworded for x86 only (making it hard to debug), has
|
||||
# open bugs for modern C and not using correct toolchain commands.
|
||||
# Removal on 2024-07-20. Bugs #934621, #925090, #724078, #727438.
|
||||
dev-debug/ald
|
||||
|
||||
# Jakov Smolić <jsmolic@gentoo.org> (2024-06-18)
|
||||
# Outdated by several versions, very difficult to package due to the
|
||||
# complicated Cargo dependency management.
|
||||
|
||||
@@ -47,7 +47,6 @@ move dev-util/scons dev-build/scons
|
||||
move sys-devel/qconf dev-build/qconf
|
||||
move dev-util/b2 dev-build/b2
|
||||
move dev-util/kbuild dev-build/kbuild
|
||||
move dev-util/ald dev-debug/ald
|
||||
move dev-util/ddd dev-debug/ddd
|
||||
move dev-util/edb-debugger dev-debug/edb-debugger
|
||||
move dev-util/kdbg dev-debug/kdbg
|
||||
|
||||
Reference in New Issue
Block a user