summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-17 00:21:40 +0000
committerUlrich Müller <ulm@gentoo.org>2014-03-17 00:21:40 +0000
commitbc22bfd60f0f8f112dd0b3a174c7bdf93dde1d77 (patch)
tree420a366265560ccc99edc2bd0a2d559b75120343 /app-emacs
parentDrop dependency on virtual/emacs-cedet, as CEDET is included with Emacs 23.2 ... (diff)
downloadgentoo-2-bc22bfd60f0f8f112dd0b3a174c7bdf93dde1d77.tar.gz
gentoo-2-bc22bfd60f0f8f112dd0b3a174c7bdf93dde1d77.tar.bz2
gentoo-2-bc22bfd60f0f8f112dd0b3a174c7bdf93dde1d77.zip
Drop dependency on virtual/emacs-cedet, 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!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/matlab/ChangeLog7
-rw-r--r--app-emacs/matlab/matlab-3.3.1_pre20100121.ebuild20
-rw-r--r--app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild6
3 files changed, 8 insertions, 25 deletions
diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog
index a83107045747..2e79b2eb24e9 100644
--- a/app-emacs/matlab/ChangeLog
+++ b/app-emacs/matlab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/matlab
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.23 2014/02/21 23:53:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.24 2014/03/17 00:21:40 ulm Exp $
+
+ 17 Mar 2014; Ulrich Müller <ulm@gentoo.org>
+ -matlab-3.3.1_pre20100121.ebuild, matlab-3.3.2_pre20130829.ebuild:
+ Drop dependency on virtual/emacs-cedet, as CEDET is included with Emacs 23.2
+ and later. Remove old.
*matlab-3.3.2_pre20130829 (21 Feb 2014)
diff --git a/app-emacs/matlab/matlab-3.3.1_pre20100121.ebuild b/app-emacs/matlab/matlab-3.3.1_pre20100121.ebuild
deleted file mode 100644
index cb9cc0047e43..000000000000
--- a/app-emacs/matlab/matlab-3.3.1_pre20100121.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.3.1_pre20100121.ebuild,v 1.2 2012/01/14 18:33:09 armin76 Exp $
-
-inherit elisp
-
-DESCRIPTION="Major modes for MATLAB .m and .tlc files"
-HOMEPAGE="http://matlab-emacs.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~fauli/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="app-emacs/cedet"
-RDEPEND="${DEPEND}"
-
-SITEFILE=51${PN}-gentoo.el
-DOCS="README INSTALL ChangeLog*"
diff --git a/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild b/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild
index 5c11b2983cac..1e56d3ef8450 100644
--- a/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild
+++ b/app-emacs/matlab/matlab-3.3.2_pre20130829.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/matlab/matlab-3.3.2_pre20130829.ebuild,v 1.1 2014/02/21 23:53:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild,v 1.2 2014/03/17 00:21:40 ulm Exp $
EAPI=5
+NEED_EMACS=23
inherit elisp
@@ -14,9 +15,6 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-DEPEND="virtual/emacs-cedet"
-RDEPEND="${DEPEND}"
-
S="${WORKDIR}/matlab-emacs"
SITEFILE="50${PN}-gentoo.el"
DOCS="README INSTALL ChangeLog*"