From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13D3659CB1 for ; Tue, 12 Apr 2016 07:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D6C021C025; Tue, 12 Apr 2016 07:52:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B69721C025 for ; Tue, 12 Apr 2016 07:52:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6E5E340AF0 for ; Tue, 12 Apr 2016 07:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64950201 for ; Tue, 12 Apr 2016 07:52:27 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1460447477.4d2431df0b0f811740d63f9f3b03caa7bab6bbc1.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/midori/midori-0.5.11-r1.ebuild X-VCS-Directories: www-client/midori/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 4d2431df0b0f811740d63f9f3b03caa7bab6bbc1 X-VCS-Branch: master Date: Tue, 12 Apr 2016 07:52:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bd55369f-de6a-45db-9c08-fa715172c910 X-Archives-Hash: ed4374f62204616f952b429cd3273c71 commit: 4d2431df0b0f811740d63f9f3b03caa7bab6bbc1 Author: Austin English gentoo org> AuthorDate: Tue Apr 12 07:46:24 2016 +0000 Commit: Austin English gentoo org> CommitDate: Tue Apr 12 07:51:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2431df www-client/midori: update to EAPI 6 Package-Manager: portage-2.2.26 www-client/midori/midori-0.5.11-r1.ebuild | 136 ++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) diff --git a/www-client/midori/midori-0.5.11-r1.ebuild b/www-client/midori/midori-0.5.11-r1.ebuild new file mode 100644 index 0000000..13daedd --- /dev/null +++ b/www-client/midori/midori-0.5.11-r1.ebuild @@ -0,0 +1,136 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' +VALA_MIN_API_VERSION="0.30" + +unset _live_inherits + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="git://git.xfce.org/apps/${PN}" + _live_inherits=git-2 +else + KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd" + SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2" +fi + +inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 cmake-utils vala ${_live_inherits} + +DESCRIPTION="A lightweight web browser based on WebKitGTK+" +HOMEPAGE="http://www.midori-browser.org/" + +LICENSE="LGPL-2.1 MIT" +SLOT="0" +IUSE="deprecated doc granite introspection +jit +webkit2 zeitgeist" + +RDEPEND=" + >=app-crypt/gcr-3[gtk] + >=dev-db/sqlite-3.6.19:3 + >=dev-libs/glib-2.32.3 + dev-libs/libxml2 + >=net-libs/libsoup-2.38:2.4 + >=net-libs/libsoup-gnome-2.38:2.4 + >=x11-libs/libnotify-0.7 + deprecated? ( + >=net-libs/webkit-gtk-1.8.1:2[jit=] + >=x11-libs/gtk+-2.24:2 + ) + !deprecated? ( + >=x11-libs/gtk+-3.10.0:3 + webkit2? ( >=net-libs/webkit-gtk-2.3.91:4[jit=] ) + !webkit2? ( >=net-libs/webkit-gtk-1.8.1:3[jit=] ) + ) + granite? ( >=dev-libs/granite-0.2 ) + introspection? ( dev-libs/gobject-introspection:= ) + zeitgeist? ( >=dev-libs/libzeitgeist-0.3.14 ) +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + $(vala_depend) + dev-util/intltool + gnome-base/librsvg + sys-devel/gettext + doc? ( dev-util/gtk-doc ) +" +REQUIRED_USE=" + granite? ( !deprecated ) + introspection? ( deprecated ) + webkit2? ( !deprecated ) +" + +pkg_setup() { + python-any-r1_pkg_setup +} + +src_unpack() { + if [[ ${PV} == *9999* ]]; then + git-2_src_unpack + else + default + fi +} + +src_prepare() { + vala_src_prepare + sed -i -e '/^install/s:COPYING:HACKING TODO TRANSLATE:' CMakeLists.txt || die + eapply_user +} + +src_configure() { + strip-linguas -i po + + local mycmakeargs=( + -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} + -DUSE_APIDOCS="$(usex doc)" + -DUSE_GIR="$(usex introspection)" + -DUSE_granite="$(usex granite)" + -DUSE_zeitgeist="$(usex zeitgeist)" + -DVALA_EXECUTABLE="${VALAC}" + ) + + if use deprecated; then + mycmakeargs+=( + -DUSE_GTK3=OFF + -DHALF_BRO_INCOM_WEBKIT2=OFF + ) + else + mycmakeargs+=( + -DUSE_GTK3=ON + -DHALF_BRO_INCOM_WEBKIT2="$(usex webkit2)" + ) + fi + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + local jit_is_enabled + if use deprecated; then + has_version 'net-libs/webkit-gtk:2[jit]' && jit_is_enabled=yes + else + has_version 'net-libs/webkit-gtk:3[jit]' && jit_is_enabled=yes + fi + [[ ${jit_is_enabled} == yes ]] && pax-mark -m "${ED}"/usr/bin/${PN} #480290 +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +}