Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pydb: pydb-1.26.ebuild ChangeLog
Date: Sat, 24 Dec 2011 13:21:16
Message-Id: 20111224132105.64D0A2004B@flycatcher.gentoo.org
1 grozin 11/12/24 13:21:05
2
3 Modified: pydb-1.26.ebuild ChangeLog
4 Log:
5 Bug #379193 fixed, thanks to Ulrich Müller <ulm@g.o>
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 dev-python/pydb/pydb-1.26.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild?r1=1.2&r2=1.3
15
16 Index: pydb-1.26.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pydb-1.26.ebuild 18 Apr 2009 21:27:42 -0000 1.2
23 +++ pydb-1.26.ebuild 24 Dec 2011 13:21:05 -0000 1.3
24 @@ -1,6 +1,10 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild,v 1.2 2009/04/18 21:27:42 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild,v 1.3 2011/12/24 13:21:05 grozin Exp $
30 +
31 +EAPI=3
32 +
33 +inherit elisp-common
34
35 DESCRIPTION="Extended python debugger"
36 HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
37 @@ -8,19 +12,22 @@
38 LICENSE="GPL-3"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -
42 -# emacs support could be made optional with some extra work
43 -# sorry, I was too lazy
44 -IUSE=""
45 +IUSE="emacs"
46
47 DEPEND=">=dev-lang/python-2.4.0
48 - >=app-editors/emacs-22.0"
49 + virtual/emacs"
50 +RDEPEND="${DEPEND}"
51
52 # This package uses not distutils but the usual
53 # ./configure; make; make install
54 # The default src_compile is OK
55
56 +src_configure() {
57 + econf --with-lispdir="${SITELISP}/${PN}" \
58 + EMACS="$(use emacs && echo "${EMACS}" || echo no)"
59 +}
60 +
61 src_install() {
62 emake DESTDIR="${D}" install || die "emake install failed"
63 - dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die "dodoc failed"
64 + dodoc AUTHORS ChangeLog NEWS README THANKS TODO
65 }
66
67
68
69 1.5 dev-python/pydb/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydb/ChangeLog?rev=1.5&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydb/ChangeLog?rev=1.5&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydb/ChangeLog?r1=1.4&r2=1.5
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/pydb/ChangeLog,v
78 retrieving revision 1.4
79 retrieving revision 1.5
80 diff -u -r1.4 -r1.5
81 --- ChangeLog 4 Sep 2009 20:43:50 -0000 1.4
82 +++ ChangeLog 24 Dec 2011 13:21:05 -0000 1.5
83 @@ -1,6 +1,9 @@
84 # ChangeLog for dev-python/pydb
85 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/ChangeLog,v 1.4 2009/09/04 20:43:50 patrick Exp $
87 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/ChangeLog,v 1.5 2011/12/24 13:21:05 grozin Exp $
89 +
90 + 24 Dec 2011; Andrey Grozin <grozin@g.o> pydb-1.26.ebuild:
91 + Bug #379193 fixed, thanks to Ulrich Müller <ulm@g.o>
92
93 04 Sep 2009; Patrick Lauer <patrick@g.o> -pydb-1.25.ebuild:
94 Remove old