diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 18:34:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 18:34:26 +0000 |
commit | ee34d2786fccd98ea7bb0dcbb15f80d114c730f1 (patch) | |
tree | 325ea4aac60c262fdf8e7eccce4bc06a06eaf6bb /app-misc/ps3pf_utils | |
parent | Transfer Prefix keywords (diff) | |
download | historical-ee34d2786fccd98ea7bb0dcbb15f80d114c730f1.tar.gz historical-ee34d2786fccd98ea7bb0dcbb15f80d114c730f1.tar.bz2 historical-ee34d2786fccd98ea7bb0dcbb15f80d114c730f1.zip |
quoting and other
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-misc/ps3pf_utils')
-rw-r--r-- | app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild | 17 | ||||
-rw-r--r-- | app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild | 17 | ||||
-rw-r--r-- | app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild | 15 |
3 files changed, 13 insertions, 36 deletions
diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild index 22ce822502da..f30799adabf1 100644 --- a/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild +++ b/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild @@ -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 @@ IUSE="" # 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 } diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild index 7331eed971ab..bc2663291f37 100644 --- a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild +++ b/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild @@ -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 @@ IUSE="" # 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 } diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild index c5a45d92d98e..b64fc9ef1aae 100644 --- a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild +++ b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild @@ -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 @@ IUSE="" # 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 } |