# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.3-r5.ebuild,v 1.1 2006/02/21 00:23:03 kevquinn Exp $ inherit flag-o-matic eutils export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then export CTARGET=${CATEGORY/cross-} fi fi DEB_VER=6 DESCRIPTION="GNU debugger" HOMEPAGE="http://sources.redhat.com/gdb/" SRC_URI="http://mirrors.rcn.net/pub/sourceware/gdb/releases/${P}.tar.bz2 !vanilla? ( mirror://debian/pool/main/g/gdb/gdb_${PV}-${DEB_VER}.diff.gz mirror://gentoo/gdb-6.3-pie-patches.tar.bz2 ) mirror://gentoo/gdb_init.txt.bz2" LICENSE="GPL-2 LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2" DEPEND="${RDEPEND} test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} cd "${S}" mv "${WORKDIR}"/gdb_init.txt . || die if ! use vanilla ; then epatch "${WORKDIR}"/gdb_${PV}-${DEB_VER}.diff for f in $(