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 0439E138334 for ; Thu, 1 Nov 2018 21:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB62DE078A; Thu, 1 Nov 2018 21:43:25 +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 ABEF1E078A for ; Thu, 1 Nov 2018 21:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 30B82335CB7 for ; Thu, 1 Nov 2018 21:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA9BE430 for ; Thu, 1 Nov 2018 21:43:20 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1541108592.26719c84aae6e77491dd92018d3e833880e1a781.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/gnome-screenshot/gnome-screenshot-3.26.0-r1.ebuild media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild X-VCS-Directories: media-gfx/gnome-screenshot/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 26719c84aae6e77491dd92018d3e833880e1a781 X-VCS-Branch: master Date: Thu, 1 Nov 2018 21:43:20 +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: dc35c413-195f-4637-88f9-f5067dea0881 X-Archives-Hash: 671c75d960c93bedcc1fad999634c4e9 commit: 26719c84aae6e77491dd92018d3e833880e1a781 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Thu Nov 1 21:43:12 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Thu Nov 1 21:43:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=26719c84 media-gfx/gnome-screenshot: remove gnome-meson Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 0x7DF238CF0AA182E1 ...-screenshot-3.26.0.ebuild => gnome-screenshot-3.26.0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0-r1.ebuild similarity index 90% rename from media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild rename to media-gfx/gnome-screenshot/gnome-screenshot-3.26.0-r1.ebuild index ad114296..7e3d3134 100644 --- a/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild +++ b/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome-meson readme.gentoo-r1 +inherit gnome.org gnome2-utils meson readme.gentoo-r1 DESCRIPTION="Screenshot utility for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Attic/GnomeUtils" @@ -40,11 +40,10 @@ DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to where to save the screenshot, run 'gnome-screenshot --interactive'" src_install() { - gnome-meson_src_install + meson_src_install readme.gentoo_create_doc } pkg_postinst() { - gnome-meson_pkg_postinst readme.gentoo_print_elog }