[gentoo-commits] repo/proj/guru:dev commit in: app-emulation/proton-ge-custom-bin/

2022-08-07 Thread Jhonatan Justin
commit: 4d6ad81428de15c5e339791cad502002c6a1cbb7
Author: Jhonatan Justin  justin  com  br>
AuthorDate: Sun Aug  7 16:50:25 2022 +
Commit:     Jhonatan Justin  justin  com  br>
CommitDate: Sun Aug  7 16:50:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d6ad814

app-emulation/proton-ge-custom-bin: add 7.29

Signed-off-by: Jhonatan Justin  justin.com.br>

 app-emulation/proton-ge-custom-bin/Manifest|  1 +
 .../proton-ge-custom-bin-7.29.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-emulation/proton-ge-custom-bin/Manifest 
b/app-emulation/proton-ge-custom-bin/Manifest
index 5eb18aff5..71568d700 100644
--- a/app-emulation/proton-ge-custom-bin/Manifest
+++ b/app-emulation/proton-ge-custom-bin/Manifest
@@ -1,2 +1,3 @@
 DIST GE-Proton7-27.tar.gz 415170082 BLAKE2B 
1773d34defe483a6c894d55de1089eb831f1d44e92bfae5c46faeec825fa8b2cc7c05ac9ca9a05d6ea0c393aa90fe06334a0c07feef71631e27a7dbf30e3dcda
 SHA512 
b741594fbc062bf7e5b5228273680807fb3eb20cfa04993b2e4ce9442ebed18f3e84ca5d59ee19381165d595932fe54b720526bd1f41b2bf74b13a20308de5ee
 DIST GE-Proton7-28.tar.gz 416168736 BLAKE2B 
8be4361f8ee4c596cd0ccc7451d204f011c4ddc253822c23e0c411f545fad9f56ce8e5fcdb7ac606e2a2e679c4a09ac488246b909106f89730744db43a909458
 SHA512 
a08b922c4a294edaaec5773ad7114b16114e06273da86ac8f9e8272065043db7b2cb3f1f944d634243e4f845c19fbeae2f53c56efb40a41471c7405f91d51590
+DIST GE-Proton7-29.tar.gz 416341212 BLAKE2B 
42cae5797804e677eebc9ea46c9beec8d9e6945a4538e16cf2a9def61b9cea6945fb68e05b37a2962a18056a6656d73be77ebbeab88770513ee168d991833f84
 SHA512 
b4c7a6894302a302a15b6f3968987c98190461e9cbb4afa7738fe28fb24b1a2730140c424efc60a77624c8867bcc52e3b6ae1a60c9246aedf208ddb994d602d5

diff --git 
a/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.29.ebuild 
b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.29.ebuild
new file mode 100644
index 0..6a91640c6
--- /dev/null
+++ b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.29.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit multilib-minimal
+
+DESCRIPTION="A fancy custom distribution of Valves Proton with various patches"
+HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom";
+SRC_URI="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PV/./-}/GE-Proton${PV/./-}.tar.gz";
+S="${WORKDIR}/GE-Proton${PV/./-}"
+LICENSE="0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 BSD"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+RESTRICT="mirror strip"
+QA_PREBUILT={*}
+
+RDEPEND="
+   media-libs/mesa[vulkan,${MULTILIB_USEDEP}]
+   media-libs/vulkan-loader[${MULTILIB_USEDEP}]"
+
+src_install() {
+   insinto "/usr/share/Steam/compatibilitytools.d/"
+   doins -r "${S}"
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-emulation/proton-ge-custom-bin/

2022-08-02 Thread Jhonatan Justin
commit: f587b6086de2e3140f148fa4642bbabfc1f1125b
Author: Jhonatan Justin  justin  com  br>
AuthorDate: Tue Aug  2 20:33:44 2022 +
Commit:     Jhonatan Justin  justin  com  br>
CommitDate: Tue Aug  2 20:33:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f587b608

app-emulation/proton-ge-custom-bin: add 7.28

Signed-off-by: Jhonatan Justin  justin.com.br>

 app-emulation/proton-ge-custom-bin/Manifest|  1 +
 .../proton-ge-custom-bin-7.28.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-emulation/proton-ge-custom-bin/Manifest 
b/app-emulation/proton-ge-custom-bin/Manifest
index dd06c6418..5eb18aff5 100644
--- a/app-emulation/proton-ge-custom-bin/Manifest
+++ b/app-emulation/proton-ge-custom-bin/Manifest
@@ -1 +1,2 @@
 DIST GE-Proton7-27.tar.gz 415170082 BLAKE2B 
1773d34defe483a6c894d55de1089eb831f1d44e92bfae5c46faeec825fa8b2cc7c05ac9ca9a05d6ea0c393aa90fe06334a0c07feef71631e27a7dbf30e3dcda
 SHA512 
b741594fbc062bf7e5b5228273680807fb3eb20cfa04993b2e4ce9442ebed18f3e84ca5d59ee19381165d595932fe54b720526bd1f41b2bf74b13a20308de5ee
+DIST GE-Proton7-28.tar.gz 416168736 BLAKE2B 
8be4361f8ee4c596cd0ccc7451d204f011c4ddc253822c23e0c411f545fad9f56ce8e5fcdb7ac606e2a2e679c4a09ac488246b909106f89730744db43a909458
 SHA512 
a08b922c4a294edaaec5773ad7114b16114e06273da86ac8f9e8272065043db7b2cb3f1f944d634243e4f845c19fbeae2f53c56efb40a41471c7405f91d51590

diff --git 
a/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.28.ebuild 
b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.28.ebuild
new file mode 100644
index 0..6a91640c6
--- /dev/null
+++ b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.28.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit multilib-minimal
+
+DESCRIPTION="A fancy custom distribution of Valves Proton with various patches"
+HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom";
+SRC_URI="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PV/./-}/GE-Proton${PV/./-}.tar.gz";
+S="${WORKDIR}/GE-Proton${PV/./-}"
+LICENSE="0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 BSD"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+RESTRICT="mirror strip"
+QA_PREBUILT={*}
+
+RDEPEND="
+   media-libs/mesa[vulkan,${MULTILIB_USEDEP}]
+   media-libs/vulkan-loader[${MULTILIB_USEDEP}]"
+
+src_install() {
+   insinto "/usr/share/Steam/compatibilitytools.d/"
+   doins -r "${S}"
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-emulation/proton-ge-custom-bin/, licenses/

2022-07-26 Thread Jhonatan Justin
commit: f0451148dbf5848709433d7c10e5373922775a12
Author: Jhonatan Justin  justin  com  br>
AuthorDate: Tue Jul 26 19:44:02 2022 +
Commit:     Jhonatan Justin  justin  com  br>
CommitDate: Tue Jul 26 19:44:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0451148

app-emulation/proton-ge-custom-bin: new package

Signed-off-by: Jhonatan Justin  justin.com.br>

 app-emulation/proton-ge-custom-bin/Manifest|  1 +
 app-emulation/proton-ge-custom-bin/metadata.xml| 11 +
 .../proton-ge-custom-bin-7.27.ebuild   | 25 
 licenses/proton| 27 ++
 4 files changed, 64 insertions(+)

diff --git a/app-emulation/proton-ge-custom-bin/Manifest 
b/app-emulation/proton-ge-custom-bin/Manifest
new file mode 100644
index 0..dd06c6418
--- /dev/null
+++ b/app-emulation/proton-ge-custom-bin/Manifest
@@ -0,0 +1 @@
+DIST GE-Proton7-27.tar.gz 415170082 BLAKE2B 
1773d34defe483a6c894d55de1089eb831f1d44e92bfae5c46faeec825fa8b2cc7c05ac9ca9a05d6ea0c393aa90fe06334a0c07feef71631e27a7dbf30e3dcda
 SHA512 
b741594fbc062bf7e5b5228273680807fb3eb20cfa04993b2e4ce9442ebed18f3e84ca5d59ee19381165d595932fe54b720526bd1f41b2bf74b13a20308de5ee

diff --git a/app-emulation/proton-ge-custom-bin/metadata.xml 
b/app-emulation/proton-ge-custom-bin/metadata.xml
new file mode 100644
index 0..b5d1811b0
--- /dev/null
+++ b/app-emulation/proton-ge-custom-bin/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   jhona...@justin.com.br
+       Jhonatan Justin
+   
+   
+   https://discord.com/invite/6y3BdzC
+   
+

diff --git 
a/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild 
b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild
new file mode 100644
index 0..569b83a87
--- /dev/null
+++ b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit multilib-minimal
+
+DESCRIPTION="A fancy custom distribution of Valves Proton with various patches"
+HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom";
+SRC_URI="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PV/./-}/GE-Proton${PV/./-}.tar.gz";
+S="${WORKDIR}/GE-Proton${PV/./-}"
+LICENSE="|| ( 0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 proton )"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+RESTRICT="mirror strip"
+QA_PREBUILT={*}
+
+RDEPEND="
+   media-libs/mesa[vulkan,${MULTILIB_USEDEP}]
+   media-libs/vulkan-loader[${MULTILIB_USEDEP}]"
+
+src_install() {
+   insinto "/usr/share/Steam/compatibilitytools.d/"
+   doins -r "${S}"
+}

diff --git a/licenses/proton b/licenses/proton
new file mode 100644
index 0..6118cfbf8
--- /dev/null
+++ b/licenses/proton
@@ -0,0 +1,27 @@
+Copyright (c) 2018-2022, Valve Corporation
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation 
and/or
+other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.