public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2010-01-01 18:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-01-01 18:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/01 18:34:27

  Modified:             ps3pf_utils-2.3.ebuild ps3pf_utils-2.2.0.ebuild
                        ps3pf_utils-2.1.1.ebuild
  Log:
  quoting and other
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild?r1=1.1&r2=1.2

Index: ps3pf_utils-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ps3pf_utils-2.3.ebuild	3 Nov 2008 20:26:23 -0000	1.1
+++ ps3pf_utils-2.3.ebuild	1 Jan 2010 18:34:26 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit flag-o-matic
 
@@ -15,15 +15,8 @@
 
 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
 
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/ps3-utils-${PV}/
-src_compile() {
-	econf || die "Could not configure"
-	emake || die "compile failed, do you have up to date kernel sources?"
-}
+S=${WORKDIR}/ps3-utils-${PV}
 
 src_install() {
-	emake DESTDIR=${D} install || die "install failed"
+	emake DESTDIR="${D}" install || die
 }



1.2                  app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild?rev=1.2&view=markup
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
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

Index: ps3pf_utils-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ps3pf_utils-2.2.0.ebuild	13 Feb 2008 01:54:32 -0000	1.1
+++ ps3pf_utils-2.2.0.ebuild	1 Jan 2010 18:34:26 -0000	1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit flag-o-matic
 
 DESCRIPTION="Utilities to set the ps3 specific features"
 HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/ps3-utils-${PV}.tar.bz2"
+SRC_URI="mirror://gentoo/ps3-utils-${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,15 +15,8 @@
 
 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
 
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/ps3-utils-${PV}/
-src_compile() {
-	econf || die "Could not configure"
-	emake || die "compile failed, do you have up to date kernel sources?"
-}
+S=${WORKDIR}/ps3-utils-${PV}
 
 src_install() {
-	emake DESTDIR=${D} install || die "install failed"
+	emake DESTDIR="${D}" install || die
 }



1.3                  app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild?rev=1.3&view=markup
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
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

Index: ps3pf_utils-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ps3pf_utils-2.1.1.ebuild	8 Jan 2008 04:12:39 -0000	1.2
+++ ps3pf_utils-2.1.1.ebuild	1 Jan 2010 18:34:26 -0000	1.3
@@ -1,13 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit flag-o-matic
 
 DESCRIPTION="Utilities to set the ps3 specific features"
 HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
 #SRC_URI="http://www.powerdeveloper.org/files/Cell/SourceCD/${P}.tar.bz2
-SRC_URI="http://dev.gentoo.org/~ranger/downloads/ps3/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,15 +16,6 @@
 
 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
 
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
-	#append-flags -I/usr/src/linux/include/
-	econf
-	emake || die "compile failed, do you have up to date kernel sources?"
-}
-
 src_install() {
-	emake DESTDIR=${D} install || die "install failed"
+	emake DESTDIR="${D}" install || die
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-01 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 18:34 [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 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox