From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25289138334 for ; Sat, 28 Jul 2018 10:37:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC2F6E07EC; Sat, 28 Jul 2018 10:37:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99B69E07EC for ; Sat, 28 Jul 2018 10:37:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74755335CA9 for ; Sat, 28 Jul 2018 10:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E70C38B for ; Sat, 28 Jul 2018 10:36:59 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1532774216.d8b32c9cba5850d0d84a11c46923800d9f47b7e7.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/guake/guake-9999.ebuild X-VCS-Directories: x11-terms/guake/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d8b32c9cba5850d0d84a11c46923800d9f47b7e7 X-VCS-Branch: master Date: Sat, 28 Jul 2018 10:36:59 +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: f4781b53-81c1-401a-afb2-e3ba0bc9d432 X-Archives-Hash: 88ce806fee7d26952733734ddae808d4 commit: d8b32c9cba5850d0d84a11c46923800d9f47b7e7 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 28 10:36:32 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 28 10:36:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b32c9c x11-terms/guake: Update live ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 x11-terms/guake/guake-9999.ebuild | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/x11-terms/guake/guake-9999.ebuild b/x11-terms/guake/guake-9999.ebuild index 5f3f7f99245..46f3706e7f3 100644 --- a/x11-terms/guake/guake-9999.ebuild +++ b/x11-terms/guake/guake-9999.ebuild @@ -1,60 +1,60 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 +PYTHON_COMPAT=( python3_{5,6} ) +DISTUTILS_SINGLE_IMPL=1 -GNOME2_LA_PUNT=yes -PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 git-r3 gnome2-utils xdg-utils -inherit autotools git-r3 gnome2 python-single-r1 - -DESCRIPTION="Drop-down terminal for GTK+ desktops" -HOMEPAGE="https://github.com/Guake/guake" -# override gnome.org.eclass SRC_URI -SRC_URI='' +DESCRIPTION="Drop-down terminal for GNOME" +HOMEPAGE="https://github.com/Guake/guake https://pypi.org/project/Guake" EGIT_REPO_URI="https://github.com/Guake/guake.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +IUSE="utempter" RDEPEND=" - ${PYTHON_DEPS} + dev-libs/keybinder:3 dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gconf-python[${PYTHON_USEDEP}] - dev-python/notify-python[${PYTHON_USEDEP}] - dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/vte:0[python] + dev-python/pbr[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/libnotify + x11-libs/vte:2.91 + utempter? ( sys-libs/libutempter ) " DEPEND=" ${RDEPEND} - dev-util/intltool - virtual/pkgconfig + dev-python/setuptools[${PYTHON_USEDEP}] + gnome-base/gsettings-desktop-schemas + sys-devel/gettext + sys-devel/make " -DOCS=( AUTHORS ChangeLog NEWS README.rst ) - -src_unpack() { - # override gnome2_src_unpack() - git-r3_src_unpack -} +PATCHES=( + "${FILESDIR}"/${PN}-3.3.2-paths.patch +) -src_prepare() { +python_compile_all() { + emake prepare-install prefix=/usr + emake generate-paths prefix=/usr DATA_DIR='$(datadir)/guake' DEV_SCHEMA_DIR='$(gsettingsschemadir)' default +} - eautoreconf - - gnome2_src_prepare +python_install_all() { + emake install-schemas install-locale prefix=/usr DESTDIR="${D}" + distutils-r1_python_install_all } pkg_postinst() { - gnome2_pkg_postinst + gnome2_schemas_update + xdg_desktop_database_update } pkg_postrm() { - gnome2_pkg_postrm + gnome2_schemas_update + xdg_desktop_database_update }