Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ald/
Date: Fri, 30 Dec 2016 17:03:14
Message-Id: 1483104333.f8af4f96decd258127254f2e7692ef425b6de934.bircoph@gentoo
1 commit: f8af4f96decd258127254f2e7692ef425b6de934
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 13:25:33 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 13:25:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8af4f96
7
8 dev-util/ald: remove old
9
10 Package-Manager: portage-2.3.3
11 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
12
13 dev-util/ald/ald-0.1.7.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-util/ald/ald-0.1.7.ebuild b/dev-util/ald/ald-0.1.7.ebuild
17 deleted file mode 100644
18 index 84c5f39..00000000
19 --- a/dev-util/ald/ald-0.1.7.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2009 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -DESCRIPTION="Assembly Language Debugger - a tool for debugging executable programs at the assembly level"
27 -HOMEPAGE="http://ald.sourceforge.net/"
28 -SRC_URI="mirror://sourceforge/ald/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="x86"
33 -IUSE="ncurses"
34 -
35 -DEPEND="ncurses? ( sys-libs/ncurses )"
36 -RDEPEND="${DEPEND}"
37 -
38 -src_compile() {
39 - econf $(use_enable ncurses curses)
40 - emake || die
41 -}
42 -
43 -src_install() {
44 - emake DESTDIR="${D}" install || die
45 - dodoc README ChangeLog TODO BUGS
46 -}