diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-09 18:05:52 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-09 18:05:52 +0000 |
commit | 27808b58404909e461b494b202af60e35342367b (patch) | |
tree | aec10bca9e5f3bed3a583434a27f5d176f4b5fbb /dev-util | |
parent | typo fix (Manifest recommit) (diff) | |
download | gentoo-2-27808b58404909e461b494b202af60e35342367b.tar.gz gentoo-2-27808b58404909e461b494b202af60e35342367b.tar.bz2 gentoo-2-27808b58404909e461b494b202af60e35342367b.zip |
*** empty log message ***
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cscope/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5.ebuild | 8 | ||||
-rw-r--r-- | dev-util/cscope/metadata.xml | 20 |
3 files changed, 31 insertions, 5 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index cd57e0fc83cd..cb8300b12561 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.15 2004/02/04 16:23:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.16 2004/03/09 18:01:38 mkennedy Exp $ + + 09 Mar 2004; <mkennedy@gentoo.org> cscope-15.5.ebuild, metadata.xml: + Changed ~mips to -mips since there is no virtual/emacs for ~mips + + 09 Mar 2004; <mkennedy@gentoo.org> cscope-15.5.ebuild, metadata.xml: + Corrected regression on GNU Emacs xcscope compilation; Added some metadata. *cscope-15.5 (04 Feb 2004) diff --git a/dev-util/cscope/cscope-15.5.ebuild b/dev-util/cscope/cscope-15.5.ebuild index e35725d6e5e6..6c272686642f 100644 --- a/dev-util/cscope/cscope-15.5.ebuild +++ b/dev-util/cscope/cscope-15.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.ebuild,v 1.2 2004/02/22 22:32:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.ebuild,v 1.3 2004/03/09 18:01:38 mkennedy Exp $ inherit gnuconfig elisp-common @@ -11,7 +11,7 @@ HOMEPAGE="http://cscope.sourceforge.net" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa -mips ~amd64 ~ia64" IUSE="emacs" @@ -27,7 +27,7 @@ src_compile() { gnuconfig_update # This fix is no longer needed as of cscope-15.5 which now should - # work with bison directly. (04 Feb 2004 agriffis) + # work with bison directly. (04 Feb 2004 agriffis) #sed -i -e "s:={:{:" src/egrep.y econf || die @@ -47,7 +47,7 @@ src_install() { if use emacs; then cd ${S}/contrib/xcscope || die elisp-install xcscope *.el *.elc || die - elisp-site-file-install ${FILESDIR}/${SITEFILE} || die + PN=xcscope elisp-site-file-install ${FILESDIR}/${SITEFILE} || die dobin cscope-indexer || die fi cp -r ${S}/contrib/webcscope ${D}/usr/share/doc/${P}/ || die diff --git a/dev-util/cscope/metadata.xml b/dev-util/cscope/metadata.xml index 43b502858ddd..8589c865fa35 100644 --- a/dev-util/cscope/metadata.xml +++ b/dev-util/cscope/metadata.xml @@ -3,4 +3,24 @@ <pkgmetadata> <herd>vim</herd> <herd>emacs</herd> +<longdescription> +Cscope is a developer's tool for browsing source code. Cscope allows +searching code for: + + * cross referenced symbols + * global definitions + * callees and callers + * text strings and regular expression patterns + * files and files including a file + +Other features: + + * curses based (text screen) + * fast searches + * fuzzy parser supports C and is flexible enough to be useful for + C++, Java and other documents + * command line mode for inclusion in scripts or as a backend to GUIs + +Cscope is distributed with xcscope which provides tight integration +with GNU Emacs. </pkgmetadata> |