Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mantisbt: mantisbt-1.1.2-r1.ebuild ChangeLog mantisbt-1.1.2.ebuild
Date: Sat, 04 Oct 2008 17:24:52
Message-Id: E1KmAs5-0001If-Bh@stork.gentoo.org
1 pva 08/10/04 17:24:49
2
3 Modified: mantisbt-1.1.2-r1.ebuild ChangeLog
4 Removed: mantisbt-1.1.2.ebuild
5 Log:
6 PostgreSQL support is broken, added note about this, bug #239375.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
8
9 Revision Changes Path
10 1.4 www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: mantisbt-1.1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mantisbt-1.1.2-r1.ebuild 1 Oct 2008 20:50:00 -0000 1.3
23 +++ mantisbt-1.1.2-r1.ebuild 4 Oct 2008 17:24:48 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild,v 1.3 2008/10/01 20:50:00 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild,v 1.4 2008/10/04 17:24:48 pva Exp $
29
30 inherit eutils webapp depend.php
31
32 @@ -48,3 +48,11 @@
33 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-1.0.0.txt
34 webapp_src_install
35 }
36 +
37 +pkg_postinst() {
38 + webapp_pkg_postinst
39 + elog "Note, that this branch of mantisbt does not work with PostgreSQL."
40 + elog "If really need mantisbt to work with PostgreSQL you'll have to"
41 + elog "install it manually from upstream svn repository:"
42 + elog "https://sourceforge.net/svn/?group_id=14963"
43 +}
44
45
46
47 1.64 www-apps/mantisbt/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mantisbt/ChangeLog?rev=1.64&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mantisbt/ChangeLog?rev=1.64&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mantisbt/ChangeLog?r1=1.63&r2=1.64
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v
56 retrieving revision 1.63
57 retrieving revision 1.64
58 diff -u -r1.63 -r1.64
59 --- ChangeLog 1 Oct 2008 20:50:00 -0000 1.63
60 +++ ChangeLog 4 Oct 2008 17:24:48 -0000 1.64
61 @@ -1,6 +1,10 @@
62 # ChangeLog for www-apps/mantisbt
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.63 2008/10/01 20:50:00 maekke Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.64 2008/10/04 17:24:48 pva Exp $
66 +
67 + 04 Oct 2008; Peter Volkov <pva@g.o> -mantisbt-1.1.2.ebuild,
68 + mantisbt-1.1.2-r1.ebuild:
69 + PostgreSQL support is broken, added note about this, bug #239375.
70
71 01 Oct 2008; Markus Meier <maekke@g.o> mantisbt-1.1.2-r1.ebuild:
72 amd64/x86 stable, bug #238570