summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-23 00:52:34 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-23 00:52:34 +0000
commit692cb68a577870946391911265a142877b24cb86 (patch)
tree6704b7aa1c2f60f573aa55ae434add1a529cd431 /www-client/vimprobable2
parentVersion bump. (diff)
downloadgentoo-2-692cb68a577870946391911265a142877b24cb86.tar.gz
gentoo-2-692cb68a577870946391911265a142877b24cb86.tar.bz2
gentoo-2-692cb68a577870946391911265a142877b24cb86.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-client/vimprobable2')
-rw-r--r--www-client/vimprobable2/ChangeLog9
-rw-r--r--www-client/vimprobable2/vimprobable2-1.4.2.ebuild35
2 files changed, 42 insertions, 2 deletions
diff --git a/www-client/vimprobable2/ChangeLog b/www-client/vimprobable2/ChangeLog
index c48d186e44d9..bbf551936b26 100644
--- a/www-client/vimprobable2/ChangeLog
+++ b/www-client/vimprobable2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/vimprobable2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v 1.6 2013/11/06 06:35:09 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v 1.7 2014/01/23 00:52:34 radhermit Exp $
+
+*vimprobable2-1.4.2 (23 Jan 2014)
+
+ 23 Jan 2014; Tim Harder <radhermit@gentoo.org> +vimprobable2-1.4.2.ebuild:
+ Version bump.
*vimprobable2-1.4.0 (06 Nov 2013)
diff --git a/www-client/vimprobable2/vimprobable2-1.4.2.ebuild b/www-client/vimprobable2/vimprobable2-1.4.2.ebuild
new file mode 100644
index 000000000000..900192fb56fe
--- /dev/null
+++ b/www-client/vimprobable2/vimprobable2-1.4.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-1.4.2.ebuild,v 1.1 2014/01/23 00:52:34 radhermit Exp $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
+HOMEPAGE="http://www.vimprobable.org/"
+SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-libs/libsoup:2.4
+ net-libs/webkit-gtk:2
+ x11-libs/gtk+:2
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ tc-export CC
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1 vimprobablerc.5
+}