ulm 15/01/22 13:01:32 Modified: cscope-15.8a.ebuild ChangeLog Log: Add missing quotes to emake argument, bug 537136. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.10 dev-util/cscope/cscope-15.8a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild?r1=1.9&r2=1.10 Index: cscope-15.8a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cscope-15.8a.ebuild 25 Jan 2014 10:24:50 -0000 1.9 +++ cscope-15.8a.ebuild 22 Jan 2015 13:01:32 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.9 2014/01/25 10:24:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.10 2015/01/22 13:01:32 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ HOMEPAGE="http://cscope.sourceforge.net/" SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" -LICENSE="BSD GPL-2" +LICENSE="BSD GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="emacs" @@ -30,10 +30,10 @@ } src_compile() { - emake CURSES_LIBS=$("$(tc-getPKG_CONFIG)" --libs ncurses) + emake CURSES_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" if use emacs; then cd "${S}"/contrib/xcscope || die - elisp-compile *.el || die + elisp-compile *.el fi } @@ -42,8 +42,8 @@ if use emacs; then cd "${S}"/contrib/xcscope || die - elisp-install ${PN} *.el *.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-install ${PN} *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" dobin cscope-indexer fi 1.140 dev-util/cscope/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.140&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?rev=1.140&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cscope/ChangeLog?r1=1.139&r2=1.140 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- ChangeLog 25 Jan 2014 10:24:50 -0000 1.139 +++ ChangeLog 22 Jan 2015 13:01:32 -0000 1.140 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.139 2014/01/25 10:24:50 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.140 2015/01/22 13:01:32 ulm Exp $ + + 22 Jan 2015; Ulrich Müller <u...@gentoo.org> cscope-15.8a.ebuild: + Add missing quotes to emake argument, bug 537136. 25 Jan 2014; Ulrich Müller <u...@gentoo.org> -cscope-15.7a-r1.ebuild, -cscope-15.8.ebuild, cscope-15.8a.ebuild: