public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/wyebadblock/
@ 2022-09-08 14:02 Efe İzbudak
  0 siblings, 0 replies; 3+ messages in thread
From: Efe İzbudak @ 2022-09-08 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     52c8f0f334081deee255c0463a4fdc6209e32a0d
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Sep  8 14:01:20 2022 +0000
Commit:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
CommitDate: Thu Sep  8 14:01:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52c8f0f3

www-misc/wyebadblock: new package, add 1.0.0

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 www-misc/wyebadblock/Manifest                 |  1 +
 www-misc/wyebadblock/wyebadblock-1.0.0.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/www-misc/wyebadblock/Manifest b/www-misc/wyebadblock/Manifest
new file mode 100644
index 000000000..162208490
--- /dev/null
+++ b/www-misc/wyebadblock/Manifest
@@ -0,0 +1 @@
+DIST wyebadblock-1.0.0.tar.gz 28549 BLAKE2B e1b8d3df1e042452d27eac2af6bfe4c6a7ab92a1f88697a3a7efadb6f011d662e9867ed0071beb2fdb8d33236afcecd0087818b1eb107ce5abcf138667fdde3a SHA512 ee3f37bc6c08941196e8ad88bbe8922d38e9d27d7f989587e60356faee352c6a3615f8cc5e36c42f800f00ee4f37bab8ebce2d17edf2e9c6b22857147a9377ab

diff --git a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
new file mode 100644
index 000000000..46d854fca
--- /dev/null
+++ b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022 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"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	x11-libs/gtk+:3
+	net-libs/webkit-gtk:4
+	dev-libs/glib:2
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/wyebadblock/
@ 2022-09-08 15:21 Efe İzbudak
  0 siblings, 0 replies; 3+ messages in thread
From: Efe İzbudak @ 2022-09-08 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     120967ad122c9ed42cce7185bb0300b9b0567b85
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Sep  8 15:21:03 2022 +0000
Commit:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
CommitDate: Thu Sep  8 15:21:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=120967ad

www-misc/wyebadblock: add missing metadata.xml

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 www-misc/wyebadblock/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/www-misc/wyebadblock/metadata.xml b/www-misc/wyebadblock/metadata.xml
new file mode 100644
index 000000000..5b936b2e1
--- /dev/null
+++ b/www-misc/wyebadblock/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>efe.izbudak@metu.edu.tr</email>
+		<name>Efe İzbudak</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/wyebadblock/
@ 2022-09-08 23:12 Efe İzbudak
  0 siblings, 0 replies; 3+ messages in thread
From: Efe İzbudak @ 2022-09-08 23:12 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:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
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] 3+ messages in thread

end of thread, other threads:[~2022-09-08 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 15:21 [gentoo-commits] repo/proj/guru:dev commit in: www-misc/wyebadblock/ Efe İzbudak
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08 23:12 Efe İzbudak
2022-09-08 14:02 Efe İzbudak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox