teiresias 15/01/28 00:00:35 Modified: emacspeak-9999.ebuild ChangeLog Removed: emacspeak-39.0-r1.ebuild Log: Remove old version, and make emacspeak-9999 up-to-date. It needs to be the same ebuild as 39.0-r2, not 39.0-r1. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Revision Changes Path 1.9 app-accessibility/emacspeak/emacspeak-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild?r1=1.8&r2=1.9 Index: emacspeak-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- emacspeak-9999.ebuild 12 Dec 2013 17:45:37 -0000 1.8 +++ emacspeak-9999.ebuild 28 Jan 2015 00:00:35 -0000 1.9 @@ -1,17 +1,20 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild,v 1.8 2013/12/12 17:45:37 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild,v 1.9 2015/01/28 00:00:35 teiresias Exp $ EAPI=5 -inherit eutils +NEED_EMACS=24 +FORCE_PRINT_ELOG=1 +DISABLE_AUTOFORMATTING=1 +inherit eutils readme.gentoo elisp if [[ ${PV} == "9999" ]] ; then ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk" inherit subversion else SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ppc x86" fi DESCRIPTION="the emacspeak audio desktop" @@ -20,12 +23,19 @@ SLOT="0" IUSE="+espeak" -DEPEND=">=virtual/emacs-22 - espeak? ( app-accessibility/espeak )" + DEPEND="espeak? ( app-accessibility/espeak )" RDEPEND="${DEPEND} >=dev-tcltk/tclx-8.4" +DOC_CONTENTS=' +As of version 39.0 and later, the /usr/bin/emacspeak +shell script has been removed downstream in Gentoo. +You should launch emacspeak by another method, for instance +by adding the following to your ~/.emacs file: +(load "/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el") +' + src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user @@ -67,12 +77,5 @@ cd "${D}/usr/share/emacs/site-lisp/${PN}" rm -rf README etc/NEWS* etc/FAQ etc/COPYRIGHT install-guide \ user-guide || die -} - -pkg_postinst() { - elog "As of version 39.0 and later, the /usr/bin/emacspeak" - elog "shell script has been removed downstream in Gentoo." - elog "You should launch emacspeak by another method, for instance" - elog " by adding the following to your ~/.emacs file:" - elog '(load "/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el")' + readme.gentoo_create_doc } 1.60 app-accessibility/emacspeak/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/emacspeak/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/emacspeak/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/emacspeak/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 31 Dec 2014 16:21:52 -0000 1.59 +++ ChangeLog 28 Jan 2015 00:00:35 -0000 1.60 @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/emacspeak -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.59 2014/12/31 16:21:52 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.60 2015/01/28 00:00:35 teiresias Exp $ + + 27 Jan 2015; Christopher Brannon <teires...@gentoo.org> + -emacspeak-39.0-r1.ebuild, emacspeak-9999.ebuild: + Remove old version, and make emacspeak-9999 up-to-date. 31 Dec 2014; Agostino Sarubbo <a...@gentoo.org> emacspeak-39.0-r2.ebuild: Stable for ppc, wrt bug #532738