public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Olagbaiye" <gentoo@fron.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/vimb/
Date: Wed, 18 May 2022 19:35:57 +0000 (UTC)	[thread overview]
Message-ID: <1652902338.62d433875423935b367021e940adfef1e0e482f5.gentoo@gentoo> (raw)

commit:     62d433875423935b367021e940adfef1e0e482f5
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Wed May 18 19:32:18 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed May 18 19:32:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62d43387

www-client/vimb: ebuild fixes

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 www-client/vimb/Manifest          |  3 ---
 www-client/vimb/vimb-3.6.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++-
 www-client/vimb/vimb-9999.ebuild  | 13 ++++---------
 3 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/www-client/vimb/Manifest b/www-client/vimb/Manifest
index 096639e36..a28a34d19 100644
--- a/www-client/vimb/Manifest
+++ b/www-client/vimb/Manifest
@@ -1,4 +1 @@
 DIST vimb-3.6.0.tar.gz 144750 BLAKE2B bb5b3244198e657af6a2591f75bb44598d1fa384843aa948f15eb186cea526776a2f2ae00d20ae9a81bd634df1c980cf2017f22f99e062d22231dd2cb1c9f3b2 SHA512 0c1a131641c47ec0dd7a5346d5e7260f85293ecc105e04e6265680c53bbbdc8d98acc4f4e11443efc4e4148aa0b77c496cf7e5f59d44857e6e612c3d4a643c8f
-EBUILD vimb-3.6.0.ebuild 837 BLAKE2B 864fe3fda9f7c8f87bbb9b7a27fdcbb4b28b4a503b5a3abd643e66eb9688b4346524c680fb0b4934a9e61e788fbdc2d578826478f525f0384cc178fc91a0da52 SHA512 183759b682364f37d38bc607b3e1cec3eb99d407edb797d48ccab82935d00c24542a44ddbc351e04c6624e6dec447614acff03776475669f19497a69e09fedbf
-EBUILD vimb-9999.ebuild 837 BLAKE2B 864fe3fda9f7c8f87bbb9b7a27fdcbb4b28b4a503b5a3abd643e66eb9688b4346524c680fb0b4934a9e61e788fbdc2d578826478f525f0384cc178fc91a0da52 SHA512 183759b682364f37d38bc607b3e1cec3eb99d407edb797d48ccab82935d00c24542a44ddbc351e04c6624e6dec447614acff03776475669f19497a69e09fedbf
-MISC metadata.xml 254 BLAKE2B b29784dda645fac45b9c94f74b562df65c32ed7fe390e1b0a1f6f9021a32de7cfc80bac9b0af653e1cf7907a1eabe2e8e3bc923e1a374bae41d1bc71bbab1a40 SHA512 e6a56381b90d0e89195d5054f5a730f71b49d70b2166e92011b33408386438c53b0af5a95169c7c44b440cb12e3b725f4667afa62af3f02fee2e268e807e4770

diff --git a/www-client/vimb/vimb-3.6.0.ebuild b/www-client/vimb/vimb-3.6.0.ebuild
deleted file mode 120000
index 459c40e8d..000000000
--- a/www-client/vimb/vimb-3.6.0.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-vimb-9999.ebuild
\ No newline at end of file

diff --git a/www-client/vimb/vimb-3.6.0.ebuild b/www-client/vimb/vimb-3.6.0.ebuild
new file mode 100644
index 000000000..1567f4808
--- /dev/null
+++ b/www-client/vimb/vimb-3.6.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig
+
+DESCRIPTION="a fast, lightweight, vim-like browser based on webkit"
+HOMEPAGE="https://fanglingsu.github.io/vimb/"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 "
+SRC_URI="https://github.com/fanglingsu/vimb/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="savedconfig"
+
+DEPEND="
+	virtual/pkgconfig
+"
+
+RDEPEND="
+	x11-libs/gtk+:3
+	>=net-libs/webkit-gtk-2.20.0:4
+"
+
+src_prepare() {
+	default
+	restore_config config.def.h
+}
+
+src_compile() {
+	emake V=1 PREFIX="/usr"
+}
+
+src_install() {
+	emake V=1 PREFIX="/usr" DESTDIR="${D}" install
+	save_config src/config.def.h
+}

diff --git a/www-client/vimb/vimb-9999.ebuild b/www-client/vimb/vimb-9999.ebuild
index 6b7d5f647..1fbd5e5f8 100644
--- a/www-client/vimb/vimb-9999.ebuild
+++ b/www-client/vimb/vimb-9999.ebuild
@@ -3,19 +3,14 @@
 
 EAPI=7
 
-inherit savedconfig toolchain-funcs
+inherit savedconfig
 
 DESCRIPTION="a fast, lightweight, vim-like browser based on webkit"
 HOMEPAGE="https://fanglingsu.github.io/vimb/"
 
-if ver_test -eq "9999"; then
-	inherit git-r3
-	KEYWORDS=""
-	EGIT_REPO_URI="https://github.com/fanglingsu/vimb.git"
-else
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86 "
-	SRC_URI="https://github.com/fanglingsu/vimb/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
+inherit git-r3
+KEYWORDS=""
+EGIT_REPO_URI="https://github.com/fanglingsu/vimb.git"
 
 LICENSE="GPL-3"
 SLOT="0"


             reply	other threads:[~2022-05-18 19:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18 19:35 Tony Olagbaiye [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-23 23:06 [gentoo-commits] repo/proj/guru:dev commit in: www-client/vimb/ demize
2023-07-13 13:22 Efe İzbudak
2023-07-13 13:22 Efe İzbudak
2023-07-13 13:22 Efe İzbudak
2023-07-13 13:22 Efe İzbudak
2023-07-13 13:22 Efe İzbudak
2023-02-23 14:51 Efe İzbudak
2022-09-10 14:29 Efe İzbudak
2022-09-08 22:49 Efe İzbudak
2022-09-08 22:41 Efe İzbudak
2022-09-08 11:46 Efe İzbudak
2022-05-19 14:35 Tony Olagbaiye
2022-05-18 16:41 Tony Olagbaiye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652902338.62d433875423935b367021e940adfef1e0e482f5.gentoo@gentoo \
    --to=gentoo@fron.io \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox