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/chess: chess-2.0_beta5-r3.ebuild ChangeLog chess-2.0_beta5-r1.ebuild
Date: Sun, 23 Sep 2007 12:46:42
Message-Id: E1IZQjC-0006jY-0k@stork.gentoo.org
1 ulm 07/09/23 12:38:26
2
3 Modified: chess-2.0_beta5-r3.ebuild ChangeLog
4 Removed: chess-2.0_beta5-r1.ebuild
5 Log:
6 Remove previous revision. Add a die message; minor cosmetic changes.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.2 app-emacs/chess/chess-2.0_beta5-r3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: chess-2.0_beta5-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- chess-2.0_beta5-r3.ebuild 2 Jul 2007 06:29:34 -0000 1.1
23 +++ chess-2.0_beta5-r3.ebuild 23 Sep 2007 12:38:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r3.ebuild,v 1.1 2007/07/02 06:29:34 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r3.ebuild,v 1.2 2007/09/23 12:38:25 ulm Exp $
29
30 NEED_EMACS=22
31
32 @@ -25,29 +25,30 @@
33
34 S="${WORKDIR}/${P/_beta/b}"
35
36 -SITEFILE=51chess-gentoo.el
37 +SITEFILE=51${PN}-gentoo.el
38
39 src_unpack() {
40 unpack ${A}
41 - epatch "${FILESDIR}/${PV}-byte-compiling-files-gentoo.patch" || die "epatch failed"
42 + epatch "${FILESDIR}/${PV}-byte-compiling-files-gentoo.patch" \
43 + || die "epatch failed"
44 cd "${S}" && rm -f *.elc
45 }
46
47 src_compile() {
48 - emake || die
49 + emake || die "emake failed"
50 }
51
52 src_install() {
53 elisp-install ${PN} *.el *.elc
54 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
55
56 - einfo "Installing sound files..."
57 + einfo "Installing sound files ..."
58 insinto /usr/share/sounds/${PN}
59 doins "${WORKDIR}"/sounds/*
60 - einfo "Installing graphic files..."
61 + einfo "Installing graphic files ..."
62 insinto /usr/share/pixmaps/
63 doins -r "${WORKDIR}"/pieces/*
64 - einfo "Installing documentation"
65 + einfo "Installing documentation ..."
66 doinfo chess.info
67 dohtml *.html
68 dodoc ChangeLog EPD.txt PGN.txt PLAN README TODO
69
70
71
72 1.14 app-emacs/chess/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/ChangeLog?rev=1.14&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/ChangeLog?rev=1.14&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/ChangeLog?r1=1.13&r2=1.14
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v
81 retrieving revision 1.13
82 retrieving revision 1.14
83 diff -u -r1.13 -r1.14
84 --- ChangeLog 2 Jul 2007 06:29:34 -0000 1.13
85 +++ ChangeLog 23 Sep 2007 12:38:25 -0000 1.14
86 @@ -1,6 +1,10 @@
87 # ChangeLog for app-emacs/chess
88 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.13 2007/07/02 06:29:34 opfer Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.14 2007/09/23 12:38:25 ulm Exp $
91 +
92 + 23 Sep 2007; Ulrich Mueller <ulm@g.o> -chess-2.0_beta5-r1.ebuild,
93 + chess-2.0_beta5-r3.ebuild:
94 + Remove previous revision. Add a die message; minor cosmetic changes.
95
96 *chess-2.0_beta5-r3 (02 Jul 2007)
97
98
99
100
101 --
102 gentoo-commits@g.o mailing list