* [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/
@ 2022-05-23 17:15 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2022-05-23 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 7501806d964157702edeb41043a642689a492ec9
Author: Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Thu May 19 14:33:31 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu May 19 14:35:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7501806d
www-client/vimb: update copyright
Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>
www-client/vimb/metadata.xml | 8 --------
www-client/vimb/vimb-3.6.0.ebuild | 2 +-
www-client/vimb/vimb-9999.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..000000000
--- a/www-client/vimb/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>james@thegreatmcpain.xyz</email>
- <name>TheGreatMcPain</name>
- </maintainer>
-</pkgmetadata>
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-9999.ebuild b/www-client/vimb/vimb-9999.ebuild
index 1fbd5e5f8..e0dd30cea 100644
--- a/www-client/vimb/vimb-9999.ebuild
+++ b/www-client/vimb/vimb-9999.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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/
@ 2022-09-09 20:02 Ronny Gutbrod
0 siblings, 0 replies; 5+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 20:02 UTC (permalink / raw
To: gentoo-commits
commit: ca29cbb3d54449c1f3765404fcf2308c138df1e4
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Sep 8 22:43:57 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Sep 8 22:43:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca29cbb3
www-client/vimb: added adblock support
Signed-off-by: Efe İzbudak <efe.izbudak <AT> 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 @@
<email>efe.izbudak@metu.edu.tr</email>
<name>Efe İzbudak</name>
</maintainer>
+ <use>
+ <flag name="adblock">Use <pkg>www-misc/wyebadblock</pkg> for adblocking</flag>
+ </use>
</pkgmetadata>
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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/
@ 2022-09-09 20:02 Ronny Gutbrod
0 siblings, 0 replies; 5+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 96cff7b5de00c1e74240ac37583c71fafc505a7d
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Sep 8 22:40:48 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Sep 8 22:40:48 2022 +0000
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 <efe.izbudak <AT> 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: a3e7d04222f16aab8946690efd595154b0851f91
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Sat Sep 10 14:28:28 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 14:29:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3e7d042
www-client/vimb: replace elog with optfeature
Signed-off-by: Efe İzbudak <efe.izbudak <AT> 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
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/
@ 2023-02-24 7:41 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2023-02-24 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 6f562eb8eb9b5207fc1f53c8cb07c2d6f84d016c
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Feb 23 14:50:44 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 14:50:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f562eb8
www-client/vimb: add github upstream metadata
Signed-off-by: Efe İzbudak <efe.izbudak <AT> 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>
<flag name="adblock">Use <pkg>www-misc/wyebadblock</pkg> for adblocking</flag>
</use>
+ <upstream>
+ <remote-id type="github">fanglingsu/vimb</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-24 7:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-23 17:15 [gentoo-commits] repo/proj/guru:master commit in: www-client/vimb/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2022-09-09 20:02 Ronny Gutbrod
2022-09-09 20:02 Ronny Gutbrod
2022-09-12 14:21 Florian Schmaus
2023-02-24 7:41 Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox