ulm 14/03/17 00:02:10 Modified: metadata.xml ChangeLog company-mode-0.6.14.ebuild Removed: company-mode-0.6.11.ebuild Log: Drop dependency on virtual/emacs-cedet and semantic USE flag, as CEDET is included with Emacs 23.2 and later. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.4 app-emacs/company-mode/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/company-mode/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 9 Oct 2010 16:24:57 -0000 1.3 +++ metadata.xml 17 Mar 2014 00:02:10 -0000 1.4 @@ -3,9 +3,7 @@ <pkgmetadata> <herd>emacs</herd> <use> - <flag name='ropemacs'>Install backend for <pkg>dev-python/ropemacs</pkg> - </flag> - <flag name='semantic'>Install backend for semantic - (<pkg>app-emacs/cedet</pkg>)</flag> + <flag name='ropemacs'>Install backend for + <pkg>dev-python/ropemacs</pkg></flag> </use> </pkgmetadata> 1.15 app-emacs/company-mode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 13 Feb 2014 18:19:49 -0000 1.14 +++ ChangeLog 17 Mar 2014 00:02:10 -0000 1.15 @@ -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.14 2014/02/13 18:19:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.15 2014/03/17 00:02:10 ulm Exp $ + + 17 Mar 2014; Ulrich Müller <[email protected]> -company-mode-0.6.11.ebuild, + company-mode-0.6.14.ebuild, metadata.xml: + Drop dependency on virtual/emacs-cedet and semantic USE flag, as CEDET is + included with Emacs 23.2 and later. Remove old. 13 Feb 2014; Ulrich Müller <[email protected]> company-mode-0.6.11.ebuild, company-mode-0.6.14.ebuild: 1.3 app-emacs/company-mode/company-mode-0.6.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild?r1=1.2&r2=1.3 Index: company-mode-0.6.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- company-mode-0.6.14.ebuild 13 Feb 2014 18:19:49 -0000 1.2 +++ company-mode-0.6.14.ebuild 17 Mar 2014 00:02:10 -0000 1.3 @@ -1,6 +1,6 @@ # 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.2 2014/02/13 18:19:49 ulm Exp $ +# $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 $ EAPI=5 NEED_EMACS=23 @@ -14,12 +14,11 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ropemacs +semantic" +IUSE="ropemacs" # 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="ropemacs? ( app-emacs/pymacs ) - semantic? ( virtual/emacs-cedet )" +DEPEND="ropemacs? ( app-emacs/pymacs )" RDEPEND="${DEPEND} ropemacs? ( dev-python/ropemacs )" @@ -37,9 +36,4 @@ elog "Removing ropemacs backend, as requested by USE=-ropemacs" rm company-ropemacs.el || die fi - - if ! use semantic; then - elog "Removing semantic backend, as requested by USE=-semantic" - rm company-semantic.el || die - fi }
