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/pymacs: ChangeLog pymacs-0.23_beta5.ebuild
Date: Fri, 08 Feb 2008 14:01:25
Message-Id: E1JNTn8-0003fZ-NE@stork.gentoo.org
1 ulm 08/02/08 14:01:22
2
3 Modified: ChangeLog
4 Added: pymacs-0.23_beta5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.22 app-emacs/pymacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 26 Jul 2007 18:30:21 -0000 1.21
23 +++ ChangeLog 8 Feb 2008 14:01:22 -0000 1.22
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-emacs/pymacs
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.21 2007/07/26 18:30:21 corsair Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.22 2008/02/08 14:01:22 ulm Exp $
30 +
31 +*pymacs-0.23_beta5 (08 Feb 2008)
32 +
33 + 08 Feb 2008; Ulrich Mueller <ulm@g.o>
34 + +files/0.23_beta5-fix-pytest-nonascii.patch, files/50pymacs-gentoo.el,
35 + +pymacs-0.23_beta5.ebuild:
36 + Version bump. Beta release without manual and doesn't install contribs.
37
38 26 Jul 2007; Markus Rothe <corsair@g.o> pymacs-0.22-r1.ebuild:
39 Added ~ppc64; bug #186188
40
41
42
43 1.1 app-emacs/pymacs/pymacs-0.23_beta5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23_beta5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23_beta5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pymacs-0.23_beta5.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23_beta5.ebuild,v 1.1 2008/02/08 14:01:22 ulm Exp $
53
54 inherit distutils elisp eutils versionator
55
56 MY_P=Pymacs-$(replace_version_separator 2 -)
57 DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs-lisp"
58 HOMEPAGE="http://pymacs.progiciels-bpi.ca/"
59 SRC_URI="http://pymacs.progiciels-bpi.ca/archives/${MY_P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd"
64 IUSE=""
65
66 SITEFILE=50${PN}-gentoo.el
67
68 S="${WORKDIR}/${MY_P}"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${PV}-fix-pytest-nonascii.patch
74 }
75
76 src_compile() {
77 emake || die "emake failed"
78 elisp-compile pymacs.el || die "elisp-compile failed"
79 }
80
81 src_install() {
82 elisp_src_install
83 distutils_src_install
84 dodoc THANKS
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list