summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/insight')
-rw-r--r--dev-util/insight/Manifest2
-rw-r--r--dev-util/insight/files/insight-6.8.1-automake-1.13.patch123
-rw-r--r--dev-util/insight/insight-6.8.1-r1.ebuild116
-rw-r--r--dev-util/insight/metadata.xml6
4 files changed, 0 insertions, 247 deletions
diff --git a/dev-util/insight/Manifest b/dev-util/insight/Manifest
deleted file mode 100644
index 7e983e440b86..000000000000
--- a/dev-util/insight/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST insight-6.8-1a.tar.bz2 23900337 SHA256 51216df73adc4f68c67b60356270d5073f0ff094c1b477ecd96560f49707ea2a SHA512 ce9d5ea0ef651dbeda24f042417e6d30dd4734af5da6a02dfbdcdc777b44d816597c2f81a8beaf8b74cec07c38f3671fd38d9a39527d9ece899f5f3785d0254d WHIRLPOOL ea27f3de71460f40e78621878abad2cbfe94bc46cff0f741bf7401d8dfef79288748efb33271a48ad2eac026bec1a4728e48723ae19046def6501688eb290511
-DIST insight-6.8.1-patchset-02.tar.xz 325772 SHA256 294c80770a1dab976d0daf1439b5721d57b0d89aa164d39f7cfb3f6c3109712d SHA512 1759e9d19115da634b3e57cd3aa6d628b2fbcea1666d5f34ce81c87d03112dc257a84c02fe87cc903fe505631310b72b0e0b60bace79932446bd1f864cf1c2a7 WHIRLPOOL 09b1681efc0d1f0a7b2c4bdaae8b80334af5db8c031ad9b8d70df77b0e272137854df4356562ad903afd285be1943d53dd2afd4b89a97cefb84e3ab4bfac6227
diff --git a/dev-util/insight/files/insight-6.8.1-automake-1.13.patch b/dev-util/insight/files/insight-6.8.1-automake-1.13.patch
deleted file mode 100644
index 3211c1b40a03..000000000000
--- a/dev-util/insight/files/insight-6.8.1-automake-1.13.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-From a38e3fb554ceeb9b50ed576f45893b01bfc993d8 Mon Sep 17 00:00:00 2001
-From: hasufell <hasufell@gentoo.org>
-Date: Sun, 3 Nov 2013 18:03:05 +0100
-Subject: [PATCH] BUILD: fix autoreconf with automake-1.13
-
-cygnus flavor has been removed from automake-1.13
----
- bfd/Makefile.am | 2 +-
- bfd/doc/Makefile.am | 2 +-
- gdb/gdbtk/Makefile.am | 2 +-
- gdb/gdbtk/plugins/Makefile.am | 2 +-
- libgui/Makefile.am | 2 +-
- libgui/library/Makefile.am | 2 +-
- libgui/src/Makefile.am | 2 +-
- opcodes/Makefile.am | 2 +-
- tcl/cygwin/Makefile.am | 2 +-
- 9 files changed, 9 insertions(+), 9 deletions(-)
-
-diff --git a/bfd/Makefile.am b/bfd/Makefile.am
-index 8e0a79c..129270c 100644
---- a/bfd/Makefile.am
-+++ b/bfd/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to generate Makefile.in
-
--AUTOMAKE_OPTIONS = 1.9 cygnus
-+AUTOMAKE_OPTIONS = 1.9
- ACLOCAL_AMFLAGS = -I . -I .. -I ../config
-
- # Uncomment the following line when doing a release.
-diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am
-index 6ff434a..83f0ba4 100644
---- a/bfd/doc/Makefile.am
-+++ b/bfd/doc/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to generate Makefile.in
-
--AUTOMAKE_OPTIONS = 1.9 cygnus
-+AUTOMAKE_OPTIONS = 1.9
-
- DOCFILES = aoutx.texi archive.texi archures.texi \
- bfdt.texi cache.texi coffcode.texi \
-diff --git a/gdb/gdbtk/Makefile.am b/gdb/gdbtk/Makefile.am
-index 530ab66..1361b84 100644
---- a/gdb/gdbtk/Makefile.am
-+++ b/gdb/gdbtk/Makefile.am
-@@ -1,4 +1,4 @@
- ## Process this file with automake to produce Makefile.in
-
--AUTOMAKE_OPTIONS = cygnus
-+AUTOMAKE_OPTIONS =
- SUBDIRS = plugins
-diff --git a/gdb/gdbtk/plugins/Makefile.am b/gdb/gdbtk/plugins/Makefile.am
-index 03fabe7..538681e 100644
---- a/gdb/gdbtk/plugins/Makefile.am
-+++ b/gdb/gdbtk/plugins/Makefile.am
-@@ -1,4 +1,4 @@
- ## Process this file with automake to produce Makefile.in
-
--AUTOMAKE_OPTIONS = cygnus
-+AUTOMAKE_OPTIONS =
- SUBDIRS = @make_subdirs@
-diff --git a/libgui/Makefile.am b/libgui/Makefile.am
-index c2604ed..b99c5a2 100644
---- a/libgui/Makefile.am
-+++ b/libgui/Makefile.am
-@@ -1,4 +1,4 @@
- ## Process this file with automake to produce Makefile.in.
-
--AUTOMAKE_OPTIONS = cygnus
-+AUTOMAKE_OPTIONS =
- SUBDIRS = library src
-diff --git a/libgui/library/Makefile.am b/libgui/library/Makefile.am
-index a0aae95..9dba223 100644
---- a/libgui/library/Makefile.am
-+++ b/libgui/library/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to produce Makefile.in.
-
--AUTOMAKE_OPTIONS = cygnus
-+AUTOMAKE_OPTIONS =
-
- ## Convenience variables.
- TCL = advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings.tcl \
-diff --git a/libgui/src/Makefile.am b/libgui/src/Makefile.am
-index 1c42b85..8362012 100644
---- a/libgui/src/Makefile.am
-+++ b/libgui/src/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to produce Makefile.in.
-
--AUTOMAKE_OPTIONS = cygnus
-+AUTOMAKE_OPTIONS =
-
- noinst_LIBRARIES = libgui.a
-
-diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
-index 8cd2be1..6b2ab00 100644
---- a/opcodes/Makefile.am
-+++ b/opcodes/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to generate Makefile.in
-
--AUTOMAKE_OPTIONS = 1.9 cygnus
-+AUTOMAKE_OPTIONS = 1.9
- ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-
- SUBDIRS = po
-diff --git a/tcl/cygwin/Makefile.am b/tcl/cygwin/Makefile.am
-index dd1f243..686ba57 100644
---- a/tcl/cygwin/Makefile.am
-+++ b/tcl/cygwin/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to produce Makefile.in.
-
--AUTOMAKE_OPTIONS = cygnus
-+AUTOMAKE_OPTIONS =
-
- updir=$(srcdir)/..
- vpath % $(updir)/generic:$(updir)/unix
---
-1.8.4.2
-
diff --git a/dev-util/insight/insight-6.8.1-r1.ebuild b/dev-util/insight/insight-6.8.1-r1.ebuild
deleted file mode 100644
index e13feeb1a215..000000000000
--- a/dev-util/insight/insight-6.8.1-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils autotools versionator
-
-MY_P="${PN}-$(replace_version_separator 2 -)"
-
-DESCRIPTION="A graphical interface to the GNU debugger"
-HOMEPAGE="https://sourceware.org/insight/"
-SRC_URI="ftp://sourceware.org/pub/${PN}/releases/${MY_P}a.tar.bz2
- https://dev.gentoo.org/~xarthisius/distfiles/${P}-patchset-02.tar.xz"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND="
- dev-libs/expat
- dev-tcltk/iwidgets
- sys-libs/ncurses
- sys-libs/readline
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- dev-lang/tcl:0
- dev-lang/tk:0
- dev-tcltk/itcl
- dev-tcltk/itk
- sys-devel/bison
- nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- local location
-
- # Messes with internal glibc defines which fails w/newer glibc.
- rm "${WORKDIR}/patches/0016-insight-6.8.1-sbrk.patch"
-
- EPATCH_FORCE="yes" \
- EPATCH_SOURCE="${WORKDIR}/patches" \
- EPATCH_SUFFIX="patch" \
- epatch
-
- epatch "${FILESDIR}"/${P}-automake-1.13.patch
-
- # remove bundled stuff
- rm -rf "${S}"/{itcl,tcl,tk,readline} || die
-
- for location in gdb/gdbtk/plugins libgui; do
- pushd ${location} >/dev/null
- eautoreconf
- popd >/dev/null
- done
-
- # disable regeneration of info pages we never install. #465460
- sed -i -e '/^SUBDIRS/s:doc::' bfd/Makefile.in || die
- sed -i -e '/^AC_CONFIG_SUBDIRS/s:doc::' gdb/configure.ac || die
-
- cd gdb
- eautoconf
-
- sed -i \
- -e 's:tk.h:tkInt.h:g' \
- -e 's:ITCL_BUILD_LIB_SPEC:ITCL_LIB_SPEC:g' \
- -e 's:ITK_BUILD_LIB_SPEC:ITK_LIB_SPEC:g' \
- "${S}/gdb/configure" || die
-}
-
-src_configure() {
- export ac_cv_c_itclh="${EPREFIX}/usr/include/"
- export ac_cv_c_itkh="${EPREFIX}/usr/include/"
-
- . "${EPREFIX}/usr/$(get_libdir)/tclConfig.sh"
- . "${EPREFIX}/usr/$(get_libdir)/tkConfig.sh"
- . "${EPREFIX}/usr/$(get_libdir)/itclConfig.sh"
-
- # there will be warning about undefined options
- # because it is passed only to some subdir configures
- econf \
- --disable-static \
- --with-system-readline \
- --disable-rpath \
- --disable-werror \
- $(use_enable nls) \
- --enable-gdbtk \
- --enable-sim \
- --with-expat \
- --datadir="${EPREFIX}/usr/share" \
- --with-tclinclude="${TCL_SRC_DIR}" \
- --with-tkinclude="${TK_SRC_DIR}"
-}
-
-src_install() {
- # the tcl-related subdirs are not parallel safe
- emake -j1 DESTDIR="${D}" install
-
- find "${ED}" -name '*.la' -delete
-
- dodoc gdb/gdbtk/{README,TODO}
-
- # scrub all the cruft we dont want
- rm -f "${ED}"/usr/bin/{gdb,gdbtui,gdbserver} || die
- rm -f "${ED}"/usr/$(get_libdir)/*.a || die
- rm -f "${ED}"/usr/$(get_libdir)/*.sh || die
- rm -rf "${ED}"/usr/include || die
- rm -rf "${ED}"/usr/man || die
- rm -rf "${ED}"/usr/share/{man,info,locale} || die
-
- # regen pkgIndex.tcl
- echo "pkg_mkIndex \"${ED}/usr/share/${PN}/gui\"" | tclsh
-}
diff --git a/dev-util/insight/metadata.xml b/dev-util/insight/metadata.xml
deleted file mode 100644
index cbf197a71476..000000000000
--- a/dev-util/insight/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>Graphical front-end to GDB</longdescription>
-</pkgmetadata>