[gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/

2023-02-23 Thread Viorel Munteanu
commit: 6f562eb8eb9b5207fc1f53c8cb07c2d6f84d016c
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Thu Feb 23 14:50:44 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Feb 23 14:50:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f562eb8

www-client/vimb: add github upstream metadata

Signed-off-by: Efe İzbudak  metu.edu.tr>

 www-client/vimb/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-client/vimb/metadata.xml b/www-client/vimb/metadata.xml
index 04468f787..88665207e 100644
--- a/www-client/vimb/metadata.xml
+++ b/www-client/vimb/metadata.xml
@@ -8,4 +8,7 @@

Use www-misc/wyebadblock for 
adblocking

+   
+   fanglingsu/vimb
+   
 



[gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/

2022-09-12 Thread Florian Schmaus
commit: a3e7d04222f16aab8946690efd595154b0851f91
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Sat Sep 10 14:28:28 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Sep 10 14:29:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3e7d042

www-client/vimb: replace elog with optfeature

Signed-off-by: Efe İzbudak  metu.edu.tr>

 www-client/vimb/vimb-3.6.0.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-client/vimb/vimb-3.6.0.ebuild 
b/www-client/vimb/vimb-3.6.0.ebuild
index b822ec942..177a0dd03 100644
--- a/www-client/vimb/vimb-3.6.0.ebuild
+++ b/www-client/vimb/vimb-3.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit savedconfig
+inherit savedconfig optfeature
 
 DESCRIPTION="a fast, lightweight, vim-like browser based on webkit"
 HOMEPAGE="https://fanglingsu.github.io/vimb/;
@@ -41,7 +41,5 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog "For media decoding to work properly, you need to install:"
-   elog "media-plugins/gst-plugins-libav"
-   elog "media-libs/gst-plugins-good"
+   optfeature "media decoding support"  media-plugins/gst-plugins-libav 
media-libs/gst-plugins-good
 }



[gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/

2022-09-09 Thread Ronny Gutbrod
commit: ca29cbb3d54449c1f3765404fcf2308c138df1e4
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Thu Sep  8 22:43:57 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  8 22:43:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca29cbb3

www-client/vimb: added adblock support

Signed-off-by: Efe İzbudak  metu.edu.tr>

 www-client/vimb/metadata.xml  | 3 +++
 www-client/vimb/vimb-3.6.0.ebuild | 5 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/www-client/vimb/metadata.xml b/www-client/vimb/metadata.xml
index 5b936b2e1..04468f787 100644
--- a/www-client/vimb/metadata.xml
+++ b/www-client/vimb/metadata.xml
@@ -5,4 +5,7 @@
efe.izbu...@metu.edu.tr
Efe İzbudak

+   
+   Use www-misc/wyebadblock for 
adblocking
+   
 

diff --git a/www-client/vimb/vimb-3.6.0.ebuild 
b/www-client/vimb/vimb-3.6.0.ebuild
index 813d487b3..b822ec942 100644
--- a/www-client/vimb/vimb-3.6.0.ebuild
+++ b/www-client/vimb/vimb-3.6.0.ebuild
@@ -13,10 +13,11 @@ 
SRC_URI="https://github.com/fanglingsu/vimb/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="savedconfig"
+IUSE="savedconfig adblock"
 
 DEPEND="
virtual/pkgconfig
+   adblock? ( www-misc/wyebadblock )
 "
 
 RDEPEND="
@@ -36,7 +37,9 @@ src_compile() {
 src_install() {
emake V=1 PREFIX="/usr" DESTDIR="${D}" install
save_config src/config.def.h
+   use adblock && dosym /usr/lib/wyebrowser/adblock.so 
/usr/lib/vimb/adblock.so
 }
+
 pkg_postinst() {
elog "For media decoding to work properly, you need to install:"
elog "media-plugins/gst-plugins-libav"



[gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/

2022-09-09 Thread Ronny Gutbrod
commit: 96cff7b5de00c1e74240ac37583c71fafc505a7d
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Thu Sep  8 22:40:48 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  8 22:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96cff7b5

www-client/vimb: unkeyword 3.6.0 for ~arm, ~arm64, ~x86

Signed-off-by: Efe İzbudak  metu.edu.tr>

 www-client/vimb/vimb-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vimb/vimb-3.6.0.ebuild 
b/www-client/vimb/vimb-3.6.0.ebuild
index 5d5857e89..813d487b3 100644
--- a/www-client/vimb/vimb-3.6.0.ebuild
+++ b/www-client/vimb/vimb-3.6.0.ebuild
@@ -8,7 +8,7 @@ inherit savedconfig
 DESCRIPTION="a fast, lightweight, vim-like browser based on webkit"
 HOMEPAGE="https://fanglingsu.github.io/vimb/;
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 "
+KEYWORDS="~amd64"
 SRC_URI="https://github.com/fanglingsu/vimb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/

2022-05-23 Thread Haelwenn Monnier
commit: 7501806d964157702edeb41043a642689a492ec9
Author: Tony Olagbaiye  fron  io>
AuthorDate: Thu May 19 14:33:31 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu May 19 14:35:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7501806d

www-client/vimb: update copyright

Signed-off-by: Tony Olagbaiye  fron.io>

 www-client/vimb/metadata.xml  | 8 
 www-client/vimb/vimb-3.6.0.ebuild | 2 +-
 www-client/vimb/vimb-.ebuild  | 2 +-
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/www-client/vimb/metadata.xml b/www-client/vimb/metadata.xml
deleted file mode 100644
index bb919cf52..0
--- a/www-client/vimb/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ja...@thegreatmcpain.xyz
-   TheGreatMcPain
-   
-

diff --git a/www-client/vimb/vimb-3.6.0.ebuild 
b/www-client/vimb/vimb-3.6.0.ebuild
index 1567f4808..1c95b4758 100644
--- a/www-client/vimb/vimb-3.6.0.ebuild
+++ b/www-client/vimb/vimb-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/www-client/vimb/vimb-.ebuild b/www-client/vimb/vimb-.ebuild
index 1fbd5e5f8..e0dd30cea 100644
--- a/www-client/vimb/vimb-.ebuild
+++ b/www-client/vimb/vimb-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7