diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-13 18:19:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-13 18:19:49 +0000 |
commit | 6a8d4ec602dadd0d0d53ccc2994f5d51798fffc1 (patch) | |
tree | d8d26fd437aef749cbfce80fc80f1627ab0277ca /app-emacs/company-mode | |
parent | Version bump to 0.3.5, proxied commit for Nikoli. (diff) | |
download | gentoo-2-6a8d4ec602dadd0d0d53ccc2994f5d51798fffc1.tar.gz gentoo-2-6a8d4ec602dadd0d0d53ccc2994f5d51798fffc1.tar.bz2 gentoo-2-6a8d4ec602dadd0d0d53ccc2994f5d51798fffc1.zip |
Drop dependency on app-emacs/nxml-mode, because it is included with all supported Emacs versions.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/company-mode')
-rw-r--r-- | app-emacs/company-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/company-mode/company-mode-0.6.11.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/company-mode/company-mode-0.6.14.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/app-emacs/company-mode/ChangeLog b/app-emacs/company-mode/ChangeLog index 9e60b185d3d9..15c8f4962efd 100644 --- a/app-emacs/company-mode/ChangeLog +++ b/app-emacs/company-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/company-mode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.13 2014/02/10 20:14:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.14 2014/02/13 18:19:49 ulm Exp $ + + 13 Feb 2014; Ulrich Müller <ulm@gentoo.org> company-mode-0.6.11.ebuild, + company-mode-0.6.14.ebuild: + Drop dependency on app-emacs/nxml-mode, because it is included with all + supported Emacs versions. *company-mode-0.6.14 (10 Feb 2014) diff --git a/app-emacs/company-mode/company-mode-0.6.11.ebuild b/app-emacs/company-mode/company-mode-0.6.11.ebuild index d4d34bae5a89..9dcc9500ec0b 100644 --- a/app-emacs/company-mode/company-mode-0.6.11.ebuild +++ b/app-emacs/company-mode/company-mode-0.6.11.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.11.ebuild,v 1.1 2014/01/01 17:44:25 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.11.ebuild,v 1.2 2014/02/13 18:19:49 ulm Exp $ EAPI=5 +NEED_EMACS=23 inherit elisp @@ -17,8 +18,7 @@ IUSE="ropemacs +semantic" # Note: company-mode supports many backends, and we refrain from including # them all in RDEPEND. Only depend on things that are needed at build time. -DEPEND="|| ( app-emacs/nxml-mode >=virtual/emacs-23 ) - ropemacs? ( app-emacs/pymacs ) +DEPEND="ropemacs? ( app-emacs/pymacs ) semantic? ( virtual/emacs-cedet )" RDEPEND="${DEPEND} ropemacs? ( dev-python/ropemacs )" diff --git a/app-emacs/company-mode/company-mode-0.6.14.ebuild b/app-emacs/company-mode/company-mode-0.6.14.ebuild index 9d877bec9cc9..e617f35b9535 100644 --- a/app-emacs/company-mode/company-mode-0.6.14.ebuild +++ b/app-emacs/company-mode/company-mode-0.6.14.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v 1.1 2014/02/10 20:14:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v 1.2 2014/02/13 18:19:49 ulm Exp $ EAPI=5 +NEED_EMACS=23 inherit elisp @@ -17,8 +18,7 @@ IUSE="ropemacs +semantic" # Note: company-mode supports many backends, and we refrain from including # them all in RDEPEND. Only depend on things that are needed at build time. -DEPEND="|| ( app-emacs/nxml-mode >=virtual/emacs-23 ) - ropemacs? ( app-emacs/pymacs ) +DEPEND="ropemacs? ( app-emacs/pymacs ) semantic? ( virtual/emacs-cedet )" RDEPEND="${DEPEND} ropemacs? ( dev-python/ropemacs )" |