Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/psh: psh-1.8.1.ebuild ChangeLog psh-1.8-r1.ebuild psh-1.8.ebuild
Date: Sun, 29 Jul 2012 18:17:59
Message-Id: 20120729181750.24A0E2004B@flycatcher.gentoo.org
1 armin76 12/07/29 18:17:50
2
3 Modified: psh-1.8.1.ebuild ChangeLog psh-1.8-r1.ebuild
4 psh-1.8.ebuild
5 Log:
6 Drop alpha/ia64/sparc keywords
7
8 (Portage version: 2.1.11.5/cvs/Linux ia64)
9
10 Revision Changes Path
11 1.8 app-shells/psh/psh-1.8.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild?r1=1.7&r2=1.8
16
17 Index: psh-1.8.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- psh-1.8.1.ebuild 29 Jun 2012 13:00:23 -0000 1.7
24 +++ psh-1.8.1.ebuild 29 Jul 2012 18:17:49 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.7 2012/06/29 13:00:23 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.8 2012/07/29 18:17:49 armin76 Exp $
30
31 inherit perl-module
32
33 @@ -10,7 +10,7 @@
34
35 LICENSE="|| ( Artistic GPL-2 )"
36 SLOT="0"
37 -KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
38 +KEYWORDS="amd64 ppc x86"
39 IUSE="readline"
40
41 DEPEND=">=dev-lang/perl-5"
42
43
44
45 1.29 app-shells/psh/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/ChangeLog?rev=1.29&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/ChangeLog?rev=1.29&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/ChangeLog?r1=1.28&r2=1.29
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v
54 retrieving revision 1.28
55 retrieving revision 1.29
56 diff -u -r1.28 -r1.29
57 --- ChangeLog 29 Jun 2012 13:00:23 -0000 1.28
58 +++ ChangeLog 29 Jul 2012 18:17:49 -0000 1.29
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-shells/psh
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.28 2012/06/29 13:00:23 ranger Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.29 2012/07/29 18:17:49 armin76 Exp $
64 +
65 + 29 Jul 2012; Raúl Porcel <armin76@g.o> psh-1.8.ebuild,
66 + psh-1.8-r1.ebuild, psh-1.8.1.ebuild:
67 + Drop alpha/ia64/sparc keywords
68
69 29 Jun 2012; Brent Baude <ranger@g.o> psh-1.8.1.ebuild:
70 Marking psh-1.8.1 ppc for bug 423851
71
72
73
74 1.5 app-shells/psh/psh-1.8-r1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild?rev=1.5&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild?rev=1.5&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild?r1=1.4&r2=1.5
79
80 Index: psh-1.8-r1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild,v
83 retrieving revision 1.4
84 retrieving revision 1.5
85 diff -u -r1.4 -r1.5
86 --- psh-1.8-r1.ebuild 27 Jan 2008 17:16:20 -0000 1.4
87 +++ psh-1.8-r1.ebuild 29 Jul 2012 18:17:49 -0000 1.5
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2008 Gentoo Foundation
90 +# Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild,v 1.4 2008/01/27 17:16:20 armin76 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild,v 1.5 2012/07/29 18:17:49 armin76 Exp $
94
95 inherit perl-module
96
97 @@ -10,7 +10,7 @@
98
99 LICENSE="|| ( Artistic GPL-2 )"
100 SLOT="0"
101 -KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86"
102 +KEYWORDS="~amd64 ~ppc x86"
103 IUSE="readline"
104
105 DEPEND=">=dev-lang/perl-5"
106
107
108
109 1.11 app-shells/psh/psh-1.8.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.ebuild?rev=1.11&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.ebuild?rev=1.11&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.ebuild?r1=1.10&r2=1.11
114
115 Index: psh-1.8.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v
118 retrieving revision 1.10
119 retrieving revision 1.11
120 diff -u -r1.10 -r1.11
121 --- psh-1.8.ebuild 1 Jan 2005 15:59:06 -0000 1.10
122 +++ psh-1.8.ebuild 29 Jul 2012 18:17:49 -0000 1.11
123 @@ -1,6 +1,6 @@
124 -# Copyright 1999-2005 Gentoo Foundation
125 +# Copyright 1999-2012 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.10 2005/01/01 15:59:06 eradicator Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.11 2012/07/29 18:17:49 armin76 Exp $
129
130 inherit perl-module
131
132 @@ -10,7 +10,7 @@
133
134 LICENSE="|| ( Artistic GPL-2 )"
135 SLOT="0"
136 -KEYWORDS="x86 ppc sparc alpha ia64"
137 +KEYWORDS="ppc x86"
138 IUSE=""
139
140 DEPEND=">=dev-lang/perl-5"