diff options
Diffstat (limited to 'virtual/emacs-cedet')
-rw-r--r-- | virtual/emacs-cedet/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/emacs-cedet/emacs-cedet-0.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/virtual/emacs-cedet/ChangeLog b/virtual/emacs-cedet/ChangeLog index d3dddb078b93..4ff733affc49 100644 --- a/virtual/emacs-cedet/ChangeLog +++ b/virtual/emacs-cedet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/emacs-cedet -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/emacs-cedet/ChangeLog,v 1.2 2010/12/27 10:24:43 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/emacs-cedet/ChangeLog,v 1.3 2012/10/17 06:58:09 ulm Exp $ + + 17 Oct 2012; Ulrich Müller <ulm@gentoo.org> emacs-cedet-0.ebuild: + Bump ebuild to EAPI 4. Don't assign empty values to variables. 27 Dec 2010; Ulrich Mueller <ulm@gentoo.org> emacs-cedet-0.ebuild: Mark as stable. diff --git a/virtual/emacs-cedet/emacs-cedet-0.ebuild b/virtual/emacs-cedet/emacs-cedet-0.ebuild index 12dc9e27da88..84855eae1139 100644 --- a/virtual/emacs-cedet/emacs-cedet-0.ebuild +++ b/virtual/emacs-cedet/emacs-cedet-0.ebuild @@ -1,15 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/emacs-cedet/emacs-cedet-0.ebuild,v 1.2 2010/12/27 10:24:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/emacs-cedet/emacs-cedet-0.ebuild,v 1.3 2012/10/17 06:58:09 ulm Exp $ -DESCRIPTION="Virtual for the Collection of Emacs Development Environment Tools" -HOMEPAGE="" -SRC_URI="" +EAPI=4 -LICENSE="" +DESCRIPTION="Virtual for the Collection of Emacs Development Environment Tools" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" # CEDET is included with GNU Emacs 23.2 or later. RDEPEND="|| ( app-emacs/cedet |