diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-16 06:38:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-16 06:38:50 +0000 |
commit | da0929366562b8cfc94fcf27dbdef124b32adf93 (patch) | |
tree | 556927559ca52f098973d0643580f4a8eb06739e /dev-util/cscope | |
parent | Applied a patch from agriffis regardling the bug $44712. Thanks ;) (diff) | |
download | gentoo-2-da0929366562b8cfc94fcf27dbdef124b32adf93.tar.gz gentoo-2-da0929366562b8cfc94fcf27dbdef124b32adf93.tar.bz2 gentoo-2-da0929366562b8cfc94fcf27dbdef124b32adf93.zip |
Changed to not assign read-only variable PN. See bug #44712. metadata.xml fix.
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5.ebuild | 5 | ||||
-rw-r--r-- | dev-util/cscope/metadata.xml | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index cb8300b12561..fc9631e309f0 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2004/03/09 18:01:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.17 2004/03/16 06:38:50 usata Exp $ + + 16 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> cscope-15.5.ebuild: + Changed to not assign read-only variable PN. See bug #44712 09 Mar 2004; <mkennedy@gentoo.org> cscope-15.5.ebuild, metadata.xml: Changed ~mips to -mips since there is no virtual/emacs for ~mips diff --git a/dev-util/cscope/cscope-15.5.ebuild b/dev-util/cscope/cscope-15.5.ebuild index 6c272686642f..97f3f6287790 100644 --- a/dev-util/cscope/cscope-15.5.ebuild +++ b/dev-util/cscope/cscope-15.5.ebuild @@ -1,10 +1,9 @@ # 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.3 2004/03/09 18:01:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.ebuild,v 1.4 2004/03/16 06:38:50 usata Exp $ inherit gnuconfig elisp-common -S=${WORKDIR}/${P} DESCRIPTION="CScope - interactively examine a C program" SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" HOMEPAGE="http://cscope.sourceforge.net" @@ -47,7 +46,7 @@ src_install() { if use emacs; then cd ${S}/contrib/xcscope || die elisp-install xcscope *.el *.elc || die - PN=xcscope elisp-site-file-install ${FILESDIR}/${SITEFILE} || die + elisp-site-file-install ${FILESDIR}/${SITEFILE} xcscope || 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 8589c865fa35..f2b9350a4549 100644 --- a/dev-util/cscope/metadata.xml +++ b/dev-util/cscope/metadata.xml @@ -23,4 +23,5 @@ Other features: Cscope is distributed with xcscope which provides tight integration with GNU Emacs. +</longdescription> </pkgmetadata> |