Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-3.8.10.ebuild
Date: Tue, 04 Oct 2011 17:56:35
Message-Id: 20111004175621.62A6D2004B@flycatcher.gentoo.org
1 flameeyes 11/10/04 17:56:21
2
3 Modified: ChangeLog rt-3.8.10.ebuild
4 Log:
5 QA: add the other three missing dependencies, drop ~ppc keyword as the packages are not keyworded.
6
7 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.63 www-apps/rt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 4 Oct 2011 09:37:59 -0000 1.62
23 +++ ChangeLog 4 Oct 2011 17:56:21 -0000 1.63
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-apps/rt
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.62 2011/10/04 09:37:59 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.63 2011/10/04 17:56:21 flameeyes Exp $
29 +
30 + 04 Oct 2011; Diego E. Pettenò <flameeyes@g.o> rt-3.8.10.ebuild:
31 + QA: add the other three missing dependencies, drop ~ppc keyword as the
32 + packages are not keyworded.
33
34 04 Oct 2011; Diego E. Pettenò <flameeyes@g.o> rt-3.8.10.ebuild:
35 QA: fix two dependencies on minimum version requirement (see bug #385591).
36
37
38
39 1.3 www-apps/rt/rt-3.8.10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-3.8.10.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-3.8.10.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-3.8.10.ebuild?r1=1.2&r2=1.3
44
45 Index: rt-3.8.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.8.10.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- rt-3.8.10.ebuild 4 Oct 2011 09:37:59 -0000 1.2
52 +++ rt-3.8.10.ebuild 4 Oct 2011 17:56:21 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.8.10.ebuild,v 1.2 2011/10/04 09:37:59 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.8.10.ebuild,v 1.3 2011/10/04 17:56:21 flameeyes Exp $
58
59 inherit webapp eutils depend.apache confutils
60
61 @@ -8,7 +8,7 @@
62 HOMEPAGE="http://www.bestpractical.com/rt/"
63 SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz"
64
65 -KEYWORDS="~amd64 ~ppc ~x86"
66 +KEYWORDS="~amd64 ~x86"
67 LICENSE="GPL-2"
68 IUSE="mysql postgres fastcgi lighttpd"
69
70 @@ -63,6 +63,9 @@
71 virtual/perl-Scalar-List-Utils
72 >=virtual/perl-Storable-2.08
73 virtual/perl-Time-HiRes
74 + dev-perl/File-ShareDir
75 + dev-perl/HTML-RewriteAttributes
76 + dev-perl/Data-ICal
77
78 !lighttpd? ( dev-perl/Apache-DBI )
79 lighttpd? ( dev-perl/FCGI )