summaryrefslogtreecommitdiff
path: root/app-misc/ps3pf_utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /app-misc/ps3pf_utils
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'app-misc/ps3pf_utils')
-rw-r--r--app-misc/ps3pf_utils/Manifest2
-rw-r--r--app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild10
2 files changed, 3 insertions, 9 deletions
diff --git a/app-misc/ps3pf_utils/Manifest b/app-misc/ps3pf_utils/Manifest
index c41d17a2753e..4352975cbf2c 100644
--- a/app-misc/ps3pf_utils/Manifest
+++ b/app-misc/ps3pf_utils/Manifest
@@ -1,3 +1,3 @@
DIST ps3-utils-2.3.tar.bz2 351066 BLAKE2B 2168e6f2d0eb2543ee8efdf6092d9dd21d2bad38ad8459b19b9a2b4bbcc05874cb99768b6d2f090a5866b904c4a0fd5c590eb6ebc431f87fd3686d8a6fcc4adf SHA512 523e8c28325dc77478cc910a62249bfcd29b35b50e9b01d0d6dec600af302a4a3eff532b313d82fb23c4ff5436955629d8a72f1afb03b76f2b1b9cbd534e8396
-EBUILD ps3pf_utils-2.3.ebuild 582 BLAKE2B c4c9b05c8a5f67aca7e6bc9ea973ebdfa99b300a905d42825d0636912ea6c1834deaecb955c53e2ab0e1dc16085581eb6cc5383837de7ddb047db97fed4eadd3 SHA512 743fe158f7283530156be5547f10ce95692af44f3b6b5164e67739346a5b76cd0d85ea6f73e393a39e04a158b4b8aa62707ab91774de1524b31daf1ab7393788
+EBUILD ps3pf_utils-2.3.ebuild 501 BLAKE2B 700290bb6fa7b535176827a0f4721f4af5d275cd1da6a71698f7b1a57c3e18b6843a24efd5efc54a66d34e8a5bb4473f2a662924df27d64634fd22d02f606103 SHA512 da6d8cfb1fecb64765f41e3e0d81b54c63930175a08edd4abfd499fd1de3bcfbc6554bb3d90af32f1186200bd74e60b1aa1c43e69fa93053ca2da8293960de70
MISC metadata.xml 259 BLAKE2B 04ac80e5edbb7a409e8b0c9d856a3af1bcc59c70211fe4b10938eabce6f9f7fbf37ef80fdc3c53a86071d1d416a2159e8292d89b1ffe83213383137032df6f6e SHA512 ca71b1781806d20022c238e5b5d10f9154c78e0fa51f2603de34c48ecbe4cbc2c3190cf046526840546743644c691ee7fe51e31a4617b01bb7602dde803c1538
diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild
index 3c10f438ef07..d605849936c5 100644
--- a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild
+++ b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit flag-o-matic
+EAPI=7
DESCRIPTION="Utilities to set the ps3 specific features"
HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
@@ -17,7 +15,3 @@ 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
-}