summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-03 03:10:54 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-03 03:10:54 +0000
commit3e5b54d752b6839a491c7924562913754218414b (patch)
treeff101d6df7b54f64387a4f4642c8e8d4843b50f7 /dev-util/cscope
parentarm/sh love (diff)
downloadhistorical-3e5b54d752b6839a491c7924562913754218414b.tar.gz
historical-3e5b54d752b6839a491c7924562913754218414b.tar.bz2
historical-3e5b54d752b6839a491c7924562913754218414b.zip
arm/ia64/s390/sh stable
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'dev-util/cscope')
-rw-r--r--dev-util/cscope/cscope-15.6.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/cscope/cscope-15.6.ebuild b/dev-util/cscope/cscope-15.6.ebuild
index fbbee6ba04f3..3f9de2c80a7d 100644
--- a/dev-util/cscope/cscope-15.6.ebuild
+++ b/dev-util/cscope/cscope-15.6.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.6.ebuild,v 1.2 2006/11/29 16:54:51 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.6.ebuild,v 1.3 2006/12/03 03:10:54 vapier Exp $
-inherit gnuconfig elisp-common eutils
+inherit elisp-common eutils
DESCRIPTION="Interactively examine a C program"
HOMEPAGE="http://cscope.sourceforge.net/"
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2"
@@ -24,14 +24,13 @@ SITEFILE=50xcscope-gentoo.el
src_compile() {
STRIP="no"
- gnuconfig_update
econf || die
make clean || die
emake || die
if use emacs ; then
- cd ${S}/contrib/xcscope || die
+ cd "${S}"/contrib/xcscope || die
elisp-compile *.el || die
fi
}