* [gentoo-commits] repo/proj/guru:master commit in: www-misc/wyebadblock/
@ 2022-09-09 20:02 Ronny Gutbrod
0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 20:02 UTC (permalink / raw
To: gentoo-commits
commit: b83c4d3c3556f6aeef1da6546c3fac2b83b5921a
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Sep 8 23:03:48 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Sep 8 23:07:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b83c4d3c
www-misc/wyebadblock: added post install instruction
Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>
www-misc/wyebadblock/wyebadblock-1.0.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
index 46d854fca..6f3b9d87f 100644
--- a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
+++ b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
@@ -18,3 +18,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND=""
+
+pkg_postinst() {
+ ewarn "To use wyebadblock, you must first download and copy the easylist.txt file into ~/.config/wyebadblock/"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-misc/wyebadblock/
@ 2025-05-23 23:18 Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2025-05-23 23:18 UTC (permalink / raw
To: gentoo-commits
commit: 85793363d929a968dccf22bee3fc01d4691a6c74
Author: Vivian Heisz (vhz) <demize <AT> unstable <DOT> systems>
AuthorDate: Fri May 23 20:41:08 2025 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 23 22:53:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85793363
www-misc/wyebadblock: add 1.0.0_p20230211, drop 1.0.0
Integrates changes to support net-libs/wxgtk:4.1, which
also requires specifying a webkit version during compile.
Signed-off-by: Vivian Heisz (vhz) <demize <AT> unstable.systems>
www-misc/wyebadblock/Manifest | 2 +-
...lock-1.0.0.ebuild => wyebadblock-1.0.0_p20230211.ebuild} | 13 ++++++++++---
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/www-misc/wyebadblock/Manifest b/www-misc/wyebadblock/Manifest
index 1622084909..8b5eee700e 100644
--- a/www-misc/wyebadblock/Manifest
+++ b/www-misc/wyebadblock/Manifest
@@ -1 +1 @@
-DIST wyebadblock-1.0.0.tar.gz 28549 BLAKE2B e1b8d3df1e042452d27eac2af6bfe4c6a7ab92a1f88697a3a7efadb6f011d662e9867ed0071beb2fdb8d33236afcecd0087818b1eb107ce5abcf138667fdde3a SHA512 ee3f37bc6c08941196e8ad88bbe8922d38e9d27d7f989587e60356faee352c6a3615f8cc5e36c42f800f00ee4f37bab8ebce2d17edf2e9c6b22857147a9377ab
+DIST wyebadblock-1.0.0_p20230211.tar.gz 28584 BLAKE2B 2e381ec2a32d7a29ed3bd5293db5d5f4ed1f6b49f6a7e1176b331812b77b4de219d55e33236f27d584d2d1f4139ed0a9c726a0432dd0d2ef0a70e4824ead7a08 SHA512 abe6c53f53867af6738a0bad76acb288d5d45b956697b3dfc1c3a8f21c1a2be4597390d5a78eef3880453586ae9fb5b819eb11a8010ab44786e8f53b8db86b1c
diff --git a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild b/www-misc/wyebadblock/wyebadblock-1.0.0_p20230211.ebuild
similarity index 60%
rename from www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
rename to www-misc/wyebadblock/wyebadblock-1.0.0_p20230211.ebuild
index 2b98609cb2..d91f795081 100644
--- a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
+++ b/www-misc/wyebadblock/wyebadblock-1.0.0_p20230211.ebuild
@@ -1,11 +1,14 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="An adblock extension for wyeb, also webkit2gtk browsers."
HOMEPAGE="https://github.com/jun7/wyebadblock"
-SRC_URI="https://github.com/jun7/wyebadblock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+MY_COMMIT="529a5eedafacca9cd4ba78bf15d3a2bb565b821a"
+SRC_URI="https://github.com/jun7/wyebadblock/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="GPL-3"
SLOT="0"
@@ -13,11 +16,15 @@ KEYWORDS="~amd64"
DEPEND="
x11-libs/gtk+:3
- net-libs/webkit-gtk:4
+ net-libs/webkit-gtk:4.1
dev-libs/glib:2
"
RDEPEND="${DEPEND}"
+src_compile() {
+ emake WEBKITVER=4.1
+}
+
pkg_postinst() {
ewarn "To use wyebadblock, you must first download and copy the easylist.txt file into ~/.config/wyebadblock/"
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-23 23:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 23:18 [gentoo-commits] repo/proj/guru:master commit in: www-misc/wyebadblock/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2022-09-09 20:02 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox