* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/ios-safari-remote-debug/
@ 2025-06-13 14:54 Pavel Sobolev
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Sobolev @ 2025-06-13 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 47dd2317d473cbaf0f306b80eeca93d6e4c160e1
Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev>
AuthorDate: Fri Jun 13 14:23:46 2025 +0000
Commit: Pavel Sobolev <contact <AT> paveloom <DOT> dev>
CommitDate: Fri Jun 13 14:53:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47dd2317
dev-util/ios-safari-remote-debug: new package, add 0_pre20250506
Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev>
dev-util/ios-safari-remote-debug/Manifest | 2 ++
.../ios-safari-remote-debug-0_pre20250506.ebuild | 31 ++++++++++++++++++++++
dev-util/ios-safari-remote-debug/metadata.xml | 11 ++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-util/ios-safari-remote-debug/Manifest b/dev-util/ios-safari-remote-debug/Manifest
new file mode 100644
index 0000000000..56b08ef858
--- /dev/null
+++ b/dev-util/ios-safari-remote-debug/Manifest
@@ -0,0 +1,2 @@
+DIST ios-safari-remote-debug-0_pre20250506-deps.tar.xz 781552 BLAKE2B 0534fd2bdeba4402f402ee6e7e3dd2aa6139234767378f7c528168342af85d61819b565a0695e985306a923282a08e1e969574947c25aa32fdb4fee2508fdbbd SHA512 fdf9ffb08b0e799bc94c59c9c204bd5c2d2320bac5eb01349edae8a24c525d9d8675463d9b75e8f541f202e0c217f21ada60376f83cacc83153fc3a791a4e14e
+DIST ios-safari-remote-debug-0_pre20250506.tar.gz 889354 BLAKE2B b469f7ed166aeb233223dd610c10caa8dd2c67f9cedb14ed120f6daf42cca6935512018dda5a605dc3288bc21757c929ec489484d4c6e1aa062b518763ec868f SHA512 4f82859a5f647b72a4a8a2eb1f27c30eb796bceba79406e6fd8731866479e5f6d0807685ec1f008ead9439a7ed0104085cb2aee5c61e226b29c1222ce1f9caae
diff --git a/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild
new file mode 100644
index 0000000000..3e9a062481
--- /dev/null
+++ b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+EGIT_COMMIT="d73d1215b38abb82f64513f472fd75ee2b8224f5"
+
+DESCRIPTION="A remote debugger for iOS Safari"
+HOMEPAGE="https://git.gay/besties/ios-safari-remote-debug"
+SRC_URI="
+ https://git.gay/besties/ios-safari-remote-debug/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
+ https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
+"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="AGPL-3+ BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build
+}
+
+src_install() {
+ dobin ios-safari-remote-debug
+
+ default
+}
diff --git a/dev-util/ios-safari-remote-debug/metadata.xml b/dev-util/ios-safari-remote-debug/metadata.xml
new file mode 100644
index 0000000000..0907fb9f52
--- /dev/null
+++ b/dev-util/ios-safari-remote-debug/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@paveloom.dev</email>
+ <name>Pavel Sobolev</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://git.gay/besties/ios-safari-remote-debug/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/ios-safari-remote-debug/
@ 2025-06-21 19:04 Pavel Sobolev
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Sobolev @ 2025-06-21 19:04 UTC (permalink / raw
To: gentoo-commits
commit: d2f6faf356d056a4ac890c7055cd8dfc43c15ee8
Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev>
AuthorDate: Sat Jun 21 18:05:41 2025 +0000
Commit: Pavel Sobolev <contact <AT> paveloom <DOT> dev>
CommitDate: Sat Jun 21 19:04:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2f6faf3
ios-safari-remote-debug: replace the name of the binary with `${PN}`
Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev>
.../ios-safari-remote-debug-0_pre20250506.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild
index 3e9a062481..b89b297cb2 100644
--- a/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild
+++ b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild
@@ -25,7 +25,7 @@ src_compile() {
}
src_install() {
- dobin ios-safari-remote-debug
+ dobin ${PN}
default
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-21 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-21 19:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/ios-safari-remote-debug/ Pavel Sobolev
-- strict thread matches above, loose matches on Subject: below --
2025-06-13 14:54 Pavel Sobolev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox