summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-07 11:03:10 +0000
committerUlrich Müller <ulm@gentoo.org>2014-06-07 11:03:10 +0000
commitd31c345b6a6f2d5e120f2fda57d26304373047ad (patch)
tree23a81b8240f1a17df610809cb0864f2d207b395a /app-emacs
parentRemove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old. (diff)
downloadgentoo-2-d31c345b6a6f2d5e120f2fda57d26304373047ad.tar.gz
gentoo-2-d31c345b6a6f2d5e120f2fda57d26304373047ad.tar.bz2
gentoo-2-d31c345b6a6f2d5e120f2fda57d26304373047ad.zip
Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/cedet/ChangeLog8
-rw-r--r--app-emacs/cedet/cedet-1.0.1.ebuild10
-rw-r--r--app-emacs/cedet/cedet-1.1.ebuild10
3 files changed, 14 insertions, 14 deletions
diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog
index 73dc66c8b7ed..60e6b78e1e97 100644
--- a/app-emacs/cedet/ChangeLog
+++ b/app-emacs/cedet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/cedet
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.78 2012/08/15 20:20:44 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.79 2014/06/07 11:03:10 ulm Exp $
+
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> cedet-1.0.1.ebuild,
+ cedet-1.1.ebuild:
+ Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
15 Aug 2012; Johannes Huber <johu@gentoo.org> cedet-1.1.ebuild:
Stable for x86, wrt bug #431378
diff --git a/app-emacs/cedet/cedet-1.0.1.ebuild b/app-emacs/cedet/cedet-1.0.1.ebuild
index ef9334001a3f..91e0602ac3d8 100644
--- a/app-emacs/cedet/cedet-1.0.1.ebuild
+++ b/app-emacs/cedet/cedet-1.0.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v 1.5 2012/02/01 17:17:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v 1.6 2014/06/07 11:03:10 ulm Exp $
EAPI=4
-NEED_EMACS=22
inherit elisp
@@ -12,10 +11,9 @@ DESCRIPTION="CEDET: Collection of Emacs Development Environment Tools"
HOMEPAGE="http://cedet.sourceforge.net/"
SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz"
-LICENSE="GPL-2 FDL-1.2"
+LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
-IUSE=""
S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"
@@ -75,5 +73,5 @@ src_install() {
doins "${target}"
done <"${T}/elc-list.txt"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
}
diff --git a/app-emacs/cedet/cedet-1.1.ebuild b/app-emacs/cedet/cedet-1.1.ebuild
index 7ddb987e49a4..f44f7dafe524 100644
--- a/app-emacs/cedet/cedet-1.1.ebuild
+++ b/app-emacs/cedet/cedet-1.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.5 2012/08/15 20:20:44 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.6 2014/06/07 11:03:10 ulm Exp $
EAPI=4
-NEED_EMACS=22
inherit elisp
@@ -12,10 +11,9 @@ DESCRIPTION="CEDET: Collection of Emacs Development Environment Tools"
HOMEPAGE="http://cedet.sourceforge.net/"
SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz"
-LICENSE="GPL-3 FDL-1.2"
+LICENSE="GPL-3+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
-IUSE=""
S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"
@@ -76,5 +74,5 @@ src_install() {
doins "${target}"
done <"${T}/elc-list.txt"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
}