ulm 14/06/07 11:33:14
Modified: ChangeLog org-mode-8.2.1.ebuild
org-mode-8.2.5h.ebuild org-mode-8.2.6.ebuild
Removed: org-mode-7.9.2.ebuild org-mode-8.0.2.ebuild
Log:
Remove redundant NEED_EMACS assignment. Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
9433907D693FB5B8!)
Revision Changes Path
1.168 app-emacs/org-mode/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.168&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.168&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 26 Apr 2014 13:51:06 -0000 1.167
+++ ChangeLog 7 Jun 2014 11:33:14 -0000 1.168
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/org-mode
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.167
2014/04/26 13:51:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.168
2014/06/07 11:33:14 ulm Exp $
+
+ 07 Jun 2014; Ulrich Müller <[email protected]> -org-mode-7.9.2.ebuild,
+ -org-mode-8.0.2.ebuild, org-mode-8.2.1.ebuild, org-mode-8.2.5h.ebuild,
+ org-mode-8.2.6.ebuild, -files/50org-mode-gentoo-8.el,
+ files/50org-mode-gentoo.el:
+ Remove redundant NEED_EMACS assignment. Remove old.
*org-mode-8.2.6 (26 Apr 2014)
1.5 app-emacs/org-mode/org-mode-8.2.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?r1=1.4&r2=1.5
Index: org-mode-8.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- org-mode-8.2.1.ebuild 24 Feb 2014 01:25:37 -0000 1.4
+++ org-mode-8.2.1.ebuild 7 Jun 2014 11:33:14 -0000 1.5
@@ -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/org-mode/org-mode-8.2.1.ebuild,v
1.4 2014/02/24 01:25:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v
1.5 2014/06/07 11:33:14 ulm Exp $
EAPI=5
-NEED_EMACS=23
inherit elisp
@@ -20,7 +19,7 @@
DEPEND="doc? ( virtual/texi2dvi )"
S="${WORKDIR}/org-${PV}"
-SITEFILE="50${PN}-gentoo-8.el"
+SITEFILE="50${PN}-gentoo.el"
src_compile() {
emake datadir="${EPREFIX}${SITEETC}/${PN}"
@@ -36,7 +35,7 @@
infodir="${EPREFIX}/usr/share/info" \
install
- cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}"
+ cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" || die
if use contrib; then
elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el
1.4 app-emacs/org-mode/org-mode-8.2.5h.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?r1=1.3&r2=1.4
Index: org-mode-8.2.5h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- org-mode-8.2.5h.ebuild 26 Mar 2014 11:37:51 -0000 1.3
+++ org-mode-8.2.5h.ebuild 7 Jun 2014 11:33:14 -0000 1.4
@@ -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/org-mode/org-mode-8.2.5h.ebuild,v
1.3 2014/03/26 11:37:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v
1.4 2014/06/07 11:33:14 ulm Exp $
EAPI=5
-NEED_EMACS=23
inherit elisp
@@ -20,7 +19,7 @@
DEPEND="doc? ( virtual/texi2dvi )"
S="${WORKDIR}/org-${PV}"
-SITEFILE="50${PN}-gentoo-8.el"
+SITEFILE="50${PN}-gentoo.el"
src_compile() {
emake datadir="${EPREFIX}${SITEETC}/${PN}"
1.2 app-emacs/org-mode/org-mode-8.2.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild?r1=1.1&r2=1.2
Index: org-mode-8.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-mode-8.2.6.ebuild 26 Apr 2014 13:51:06 -0000 1.1
+++ org-mode-8.2.6.ebuild 7 Jun 2014 11:33:14 -0000 1.2
@@ -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/org-mode/org-mode-8.2.6.ebuild,v
1.1 2014/04/26 13:51:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v
1.2 2014/06/07 11:33:14 ulm Exp $
EAPI=5
-NEED_EMACS=23
inherit elisp
@@ -20,7 +19,7 @@
DEPEND="doc? ( virtual/texi2dvi )"
S="${WORKDIR}/org-${PV}"
-SITEFILE="50${PN}-gentoo-8.el"
+SITEFILE="50${PN}-gentoo.el"
src_compile() {
emake datadir="${EPREFIX}${SITEETC}/${PN}"