diff options
author | nado <nado@troglodyte.be> | 2018-07-19 17:53:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-03 08:50:01 +0200 |
commit | 433cf72b80dbdfcb1394c2ec9e4a717e73168425 (patch) | |
tree | 7b6c9f3d5bcb77eb7320f8407ad07a501f64f7ea /dev-util/cgdb/cgdb-0.6.6.ebuild | |
parent | 2be5be227858a8e113cf52cf463ef953b6a27c61 (diff) | |
download | gentoo-433cf72b80dbdfcb1394c2ec9e4a717e73168425.tar.gz gentoo-433cf72b80dbdfcb1394c2ec9e4a717e73168425.tar.xz |
dev-util/cgdb: remove old (0.6.[67])
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Signed-off-by: Corentin `nado` Pazdera <nado@troglodyte.be>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/cgdb/cgdb-0.6.6.ebuild')
-rw-r--r-- | dev-util/cgdb/cgdb-0.6.6.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-util/cgdb/cgdb-0.6.6.ebuild b/dev-util/cgdb/cgdb-0.6.6.ebuild deleted file mode 100644 index 5778250bac4..00000000000 --- a/dev-util/cgdb/cgdb-0.6.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.sourceforge.net/" -SRC_URI="mirror://sourceforge/cgdb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux" -IUSE="" - -DEPEND="sys-libs/ncurses - >=sys-libs/readline-5.1-r2" -RDEPEND="${DEPEND} - sys-devel/gdb" |