diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-11 21:03:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-11 21:03:59 +0000 |
commit | d5d2dacb7af68aae13887dd6f47a9b3aacdbddd2 (patch) | |
tree | acba0376ad26c199e5812994c9a23cc38cdacb26 /dev-util | |
parent | Version bump. (diff) | |
download | historical-d5d2dacb7af68aae13887dd6f47a9b3aacdbddd2.tar.gz historical-d5d2dacb7af68aae13887dd6f47a9b3aacdbddd2.tar.bz2 historical-d5d2dacb7af68aae13887dd6f47a9b3aacdbddd2.zip |
Include virtual/emacs also in run-time dependencies.
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.7a-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.7a.ebuild | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index b8e0ceb92d0e..9aebdbd98d66 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,16 +1,17 @@ # ChangeLog for dev-util/cscope # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.118 2009/05/11 20:56:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.119 2009/05/11 21:03:59 ulm Exp $ *cscope-15.7a-r1 (11 May 2009) 11 May 2009; Ulrich Mueller <ulm@gentoo.org> -cscope-15.6-r2.ebuild, -cscope-15.6-r3.ebuild, -files/cscope-15.6-sigwinch.patch, - -cscope-15.7.ebuild, +cscope-15.7a-r1.ebuild, + -cscope-15.7.ebuild, cscope-15.7a.ebuild, +cscope-15.7a-r1.ebuild, +files/cscope-15.7a-ocs-sysdir.patch, -files/cscope-158831-warning_webscope.patch: Don't require that SYSDIR for ocs exists, and change its default location to /var/lib/cs; bug 269305. Remove old versions wrt security bug 263023. + Include virtual/emacs also in run-time dependencies. 06 May 2009; Raúl Porcel <armin76@gentoo.org> cscope-15.7a.ebuild: arm/ia64/m68k/s390/sh stable wrt #263023 diff --git a/dev-util/cscope/cscope-15.7a-r1.ebuild b/dev-util/cscope/cscope-15.7a-r1.ebuild index 3bd381dae53c..ce28a82675d6 100644 --- a/dev-util/cscope/cscope-15.7a-r1.ebuild +++ b/dev-util/cscope/cscope-15.7a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a-r1.ebuild,v 1.1 2009/05/11 20:56:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a-r1.ebuild,v 1.2 2009/05/11 21:03:59 ulm Exp $ inherit elisp-common eutils @@ -13,12 +13,12 @@ SLOT="0" 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" +RDEPEND=">=sys-libs/ncurses-5.2 + emacs? ( virtual/emacs )" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison - >=sys-devel/autoconf-2.60 - emacs? ( virtual/emacs )" + >=sys-devel/autoconf-2.60" SITEFILE="50${PN}-gentoo.el" diff --git a/dev-util/cscope/cscope-15.7a.ebuild b/dev-util/cscope/cscope-15.7a.ebuild index 9624a44b90ec..cbd43de70448 100644 --- a/dev-util/cscope/cscope-15.7a.ebuild +++ b/dev-util/cscope/cscope-15.7a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.8 2009/05/06 15:22:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.9 2009/05/11 21:03:59 ulm Exp $ inherit elisp-common eutils @@ -13,12 +13,12 @@ SLOT="0" 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" +RDEPEND=">=sys-libs/ncurses-5.2 + emacs? ( virtual/emacs )" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison - >=sys-devel/autoconf-2.60 - emacs? ( virtual/emacs )" + >=sys-devel/autoconf-2.60" SITEFILE="50${PN}-gentoo.el" |