Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ps3pf_utils: ps3pf_utils-2.3.ebuild ps3pf_utils-2.2.0.ebuild ps3pf_utils-2.1.1.ebuild
Date: Fri, 01 Jan 2010 18:34:29
Message-Id: E1NQmKR-0003pC-1k@stork.gentoo.org
1 ssuominen 10/01/01 18:34:27
2
3 Modified: ps3pf_utils-2.3.ebuild ps3pf_utils-2.2.0.ebuild
4 ps3pf_utils-2.1.1.ebuild
5 Log:
6 quoting and other
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild?r1=1.1&r2=1.2
15
16 Index: ps3pf_utils-2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ps3pf_utils-2.3.ebuild 3 Nov 2008 20:26:23 -0000 1.1
23 +++ ps3pf_utils-2.3.ebuild 1 Jan 2010 18:34:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild,v 1.1 2008/11/03 20:26:23 lu_zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild,v 1.2 2010/01/01 18:34:26 ssuominen Exp $
30
31 inherit flag-o-matic
32
33 @@ -15,15 +15,8 @@
34
35 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
36
37 -DEPEND=""
38 -RDEPEND=""
39 -
40 -S=${WORKDIR}/ps3-utils-${PV}/
41 -src_compile() {
42 - econf || die "Could not configure"
43 - emake || die "compile failed, do you have up to date kernel sources?"
44 -}
45 +S=${WORKDIR}/ps3-utils-${PV}
46
47 src_install() {
48 - emake DESTDIR=${D} install || die "install failed"
49 + emake DESTDIR="${D}" install || die
50 }
51
52
53
54 1.2 app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild?r1=1.1&r2=1.2
59
60 Index: ps3pf_utils-2.2.0.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ps3pf_utils-2.2.0.ebuild 13 Feb 2008 01:54:32 -0000 1.1
67 +++ ps3pf_utils-2.2.0.ebuild 1 Jan 2010 18:34:26 -0000 1.2
68 @@ -1,12 +1,12 @@
69 -# Copyright 1999-2008 Gentoo Foundation
70 +# Copyright 1999-2010 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild,v 1.1 2008/02/13 01:54:32 ranger Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild,v 1.2 2010/01/01 18:34:26 ssuominen Exp $
74
75 inherit flag-o-matic
76
77 DESCRIPTION="Utilities to set the ps3 specific features"
78 HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
79 -SRC_URI="http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/ps3-utils-${PV}.tar.bz2"
80 +SRC_URI="mirror://gentoo/ps3-utils-${PV}.tar.bz2"
81
82 LICENSE="GPL-2"
83 SLOT="0"
84 @@ -15,15 +15,8 @@
85
86 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
87
88 -DEPEND=""
89 -RDEPEND=""
90 -
91 -S=${WORKDIR}/ps3-utils-${PV}/
92 -src_compile() {
93 - econf || die "Could not configure"
94 - emake || die "compile failed, do you have up to date kernel sources?"
95 -}
96 +S=${WORKDIR}/ps3-utils-${PV}
97
98 src_install() {
99 - emake DESTDIR=${D} install || die "install failed"
100 + emake DESTDIR="${D}" install || die
101 }
102
103
104
105 1.3 app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild?rev=1.3&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild?rev=1.3&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild?r1=1.2&r2=1.3
110
111 Index: ps3pf_utils-2.1.1.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild,v
114 retrieving revision 1.2
115 retrieving revision 1.3
116 diff -u -r1.2 -r1.3
117 --- ps3pf_utils-2.1.1.ebuild 8 Jan 2008 04:12:39 -0000 1.2
118 +++ ps3pf_utils-2.1.1.ebuild 1 Jan 2010 18:34:26 -0000 1.3
119 @@ -1,13 +1,13 @@
120 -# Copyright 1999-2008 Gentoo Foundation
121 +# Copyright 1999-2010 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild,v 1.2 2008/01/08 04:12:39 mr_bones_ Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild,v 1.3 2010/01/01 18:34:26 ssuominen Exp $
125
126 inherit flag-o-matic
127
128 DESCRIPTION="Utilities to set the ps3 specific features"
129 HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
130 #SRC_URI="http://www.powerdeveloper.org/files/Cell/SourceCD/${P}.tar.bz2
131 -SRC_URI="http://dev.gentoo.org/~ranger/downloads/ps3/${P}.tar.bz2"
132 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
133
134 LICENSE="GPL-2"
135 SLOT="0"
136 @@ -16,15 +16,6 @@
137
138 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
139
140 -DEPEND=""
141 -RDEPEND=""
142 -
143 -src_compile() {
144 - #append-flags -I/usr/src/linux/include/
145 - econf
146 - emake || die "compile failed, do you have up to date kernel sources?"
147 -}
148 -
149 src_install() {
150 - emake DESTDIR=${D} install || die "install failed"
151 + emake DESTDIR="${D}" install || die
152 }