summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-07 14:10:18 +0200
committerUlrich Müller <ulm@gentoo.org>2014-06-07 14:10:18 +0200
commit1c672b297f93a178faf50119dd11267da16fb2dd (patch)
treed33bfe9921a4add3628ed02b70ed574123fe4f90 /app-emacs
parentIncrease minimum Emacs version to 23, versions 21 and 22 have been removed. (diff)
downloademacs-1c672b297f93a178faf50119dd11267da16fb2dd.tar.gz
emacs-1c672b297f93a178faf50119dd11267da16fb2dd.tar.bz2
emacs-1c672b297f93a178faf50119dd11267da16fb2dd.zip
Remove redundant NEED_EMACS assignment.
Package-Manager: portage-2.2.10
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/babel/ChangeLog6
-rw-r--r--app-emacs/babel/babel-0.8.ebuild7
-rw-r--r--app-emacs/babel/babel-1.1.ebuild7
-rw-r--r--app-emacs/codepad/ChangeLog5
-rw-r--r--app-emacs/codepad/codepad-20100605.ebuild3
-rw-r--r--app-emacs/dvc/ChangeLog5
-rw-r--r--app-emacs/dvc/dvc-9999.ebuild11
-rw-r--r--app-emacs/elip/ChangeLog6
-rw-r--r--app-emacs/elip/Manifest21
-rw-r--r--app-emacs/elip/elip-0.803.ebuild41
-rw-r--r--app-emacs/elip/elip-0.804.ebuild10
-rw-r--r--app-emacs/nummove/ChangeLog3
-rw-r--r--app-emacs/nummove/nummove-20070312.ebuild1
-rw-r--r--app-emacs/oddmuse/ChangeLog3
-rw-r--r--app-emacs/oddmuse/oddmuse-20090411.ebuild1
-rw-r--r--app-emacs/org-mode/ChangeLog3
-rw-r--r--app-emacs/org-mode/org-mode-9999.ebuild2
-rw-r--r--app-emacs/rudel/ChangeLog3
-rw-r--r--app-emacs/rudel/rudel-9999.ebuild1
-rw-r--r--app-emacs/smex/ChangeLog5
-rw-r--r--app-emacs/smex/smex-20090716.ebuild7
21 files changed, 46 insertions, 105 deletions
diff --git a/app-emacs/babel/ChangeLog b/app-emacs/babel/ChangeLog
index ab53652..68e2ea1 100644
--- a/app-emacs/babel/ChangeLog
+++ b/app-emacs/babel/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for app-emacs/babel
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> babel-0.8.ebuild,
+ babel-1.1.ebuild:
+ Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
+
*babel-1.1 (01 Jun 2009)
01 Jun 2009; Ulrich Mueller <ulm@gentoo.org> -babel-0.7.ebuild,
diff --git a/app-emacs/babel/babel-0.8.ebuild b/app-emacs/babel/babel-0.8.ebuild
index fa435cf..4d62b92 100644
--- a/app-emacs/babel/babel-0.8.ebuild
+++ b/app-emacs/babel/babel-0.8.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_EMACS=22
-
inherit elisp
DESCRIPTION="Interface to web translation services such as Babelfish"
@@ -11,9 +9,8 @@ HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/"
# taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/babel/babel-1.1.ebuild b/app-emacs/babel/babel-1.1.ebuild
index fa435cf..4d62b92 100644
--- a/app-emacs/babel/babel-1.1.ebuild
+++ b/app-emacs/babel/babel-1.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_EMACS=22
-
inherit elisp
DESCRIPTION="Interface to web translation services such as Babelfish"
@@ -11,9 +9,8 @@ HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/"
# taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/codepad/ChangeLog b/app-emacs/codepad/ChangeLog
index 00705b6..fefc996 100644
--- a/app-emacs/codepad/ChangeLog
+++ b/app-emacs/codepad/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/codepad
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> codepad-20100605.ebuild:
+ Remove redundant NEED_EMACS assignment.
+
*codepad-20100605 (27 Oct 2012)
27 Oct 2012; Ulrich Müller <ulm@gentoo.org> -codepad-20091130.ebuild,
diff --git a/app-emacs/codepad/codepad-20100605.ebuild b/app-emacs/codepad/codepad-20100605.ebuild
index a8b5aa2..8b7afb6 100644
--- a/app-emacs/codepad/codepad-20100605.ebuild
+++ b/app-emacs/codepad/codepad-20100605.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: $
EAPI=4
-NEED_EMACS=23
inherit elisp
diff --git a/app-emacs/dvc/ChangeLog b/app-emacs/dvc/ChangeLog
index 615135d..ebf069a 100644
--- a/app-emacs/dvc/ChangeLog
+++ b/app-emacs/dvc/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/dvc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> dvc-9999.ebuild:
+ Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
+
16 Nov 2010; Christian Faulhammer <fauli@gentoo.org> dvc-9999.ebuild:
Fix expansion of @MKDIR_P@ macro, as reported by Max Arnold <lwarxx AT
gmail DOT com> in bug 333933
diff --git a/app-emacs/dvc/dvc-9999.ebuild b/app-emacs/dvc/dvc-9999.ebuild
index fe7c4b4..e773638 100644
--- a/app-emacs/dvc/dvc-9999.ebuild
+++ b/app-emacs/dvc/dvc-9999.ebuild
@@ -1,23 +1,16 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EBZR_REPO_URI="http://bzr.xsteve.at/dvc/"
-NEED_EMACS=22
inherit elisp autotools bzr
DESCRIPTION="New version control backend for distributed systems (like bzr, git)"
HOMEPAGE="http://download.gna.org/dvc/"
-SRC_URI=""
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
SITEFILE=50${PN}-gentoo.el
diff --git a/app-emacs/elip/ChangeLog b/app-emacs/elip/ChangeLog
index 4de84c3..0090319 100644
--- a/app-emacs/elip/ChangeLog
+++ b/app-emacs/elip/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for app-emacs/elip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> -elip-0.803.ebuild,
+ elip-0.804.ebuild:
+ Remove redundant NEED_EMACS assignment. Remove old.
+
*elip-0.804 (10 Nov 2009)
10 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -elip-0.801.ebuild,
diff --git a/app-emacs/elip/Manifest b/app-emacs/elip/Manifest
index af21846..e119ab2 100644
--- a/app-emacs/elip/Manifest
+++ b/app-emacs/elip/Manifest
@@ -1,22 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST elip-0.803.tar.gz 312232 SHA256 eace113393651f0b7b0e8fd0f073c85103203b6c73bc101610271c05d7456e8a SHA512 1f4e49b7214be254a0dc8f433b2d3bc763f425796beca3a51510a0c8afc2f3df1c68b6498a08f0a181d86eee5eadc97d555b39359af02244c4f03c0c408fd3d0 WHIRLPOOL 9c5f4a1ceac839839fb9aeddfbe9ba5602e1d75931b1cbe5125564e63a71f0af65f4a707eceff280e50480a1c750f8daa95b28ca58f5135999e7c1cb4e488bcd
DIST elip-0.804.tar.gz 316900 SHA256 94e056f97429b0d7456c0497cdba9f2e4c0543d9e9c3e52a9f0c86bb57e81088 SHA512 af50e944b610f6590045a15d8d117f90dfec4311d2cd0f0612fe6d7fed373206038594224d3dc8ea04e2aa978dbf6ed26ebbf13ec184188348348cd6d374270f WHIRLPOOL f7b1e471669d16b8372da03fc5f7e5b05b42f30fe53f81d2c0a578f4d80c848fb77ddddae9df49bab5f451b98f31cdc31762264af3b29386704d82b0355b43a7
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iQIcBAEBCAAGBQJQiBgYAAoJEDxpGckxwJCBuS4QAIT7sihI/OjhioTGDZPu2qir
-PCdyyltbrPP2Lr2eHJmg+FxYb2O7426+Sy7rxfQOR/ab4yvmw/cjm0mcw83AlRw/
-p9OodmaQQse6tNiKp9cdgdkVdK2HHJhHsK1pPEV0AFLax0+TRf/MmhdolF/kESc6
-CjbsvxD6tdHMKyaWkVc0xSwszSeWkc3qsVPEqmmbiwJmSwjQSW7bPzDJ2w9JYgSX
-vZ54zFbRJDLhRvbFZoXlR/+Maa9H4N2D/M2nzLL4GorpQjHY+r7gr7TjYV46WD4d
-QDYr5K+V48RFMFiRSD+6MTZm4PTjdTkCqdEq8Yh7IgBpK7va6TLWKFkcXN11Ao/j
-JNtN9hNvnYV9AhnQfOzrT9bxPzxUq2bmSPpKaherAxWgFLIb2e89aXwuZbvTlCWd
-UwfUsk8AjJ7cVrCJ0P6zGorwGDFmETZEWuJMU4R8sXXIy7a+OWaPw9rFcoCodht6
-dAvr62L4d59iV4+RxLufLn7vpASoysOk+u2q+A+HCt3eqJZtOt7nXZRsUfFLwtya
-JArUDSz0y54+o9GhJb28aqO99xFgb0dngRjHrwbW1u+zyYFtoCcUR28vhAGihmow
-RaYAFe5wa2qQ9sy1dK6iZ9hmCsCr4j3IdVnCWpOkjS5LvOX4LRSx3UcVI8Xvre/W
-Ic7In9LfRd9KXPccD1+h
-=id0l
------END PGP SIGNATURE-----
diff --git a/app-emacs/elip/elip-0.803.ebuild b/app-emacs/elip/elip-0.803.ebuild
deleted file mode 100644
index d3fa422..0000000
--- a/app-emacs/elip/elip-0.803.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_EMACS=22
-
-inherit elisp
-
-DESCRIPTION="The Emacs Learning Instruction Program"
-HOMEPAGE="http://www.gnuvola.org/software/elip/"
-SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-emacs/edb-1.31"
-RDEPEND="${DEPEND}"
-
-SITEFILE=50${PN}-gentoo.el
-
-# this is not redundant, since src_compile is redefined by elisp.eclass
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- # the build system of the package is horribly broken,
- # so we install everything manually
- elisp-install ${PN} source/*.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- doinfo doc/elip.info*
-
- dodoc ChangeLog ChangeLog.OLD NEWS README
- insinto /usr/share/doc/${PF}
- doins doc/elip.pdf
- doins -r examples
-}
diff --git a/app-emacs/elip/elip-0.804.ebuild b/app-emacs/elip/elip-0.804.ebuild
index d3fa422..7eb3565 100644
--- a/app-emacs/elip/elip-0.804.ebuild
+++ b/app-emacs/elip/elip-0.804.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_EMACS=22
-
inherit elisp
DESCRIPTION="The Emacs Learning Instruction Program"
@@ -13,7 +11,6 @@ SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=">=app-emacs/edb-1.31"
RDEPEND="${DEPEND}"
@@ -29,9 +26,8 @@ src_compile() {
src_install() {
# the build system of the package is horribly broken,
# so we install everything manually
- elisp-install ${PN} source/*.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
+ elisp-install ${PN} source/*.{el,elc}
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo doc/elip.info*
dodoc ChangeLog ChangeLog.OLD NEWS README
diff --git a/app-emacs/nummove/ChangeLog b/app-emacs/nummove/ChangeLog
index d542d36..d54b52e 100644
--- a/app-emacs/nummove/ChangeLog
+++ b/app-emacs/nummove/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> nummove-20070312.ebuild:
+ Remove redundant NEED_EMACS assignment.
+
09 Mar 2014; Ulrich Müller <ulm@gentoo.org> nummove-20070312.ebuild:
Update ebuild to EAPI 5. Specify LICENSE more precisely.
diff --git a/app-emacs/nummove/nummove-20070312.ebuild b/app-emacs/nummove/nummove-20070312.ebuild
index 0298a14..c745217 100644
--- a/app-emacs/nummove/nummove-20070312.ebuild
+++ b/app-emacs/nummove/nummove-20070312.ebuild
@@ -3,7 +3,6 @@
# $Header: $
EAPI=5
-NEED_EMACS=22
inherit elisp
diff --git a/app-emacs/oddmuse/ChangeLog b/app-emacs/oddmuse/ChangeLog
index 4813449..461bf05 100644
--- a/app-emacs/oddmuse/ChangeLog
+++ b/app-emacs/oddmuse/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> oddmuse-20090411.ebuild:
+ Remove redundant NEED_EMACS assignment.
+
20 Feb 2014; Ulrich Müller <ulm@gentoo.org> -oddmuse-20080421.ebuild,
oddmuse-20090411.ebuild:
Update ebuild to EAPI 5. Specify LICENSE more precisely. Remove old.
diff --git a/app-emacs/oddmuse/oddmuse-20090411.ebuild b/app-emacs/oddmuse/oddmuse-20090411.ebuild
index 1dff0ee..de3cb22 100644
--- a/app-emacs/oddmuse/oddmuse-20090411.ebuild
+++ b/app-emacs/oddmuse/oddmuse-20090411.ebuild
@@ -3,7 +3,6 @@
# $Header: $
EAPI=5
-NEED_EMACS=22
inherit elisp
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index 6eb2b8d..1483ba3 100644
--- a/app-emacs/org-mode/ChangeLog
+++ b/app-emacs/org-mode/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> org-mode-9999.ebuild:
+ Remove redundant NEED_EMACS assignment.
+
19 Jan 2014; Ulrich Müller <ulm@gentoo.org> org-mode-9999.ebuild:
Switch from package.mask to empty KEYWORDS.
diff --git a/app-emacs/org-mode/org-mode-9999.ebuild b/app-emacs/org-mode/org-mode-9999.ebuild
index fb5111f..4d6625b 100644
--- a/app-emacs/org-mode/org-mode-9999.ebuild
+++ b/app-emacs/org-mode/org-mode-9999.ebuild
@@ -4,8 +4,6 @@
EAPI=5
-NEED_EMACS=23
-
inherit elisp
if [[ ${PV} = 9999 ]]; then
diff --git a/app-emacs/rudel/ChangeLog b/app-emacs/rudel/ChangeLog
index 1fea41c..2ffcab3 100644
--- a/app-emacs/rudel/ChangeLog
+++ b/app-emacs/rudel/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> rudel-9999.ebuild:
+ Remove redundant NEED_EMACS assignment.
+
17 Mar 2014; Ulrich Müller <ulm@gentoo.org> rudel-9999.ebuild:
Merge changes from Portage tree.
diff --git a/app-emacs/rudel/rudel-9999.ebuild b/app-emacs/rudel/rudel-9999.ebuild
index 4f2f4a1..722b9b5 100644
--- a/app-emacs/rudel/rudel-9999.ebuild
+++ b/app-emacs/rudel/rudel-9999.ebuild
@@ -3,7 +3,6 @@
# $Header: $
EAPI=5
-NEED_EMACS=23
inherit readme.gentoo elisp bzr
diff --git a/app-emacs/smex/ChangeLog b/app-emacs/smex/ChangeLog
index f1b9b23..0789509 100644
--- a/app-emacs/smex/ChangeLog
+++ b/app-emacs/smex/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/smex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> smex-20090716.ebuild:
+ Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
+
*smex-20090716 (05 Dec 2009)
05 Dec 2009; Ulrich Mueller <ulm@gentoo.org> +files/50smex-gentoo.el,
diff --git a/app-emacs/smex/smex-20090716.ebuild b/app-emacs/smex/smex-20090716.ebuild
index 80c4818..8922d86 100644
--- a/app-emacs/smex/smex-20090716.ebuild
+++ b/app-emacs/smex/smex-20090716.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_EMACS=22
-
inherit elisp
DESCRIPTION="A smart M-x enhancement for Emacs"
@@ -11,9 +9,8 @@ HOMEPAGE="http://www.emacswiki.org/emacs/Smex
http://github.com/nonsequitur/smex/"
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
SITEFILE="50${PN}-gentoo.el"