public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
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:27 +0000	[thread overview]
Message-ID: <E1NQmKR-0003pC-1k@stork.gentoo.org> (raw)

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
 }






                 reply	other threads:[~2010-01-01 18:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NQmKR-0003pC-1k@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox