ulm 14/11/15 10:20:11 Modified: dictionary-1.10.ebuild ChangeLog Log: Supress load message in site-init file. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.5 app-emacs/dictionary/dictionary-1.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild?r1=1.4&r2=1.5 Index: dictionary-1.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dictionary-1.10.ebuild 13 Apr 2014 16:27:29 -0000 1.4 +++ dictionary-1.10.ebuild 15 Nov 2014 10:20:11 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.4 2014/04/13 16:27:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.5 2014/11/15 10:20:11 ulm Exp $ EAPI=5 @@ -15,5 +15,5 @@ KEYWORDS="amd64 ppc x86" ELISP_REMOVE="install-package.el lpath.el" -SITEFILE="50${PN}-gentoo-${PV}.el" +SITEFILE="50${PN}-gentoo.el" DOCS="README" 1.19 app-emacs/dictionary/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dictionary/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dictionary/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dictionary/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 13 Apr 2014 16:42:49 -0000 1.18 +++ ChangeLog 15 Nov 2014 10:20:11 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/dictionary # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.18 2014/04/13 16:42:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.19 2014/11/15 10:20:11 ulm Exp $ + + 15 Nov 2014; Ulrich Müller <[email protected]> dictionary-1.10.ebuild, + -files/50dictionary-gentoo-1.10.el, +files/50dictionary-gentoo.el: + Supress load message in site-init file. 13 Apr 2014; Ulrich Müller <[email protected]> -dictionary-1.8.7.ebuild, -files/50dictionary-gentoo.el:
