Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/psgml: psgml-1.4.0.ebuild ChangeLog
Date: Sat, 22 Feb 2014 22:32:01
Message-Id: 20140222223157.EFC812004C@flycatcher.gentoo.org
1 ulm 14/02/22 22:31:57
2
3 Modified: ChangeLog
4 Added: psgml-1.4.0.ebuild
5 Log:
6 Version bump; apparently new upstream. Move map file from site-lisp to etc directory.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.21 app-emacs/psgml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/psgml/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/psgml/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/psgml/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 21 Jul 2013 09:55:36 -0000 1.20
24 +++ ChangeLog 22 Feb 2014 22:31:57 -0000 1.21
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-emacs/psgml
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.20 2013/07/21 09:55:36 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.21 2014/02/22 22:31:57 ulm Exp $
31 +
32 +*psgml-1.4.0 (22 Feb 2014)
33 +
34 + 22 Feb 2014; Ulrich Müller <ulm@g.o> +psgml-1.4.0.ebuild,
35 + +files/50psgml-gentoo-1.4.0.el:
36 + Version bump; apparently new upstream. Move map file from site-lisp to etc
37 + directory.
38
39 21 Jul 2013; Pacho Ramos <pacho@g.o> metadata.xml:
40 Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-
41
42
43
44 1.1 app-emacs/psgml/psgml-1.4.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/psgml/psgml-1.4.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/psgml/psgml-1.4.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: psgml-1.4.0.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.4.0.ebuild,v 1.1 2014/02/22 22:31:57 ulm Exp $
54
55 EAPI=5
56
57 inherit elisp
58
59 DESCRIPTION="A GNU Emacs Major Mode for editing SGML and XML coded documents"
60 HOMEPAGE="http://sourceforge.net/projects/psgml/
61 http://www.emacswiki.org/emacs/PsgmlMode"
62 SRC_URI="http://www.fsavigny.de/gpled-software/${P}.tar.gz"
63
64 LICENSE="GPL-2+ Texinfo-manual"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67
68 DEPEND="app-text/openjade"
69 RDEPEND="${DEPEND}"
70
71 SITEFILE="50${PN}-gentoo-${PV}.el"
72
73 src_compile() {
74 ${EMACS} ${EMACSFLAGS} --load psgml-maint.el -f psgml-compile-files || die
75 }
76
77 src_install() {
78 elisp-install ${PN} *.el *.elc
79 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
80 insinto "${SITEETC}/${PN}"
81 doins *.map
82 doinfo psgml.info psgml-api.info
83 dodoc ChangeLog INSTALL README.psgml psgml.ps
84 }