public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/vimb/
Date: Sat, 19 Mar 2016 06:30:53 +0000 (UTC)	[thread overview]
Message-ID: <1458369024.c0e4bc61885ab95085ff8946fbfcba40679355f7.radhermit@gentoo> (raw)

commit:     c0e4bc61885ab95085ff8946fbfcba40679355f7
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 06:29:24 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 06:30:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e4bc61

www-client/vimb: version bump to 2.11

 www-client/vimb/Manifest         |  1 +
 www-client/vimb/vimb-2.11.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/www-client/vimb/Manifest b/www-client/vimb/Manifest
index ed8255b..c2c5699 100644
--- a/www-client/vimb/Manifest
+++ b/www-client/vimb/Manifest
@@ -1 +1,2 @@
+DIST vimb-2.11.tar.gz 130722 SHA256 2ec583e6e425f8d620b54db6bcc56483770c7c5fd3f93b0429ddd6f7a7553935 SHA512 f61237f6c6bce18954e8a58fe2b25e9803b80b48f1de99cad00fb7e6581240490f1a2fcfe1a34a429b521a44dc0c99d3c7420c5a47ee591000b2868354843788 WHIRLPOOL f76a453f061ffa0c2d535d7fe2f668535488ca4810d050c3bcce2a7fd828e4668297c5209f714582f7e5da2eef47c33734b0f69d22da929337962bbba1a95415
 DIST vimb-2.9.tar.gz 126272 SHA256 179024e07c133b049d9fb7c487bed9b9a8512b633e1d857e038b26a01d2e3541 SHA512 fac386aa6cd847215946582e4921f0742eeebd319845631d82236d8e17c715ac789940583b03de1e94ba690a94a09594183327d83552930572c54827808d70c7 WHIRLPOOL a4186c880511ee94e4021fd06c900155be8ea69314a07405c2e79214b88b6a7a96af0d5fc3f6344bd94384b713c247de7df6336445c5390ab80754aa47a10188

diff --git a/www-client/vimb/vimb-2.11.ebuild b/www-client/vimb/vimb-2.11.ebuild
new file mode 100644
index 0000000..9e5ce11
--- /dev/null
+++ b/www-client/vimb/vimb-2.11.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs eutils
+
+DESCRIPTION="a fast, lightweight, vim-like browser based on webkit"
+HOMEPAGE="http://fanglingsu.github.io/vimb/"
+SRC_URI="https://github.com/fanglingsu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk3"
+
+RDEPEND="
+	>=net-libs/libsoup-2.38:2.4
+	!gtk3? (
+		>=net-libs/webkit-gtk-1.5.0:2
+		x11-libs/gtk+:2
+	)
+	gtk3? (
+		>=net-libs/webkit-gtk-1.5.0:3
+		x11-libs/gtk+:3
+	)
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	# force verbose build
+	sed -e '/@echo "\($(CC)\|${CC}\) $@"/d' \
+		-e 's/@$(CC)/$(CC)/' \
+		-i src/Makefile || die
+
+	epatch_user
+}
+
+src_compile() {
+	local myconf
+	use gtk3 && myconf+=" GTK=3"
+
+	emake CC="$(tc-getCC)" ${myconf}
+}
+
+src_install() {
+	emake PREFIX=/usr DESTDIR="${D}" install
+}


             reply	other threads:[~2016-03-19  6:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-19  6:30 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-12  6:01 [gentoo-commits] repo/gentoo:master commit in: www-client/vimb/ Tim Harder
2016-04-18  9:43 Patrice Clement
2016-04-19 20:02 Ian Stakenvicius

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=1458369024.c0e4bc61885ab95085ff8946fbfcba40679355f7.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --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