* [gentoo-commits] repo/proj/guru:master commit in: games-util/protonup/
@ 2023-07-08 2:43 Haelwenn Monnier
0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2023-07-08 2:43 UTC (permalink / raw
To: gentoo-commits
commit: a1abfbdc0ca8110de49d9d687185888300acab0c
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Fri Jul 7 17:04:50 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 7 17:04:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1abfbdc
games-util/protonup: new package, add 0.1.5, 9999
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
games-util/protonup/Manifest | 1 +
games-util/protonup/metadata.xml | 7 +++++++
games-util/protonup/protonup-0.1.5.ebuild | 27 +++++++++++++++++++++++++++
games-util/protonup/protonup-9999.ebuild | 25 +++++++++++++++++++++++++
4 files changed, 60 insertions(+)
diff --git a/games-util/protonup/Manifest b/games-util/protonup/Manifest
new file mode 100644
index 000000000..55cc01502
--- /dev/null
+++ b/games-util/protonup/Manifest
@@ -0,0 +1 @@
+DIST 0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20
diff --git a/games-util/protonup/metadata.xml b/games-util/protonup/metadata.xml
new file mode 100644
index 000000000..535dc7c17
--- /dev/null
+++ b/games-util/protonup/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">AUNaseef/protonup</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/games-util/protonup/protonup-0.1.5.ebuild b/games-util/protonup/protonup-0.1.5.ebuild
new file mode 100644
index 000000000..0e94e66a7
--- /dev/null
+++ b/games-util/protonup/protonup-0.1.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+
+EPYTHON=python3
+
+inherit distutils-r1
+SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz"
+DESCRIPTION="Install and Update Proton-GE"
+HOMEPAGE="https://github.com/AUNaseef/protonup"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ distutils-r1_src_compile
+}
+
+src_install() {
+ distutils-r1_src_install
+}
\ No newline at end of file
diff --git a/games-util/protonup/protonup-9999.ebuild b/games-util/protonup/protonup-9999.ebuild
new file mode 100644
index 000000000..b749a6297
--- /dev/null
+++ b/games-util/protonup/protonup-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+
+EPYTHON=python3
+
+inherit git-r3 distutils-r1
+EGIT_REPO_URI="https://github.com/AUNaseef/protonup.git"
+DESCRIPTION="Install and Update Proton-GE"
+HOMEPAGE="https://github.com/AUNaseef/protonup"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_compile() {
+ distutils-r1_src_compile
+}
+
+src_install() {
+ distutils-r1_src_install
+}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/protonup/
@ 2023-07-27 12:04 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-07-27 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 224126255026086a3c24d33de9fdb0935e76cae9
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jul 26 11:30:46 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jul 26 13:03:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22412625
games-util/protonup: add myself as a maintainer
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
games-util/protonup/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/games-util/protonup/metadata.xml b/games-util/protonup/metadata.xml
index 535dc7c174..a10db36300 100644
--- a/games-util/protonup/metadata.xml
+++ b/games-util/protonup/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>gonegrier.duarte@gmail.com</email>
+ <name>Gonçalo Negrier Duarte</name>
+ </maintainer>
<upstream>
<remote-id type="github">AUNaseef/protonup</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/protonup/
@ 2023-07-27 12:04 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-07-27 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 7b7073f09218c1cfad57c5c37eed7bcf31b91746
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jul 26 13:01:52 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jul 26 13:03:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b7073f0
games-util/protonup: update SRC_URI
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
games-util/protonup/Manifest | 2 +-
games-util/protonup/protonup-0.1.5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-util/protonup/Manifest b/games-util/protonup/Manifest
index 55cc015024..41661d80c9 100644
--- a/games-util/protonup/Manifest
+++ b/games-util/protonup/Manifest
@@ -1 +1 @@
-DIST 0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20
+DIST protonup-0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20
diff --git a/games-util/protonup/protonup-0.1.5.ebuild b/games-util/protonup/protonup-0.1.5.ebuild
index a9bb75f5b0..37f6612d29 100644
--- a/games-util/protonup/protonup-0.1.5.ebuild
+++ b/games-util/protonup/protonup-0.1.5.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..12} )
EPYTHON=python3
inherit distutils-r1
-SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz"
+SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Install and Update Proton-GE"
HOMEPAGE="https://github.com/AUNaseef/protonup"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-27 12:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08 2:43 [gentoo-commits] repo/proj/guru:master commit in: games-util/protonup/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2023-07-27 12:04 David Roman
2023-07-27 12:04 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox