* [gentoo-commits] repo/gentoo:master commit in: dev-debug/d-spy/
@ 2024-07-15 19:22 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2024-07-15 19:22 UTC (permalink / raw
To: gentoo-commits
commit: 59bf48d2d6c22a57f7125dd8980135df2478dd08
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Tue May 28 12:12:44 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 19:21:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bf48d2
dev-debug/d-spy: Bump to 1.10.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36870
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-debug/d-spy/Manifest | 1 +
dev-debug/d-spy/d-spy-1.10.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-debug/d-spy/Manifest b/dev-debug/d-spy/Manifest
index 124cc8dc61b1..ecd9544cef2a 100644
--- a/dev-debug/d-spy/Manifest
+++ b/dev-debug/d-spy/Manifest
@@ -1 +1,2 @@
+DIST d-spy-1.10.0.tar.xz 213044 BLAKE2B acb4d99e6f9be8ed86685c9deeb705727ac2b9522e701daa38e7baa84d37a585effda9c871d2cce814fff4dc240c585b6679d95a56b457434d0ce9e721ce3e29 SHA512 89f28ac2cc1799f7ad053da0c3995627c567ec224dc2267aac2fe6a2305d8580712c2ae3b4a86f86547f4bd7ac0462d2c6768bee3049cb449c4b6b00ce216cd6
DIST d-spy-1.8.0.tar.xz 232944 BLAKE2B cb6f90e9b3d779aa5a76bc93f16e9ae677af029b72451bbb983ffeb06b99a92aa2402ef8b6f6a6c6b4ad4f6ba49a924db37d7e9fc9cb98157a6475a0ec234267 SHA512 49c0ff250a91110014f98453ed6958cf4b5191cc0c8d31c5e63b1408864eaf0906ab3860b0479400a04a8614ee36fe5b9527b179e6346bdb5616cb188d2648f0
diff --git a/dev-debug/d-spy/d-spy-1.10.0.ebuild b/dev-debug/d-spy/d-spy-1.10.0.ebuild
new file mode 100644
index 000000000000..fdb3b82692ba
--- /dev/null
+++ b/dev-debug/d-spy/d-spy-1.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson xdg
+
+DESCRIPTION="D-Spy is a simple tool to explore D-Bus connections"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/d-spy"
+
+LICENSE="GPL-3+ LGPL-3+"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+ >=dev-libs/glib-2.76:2
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
+"
+RDEPEND="
+ ${DEPEND}
+ >=sys-apps/dbus-1
+"
+BDEPEND="
+ dev-libs/appstream-glib
+ dev-util/desktop-file-utils
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_install() {
+ meson_src_install
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-debug/d-spy/
@ 2025-01-15 17:34 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-01-15 17:34 UTC (permalink / raw
To: gentoo-commits
commit: e7a80c954fcf28acb36c8b0b29d68d0891e89d54
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Tue Sep 17 00:25:54 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 17:29:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a80c95
dev-debug/d-spy: Bump to 47.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38640
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-debug/d-spy/Manifest | 1 +
dev-debug/d-spy/d-spy-47.0.ebuild | 50 +++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-debug/d-spy/Manifest b/dev-debug/d-spy/Manifest
index ecd9544cef2a..5f1ac75cc157 100644
--- a/dev-debug/d-spy/Manifest
+++ b/dev-debug/d-spy/Manifest
@@ -1,2 +1,3 @@
DIST d-spy-1.10.0.tar.xz 213044 BLAKE2B acb4d99e6f9be8ed86685c9deeb705727ac2b9522e701daa38e7baa84d37a585effda9c871d2cce814fff4dc240c585b6679d95a56b457434d0ce9e721ce3e29 SHA512 89f28ac2cc1799f7ad053da0c3995627c567ec224dc2267aac2fe6a2305d8580712c2ae3b4a86f86547f4bd7ac0462d2c6768bee3049cb449c4b6b00ce216cd6
DIST d-spy-1.8.0.tar.xz 232944 BLAKE2B cb6f90e9b3d779aa5a76bc93f16e9ae677af029b72451bbb983ffeb06b99a92aa2402ef8b6f6a6c6b4ad4f6ba49a924db37d7e9fc9cb98157a6475a0ec234267 SHA512 49c0ff250a91110014f98453ed6958cf4b5191cc0c8d31c5e63b1408864eaf0906ab3860b0479400a04a8614ee36fe5b9527b179e6346bdb5616cb188d2648f0
+DIST d-spy-47.0.tar.xz 219464 BLAKE2B 4bdb51df9ecb051408ce265a41ccdd3d74afbebb57e09d12a50cd525084b2446a09dd668b4440e5bfae64ca1044b6c331ccc8163100fa026bb1b697bfa5074ed SHA512 da5275691ab29ced7a125bf9411a8bae4388ea6f940c8e4f5a0764e18e9d1909abfe4d5c13e4cbd3405d106929bbbf6ba15f45c509d3396906311f5d453b2df2
diff --git a/dev-debug/d-spy/d-spy-47.0.ebuild b/dev-debug/d-spy/d-spy-47.0.ebuild
new file mode 100644
index 000000000000..d1d45beb5510
--- /dev/null
+++ b/dev-debug/d-spy/d-spy-47.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson xdg
+
+DESCRIPTION="D-Spy is a simple tool to explore D-Bus connections"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/d-spy"
+
+LICENSE="GPL-3+ LGPL-3+"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+ >=dev-libs/glib-2.76:2
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
+"
+RDEPEND="
+ ${DEPEND}
+ >=sys-apps/dbus-1
+"
+BDEPEND="
+ dev-libs/appstream-glib
+ dev-util/desktop-file-utils
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ -Dbuilder=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-debug/d-spy/
@ 2025-01-15 17:34 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-01-15 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 7a70458c8b1c4e5755b416e64e49838acc355c4a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 16:59:43 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 17:29:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a70458c
dev-debug/d-spy: Simplify ebuild
Relying on exported functions from loaded eclasses.
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-debug/d-spy/d-spy-47.0.ebuild | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/dev-debug/d-spy/d-spy-47.0.ebuild b/dev-debug/d-spy/d-spy-47.0.ebuild
index d1d45beb5510..425b6b73f136 100644
--- a/dev-debug/d-spy/d-spy-47.0.ebuild
+++ b/dev-debug/d-spy/d-spy-47.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,17 +34,3 @@ src_configure() {
)
meson_src_configure
}
-
-src_install() {
- meson_src_install
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-debug/d-spy/
@ 2025-01-15 17:34 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-01-15 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 4f2a95916547b909e6887d3d9040d22ece831553
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 17:00:12 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 17:29:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2a9591
dev-debug/d-spy: drop 1.8.0
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-debug/d-spy/Manifest | 1 -
dev-debug/d-spy/d-spy-1.8.0.ebuild | 43 --------------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-debug/d-spy/Manifest b/dev-debug/d-spy/Manifest
index 5f1ac75cc157..dfea14de8e28 100644
--- a/dev-debug/d-spy/Manifest
+++ b/dev-debug/d-spy/Manifest
@@ -1,3 +1,2 @@
DIST d-spy-1.10.0.tar.xz 213044 BLAKE2B acb4d99e6f9be8ed86685c9deeb705727ac2b9522e701daa38e7baa84d37a585effda9c871d2cce814fff4dc240c585b6679d95a56b457434d0ce9e721ce3e29 SHA512 89f28ac2cc1799f7ad053da0c3995627c567ec224dc2267aac2fe6a2305d8580712c2ae3b4a86f86547f4bd7ac0462d2c6768bee3049cb449c4b6b00ce216cd6
-DIST d-spy-1.8.0.tar.xz 232944 BLAKE2B cb6f90e9b3d779aa5a76bc93f16e9ae677af029b72451bbb983ffeb06b99a92aa2402ef8b6f6a6c6b4ad4f6ba49a924db37d7e9fc9cb98157a6475a0ec234267 SHA512 49c0ff250a91110014f98453ed6958cf4b5191cc0c8d31c5e63b1408864eaf0906ab3860b0479400a04a8614ee36fe5b9527b179e6346bdb5616cb188d2648f0
DIST d-spy-47.0.tar.xz 219464 BLAKE2B 4bdb51df9ecb051408ce265a41ccdd3d74afbebb57e09d12a50cd525084b2446a09dd668b4440e5bfae64ca1044b6c331ccc8163100fa026bb1b697bfa5074ed SHA512 da5275691ab29ced7a125bf9411a8bae4388ea6f940c8e4f5a0764e18e9d1909abfe4d5c13e4cbd3405d106929bbbf6ba15f45c509d3396906311f5d453b2df2
diff --git a/dev-debug/d-spy/d-spy-1.8.0.ebuild b/dev-debug/d-spy/d-spy-1.8.0.ebuild
deleted file mode 100644
index c36184bcabce..000000000000
--- a/dev-debug/d-spy/d-spy-1.8.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson xdg
-
-DESCRIPTION="D-spy is a blisteringly fast D-Bus debugger"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/d-spy"
-
-LICENSE="GPL-3+ LGPL-3+"
-SLOT="1"
-KEYWORDS="amd64 ~arm64"
-
-DEPEND="
- >=dev-libs/glib-2.68:2
- >=gui-libs/gtk-4.6:4
- >=gui-libs/libadwaita-1.0:1
-"
-RDEPEND="
- ${DEPEND}
- >=sys-apps/dbus-1
-"
-BDEPEND="
- dev-libs/appstream-glib
- dev-util/desktop-file-utils
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_install() {
- meson_src_install
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-15 17:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 19:22 [gentoo-commits] repo/gentoo:master commit in: dev-debug/d-spy/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 17:34 Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2025-01-15 17:34 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox