Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/drush: drush-5.8.ebuild ChangeLog
Date: Mon, 23 Dec 2013 16:04:39
Message-Id: 20131223160431.260742004C@flycatcher.gentoo.org
1 pacho 13/12/23 16:04:31
2
3 Modified: drush-5.8.ebuild ChangeLog
4 Log:
5 Add missing dependency, bug #482382 by Michael Orlitzky
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.4 app-admin/drush/drush-5.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/drush-5.8.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/drush-5.8.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/drush-5.8.ebuild?r1=1.3&r2=1.4
15
16 Index: drush-5.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/drush/drush-5.8.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- drush-5.8.ebuild 25 Mar 2013 20:52:50 -0000 1.3
23 +++ drush-5.8.ebuild 23 Dec 2013 16:04:30 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/drush-5.8.ebuild,v 1.3 2013/03/25 20:52:50 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/drush-5.8.ebuild,v 1.4 2013/12/23 16:04:30 pacho Exp $
29
30 EAPI="4"
31
32 @@ -15,7 +15,7 @@
33 KEYWORDS="amd64 x86"
34 IUSE="+examples"
35
36 -DEPEND="dev-lang/php[cli,simplexml]
37 +DEPEND="dev-lang/php[cli,ctype,simplexml]
38 dev-php/pear
39 dev-php/PEAR-Console_Table
40 dev-php/PEAR-Console_Getopt"
41
42
43
44 1.8 app-admin/drush/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/ChangeLog?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/ChangeLog?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/ChangeLog?r1=1.7&r2=1.8
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- ChangeLog 23 Dec 2013 15:55:47 -0000 1.7
57 +++ ChangeLog 23 Dec 2013 16:04:31 -0000 1.8
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-admin/drush
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.7 2013/12/23 15:55:47 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.8 2013/12/23 16:04:31 pacho Exp $
63 +
64 + 23 Dec 2013; Pacho Ramos <pacho@g.o> drush-5.8.ebuild:
65 + Add missing dependency, bug #482382 by Michael Orlitzky
66
67 23 Dec 2013; Pacho Ramos <pacho@g.o> -drush-4.5-r1.ebuild,
68 -drush-4.6.ebuild, -drush-5.1.ebuild, metadata.xml: