diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-17 06:58:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-17 06:58:09 +0000 |
commit | 3369ea10dce5df9cd678f13552176f74e4a20968 (patch) | |
tree | 35f6ac819f1f2b931153b2ba9f1fe4b24aeeff2e /virtual/emacs-cedet | |
parent | Restrict python-3.3, wrt bug #438586. (diff) | |
download | gentoo-2-3369ea10dce5df9cd678f13552176f74e4a20968.tar.gz gentoo-2-3369ea10dce5df9cd678f13552176f74e4a20968.tar.bz2 gentoo-2-3369ea10dce5df9cd678f13552176f74e4a20968.zip |
Bump ebuild to EAPI 4. Don't assign empty values to variables.
(Portage version: 2.1.11.27/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
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 |