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/boxquote: boxquote-1.23.ebuild boxquote-1.21.ebuild ChangeLog
Date: Sun, 27 Sep 2009 13:14:32
Message-Id: E1MrtaA-0006VI-4I@stork.gentoo.org
1 ulm 09/09/27 13:14:30
2
3 Modified: boxquote-1.21.ebuild ChangeLog
4 Added: boxquote-1.23.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 app-emacs/boxquote/boxquote-1.21.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild?r1=1.5&r2=1.6
15
16 Index: boxquote-1.21.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- boxquote-1.21.ebuild 21 Jun 2008 20:27:50 -0000 1.5
23 +++ boxquote-1.21.ebuild 27 Sep 2009 13:14:29 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild,v 1.5 2008/06/21 20:27:50 corsair Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild,v 1.6 2009/09/27 13:14:29 ulm Exp $
30
31 inherit elisp
32
33 @@ -13,7 +13,7 @@
34 KEYWORDS="amd64 ppc ppc64 x86"
35 IUSE=""
36
37 -SITEFILE=51${PN}-gentoo.el
38 +SITEFILE="50${PN}-gentoo.el"
39
40 src_compile() {
41 elisp-compile *.el || die "elisp-compile failed"
42
43
44
45 1.22 app-emacs/boxquote/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/ChangeLog?rev=1.22&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/ChangeLog?rev=1.22&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/ChangeLog?r1=1.21&r2=1.22
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v
54 retrieving revision 1.21
55 retrieving revision 1.22
56 diff -u -r1.21 -r1.22
57 --- ChangeLog 21 Jun 2008 21:47:46 -0000 1.21
58 +++ ChangeLog 27 Sep 2009 13:14:29 -0000 1.22
59 @@ -1,6 +1,12 @@
60 # ChangeLog for app-emacs/boxquote
61 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.21 2008/06/21 21:47:46 ulm Exp $
63 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.22 2009/09/27 13:14:29 ulm Exp $
65 +
66 +*boxquote-1.23 (27 Sep 2009)
67 +
68 + 27 Sep 2009; Ulrich Mueller <ulm@g.o> +files/50boxquote-gentoo.el,
69 + boxquote-1.21.ebuild, -files/51boxquote-gentoo.el, +boxquote-1.23.ebuild:
70 + Version bump. Rename site-init file to canonical name.
71
72 21 Jun 2008; Ulrich Mueller <ulm@g.o> -boxquote-1.18-r1.ebuild:
73 Remove old.
74
75
76
77 1.1 app-emacs/boxquote/boxquote-1.23.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/boxquote-1.23.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/boxquote/boxquote-1.23.ebuild?rev=1.1&content-type=text/plain
81
82 Index: boxquote-1.23.ebuild
83 ===================================================================
84 # Copyright 1999-2009 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/boxquote-1.23.ebuild,v 1.1 2009/09/27 13:14:29 ulm Exp $
87
88 inherit elisp
89
90 DESCRIPTION="Quote text with a semi-box"
91 HOMEPAGE="http://www.davep.org/emacs/"
92 SRC_URI="mirror://gentoo/${P}.el.bz2"
93
94 LICENSE="GPL-2"
95 SLOT="0"
96 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
97 IUSE=""
98
99 SITEFILE="50${PN}-gentoo.el"
100
101 src_compile() {
102 elisp-compile *.el || die "elisp-compile failed"
103 elisp-make-autoload-file || die "elisp-make-autoload-file failed"
104 }