diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-06-07 11:05:17 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-06-07 11:05:17 +0000 |
commit | d514eeb47c6d098f334d8acf493f9fa9d8ff4917 (patch) | |
tree | 1cb92d33aeb11695d921d907d8fb415095565da8 /app-emacs/company-mode | |
parent | Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely. (diff) | |
download | gentoo-2-d514eeb47c6d098f334d8acf493f9fa9d8ff4917.tar.gz gentoo-2-d514eeb47c6d098f334d8acf493f9fa9d8ff4917.tar.bz2 gentoo-2-d514eeb47c6d098f334d8acf493f9fa9d8ff4917.zip |
Remove redundant NEED_EMACS assignment.
(Portage version: 2.2.10/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 | 6 | ||||
-rw-r--r-- | app-emacs/company-mode/company-mode-0.6.14.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/company-mode/company-mode-0.7.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/app-emacs/company-mode/ChangeLog b/app-emacs/company-mode/ChangeLog index 6e32a19fe9c2..4560175982f9 100644 --- a/app-emacs/company-mode/ChangeLog +++ b/app-emacs/company-mode/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2014/03/17 18:01:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.17 2014/06/07 11:05:17 ulm Exp $ + + 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> company-mode-0.6.14.ebuild, + company-mode-0.7.ebuild: + Remove redundant NEED_EMACS assignment. *company-mode-0.7 (17 Mar 2014) 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 5073dfe92b3f..872fe7ff3b33 100644 --- a/app-emacs/company-mode/company-mode-0.6.14.ebuild +++ b/app-emacs/company-mode/company-mode-0.6.14.ebuild @@ -1,9 +1,8 @@ # 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.3 2014/03/17 00:02:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v 1.4 2014/06/07 11:05:17 ulm Exp $ EAPI=5 -NEED_EMACS=23 inherit elisp diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild b/app-emacs/company-mode/company-mode-0.7.ebuild index 4cff659285b8..2a5a4faa8469 100644 --- a/app-emacs/company-mode/company-mode-0.7.ebuild +++ b/app-emacs/company-mode/company-mode-0.7.ebuild @@ -1,9 +1,8 @@ # 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.7.ebuild,v 1.1 2014/03/17 18:01:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.7.ebuild,v 1.2 2014/06/07 11:05:17 ulm Exp $ EAPI=5 -NEED_EMACS=23 inherit elisp |