diff options
author | 2018-06-03 14:42:57 -0400 | |
---|---|---|
committer | 2018-06-03 21:12:20 -0400 | |
commit | b795ad348f7af6b0a834c491dabe9effa61a6a60 (patch) | |
tree | 97f2c6f23acaacdb437048a24548dbe1c7adce67 /app-misc/ps3pf_utils | |
parent | app-forensics/foremost: drop old EAPI (diff) | |
download | gentoo-b795ad348f7af6b0a834c491dabe9effa61a6a60.tar.gz gentoo-b795ad348f7af6b0a834c491dabe9effa61a6a60.tar.bz2 gentoo-b795ad348f7af6b0a834c491dabe9effa61a6a60.zip |
app-misc/ps3pf_utils: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/ps3pf_utils')
-rw-r--r-- | app-misc/ps3pf_utils/Manifest | 2 | ||||
-rw-r--r-- | app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild | 22 | ||||
-rw-r--r-- | app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild | 23 |
3 files changed, 0 insertions, 47 deletions
diff --git a/app-misc/ps3pf_utils/Manifest b/app-misc/ps3pf_utils/Manifest index 402613813e50..740de63c9e06 100644 --- a/app-misc/ps3pf_utils/Manifest +++ b/app-misc/ps3pf_utils/Manifest @@ -1,3 +1 @@ -DIST ps3-utils-2.2.0.tar.bz2 361144 BLAKE2B f862ecde260873e8b2e6c79d20e3ae833c65b77e92ef02957c319de166bb9ebd7a1b68c61201f1fb0bd378291e418b5aeaf8283fa03faa26f356989050ab32c9 SHA512 278b4430e307493481ccbe5f1c92968921d5af9b2d09a80a9356ccce984318356183be4983ae5c13bd5e79c2e28c839df0402382d8be5d342a8605236cc060f1 DIST ps3-utils-2.3.tar.bz2 351066 BLAKE2B 2168e6f2d0eb2543ee8efdf6092d9dd21d2bad38ad8459b19b9a2b4bbcc05874cb99768b6d2f090a5866b904c4a0fd5c590eb6ebc431f87fd3686d8a6fcc4adf SHA512 523e8c28325dc77478cc910a62249bfcd29b35b50e9b01d0d6dec600af302a4a3eff532b313d82fb23c4ff5436955629d8a72f1afb03b76f2b1b9cbd534e8396 -DIST ps3pf_utils-2.1.1.tar.bz2 980229 BLAKE2B b0c0081f6938b472285cbf6a0fb03db06447cbde3ade34b1ad5067fde48102f2fc6402e7b0a8a73d03c99e6f9392fb00756347f1d2dabab90a2a4dc06ea8a124 SHA512 5ac971659d946aff3bbaa5090f65018c67bf42309bb855742f1e21d226d619d9f16495396527fe7121d8a5599f5f7496127cb06b011d80b780de19bb73ce668d diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild deleted file mode 100644 index 1df332c4519a..000000000000 --- a/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~ppc64" -IUSE="" - -# fixme: depend on a version of sys-kernel/linux-headers that supports ps3 - -src_install() { - 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 deleted file mode 100644 index a7ff984ad3d9..000000000000 --- a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit flag-o-matic - -DESCRIPTION="Utilities to set the ps3 specific features" -HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html" -SRC_URI="mirror://gentoo/ps3-utils-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-ppc -ppc64" -IUSE="" - -# fixme: depend on a version of sys-kernel/linux-headers that supports ps3 - -S=${WORKDIR}/ps3-utils-${PV} - -src_install() { - emake DESTDIR="${D}" install || die -} |