From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89DE41387FD for ; Sat, 7 Jun 2014 11:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2512AE0895; Sat, 7 Jun 2014 11:19:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4D9FE0895 for ; Sat, 7 Jun 2014 11:19:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC9F933F5F3 for ; Sat, 7 Jun 2014 11:19:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 9A31B2004E; Sat, 7 Jun 2014 11:19:27 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/jde: ChangeLog jde-2.4.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog jde-2.4.1.ebuild X-VCS-Directories: app-emacs/jde X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140607111927.9A31B2004E@flycatcher.gentoo.org> Date: Sat, 7 Jun 2014 11:19:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45496fef-7476-4a11-adf4-d07b7f8a94d1 X-Archives-Hash: 3331ddef5eef90f40bbc2f6aee1883cc ulm 14/06/07 11:19:27 Modified: ChangeLog jde-2.4.1.ebuild Log: Remove redundant NEED_EMACS assignment. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision Changes Path 1.53 app-emacs/jde/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 17 Mar 2014 00:17:17 -0000 1.52 +++ ChangeLog 7 Jun 2014 11:19:27 -0000 1.53 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/jde # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.52 2014/03/17 00:17:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.53 2014/06/07 11:19:27 ulm Exp $ + + 07 Jun 2014; Ulrich Müller jde-2.4.1.ebuild: + Remove redundant NEED_EMACS assignment. 17 Mar 2014; Ulrich Müller jde-2.4.1.ebuild: Drop dependency on virtual/emacs-cedet, as CEDET is included with Emacs 23.2 1.6 app-emacs/jde/jde-2.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild?r1=1.5&r2=1.6 Index: jde-2.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jde-2.4.1.ebuild 17 Mar 2014 00:17:17 -0000 1.5 +++ jde-2.4.1.ebuild 7 Jun 2014 11:19:27 -0000 1.6 @@ -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/jde/jde-2.4.1.ebuild,v 1.5 2014/03/17 00:17:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild,v 1.6 2014/06/07 11:19:27 ulm Exp $ EAPI=5 -NEED_EMACS=23 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 elisp eutils