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 357781382C5 for ; Tue, 16 Mar 2021 13:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79CC0E083D; Tue, 16 Mar 2021 13:04:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5E2F0E0839 for ; Tue, 16 Mar 2021 13:04:52 +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 5068F335D87 for ; Tue, 16 Mar 2021 13:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF62C5B4 for ; Tue, 16 Mar 2021 13:04:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615899792.64ae89dede3d0fdfce28a45dd2c18ec8169c7d77.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/glimpse/glimpse-0.2.0.ebuild X-VCS-Directories: media-gfx/glimpse/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 64ae89dede3d0fdfce28a45dd2c18ec8169c7d77 X-VCS-Branch: dev Date: Tue, 16 Mar 2021 13:04:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3406de35-a270-46c6-ae8d-70bfa90064af X-Archives-Hash: 5fa63cf7342c0625959bb4317151ab0c commit: 64ae89dede3d0fdfce28a45dd2c18ec8169c7d77 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 16 13:03:12 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 16 13:03:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64ae89de media-gfx/glimpse: EAPI bump could not get this to configure (neither before or after these changes). Same error when running it on a freshly cloned upstream git repo. ./configure: line 33540: syntax error near unexpected token `)' ./configure: line 33540: `fi)' Fixing this one, just reveals a new syntax error Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> media-gfx/glimpse/glimpse-0.2.0.ebuild | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild index 4fa67cce..0057314e 100644 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Based on media-gfx/gimp-2.10.18-r2.ebuild -EAPI=6 # gnome2.eclass doesn't work with EAPI 7. +EAPI=7 GNOME2_EAUTORECONF=yes WANT_AUTOMAKE= @@ -77,17 +77,17 @@ DEPEND=" ${COMMON_DEPEND} >=dev-lang/perl-5.10.0 dev-libs/appstream-glib - dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 sys-apps/findutils >=sys-devel/gettext-0.19 - >=sys-devel/libtool-2.2 - virtual/pkgconfig doc? ( dev-util/gtk-doc ) test? ( x11-base/xorg-server[xvfb] ) " - -# TODO: Add BDEPEND after switch to EAPI 7. +BDEPEND=" + dev-util/gtk-update-icon-cache + >=sys-devel/libtool-2.2 + virtual/pkgconfig +" DOCS=( "AUTHORS" "HACKING.md" "NEWS" "README.md" ) @@ -118,6 +118,7 @@ src_prepare() { sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' \ -i configure || die # bug #615144 fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test + } _adjust_sandbox() { @@ -197,11 +198,3 @@ src_install() { | sed -E 's/.*\[([2-9]\.[0-9]+)\].*/\1/') mv "${ED%/}"/usr/share/man/man1/gimp-console{-${gimp_app_version},}.1 || die } - -pkg_postinst() { - gnome2_pkg_postinst -} - -pkg_postrm() { - gnome2_pkg_postrm -} 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 D91CE1382C5 for ; Tue, 16 Mar 2021 13:08:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21300E0843; Tue, 16 Mar 2021 13:08:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0883EE0843 for ; Tue, 16 Mar 2021 13:08:55 +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 1A5BD340E2B for ; Tue, 16 Mar 2021 13:08:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEDE25B4 for ; Tue, 16 Mar 2021 13:08:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615899792.64ae89dede3d0fdfce28a45dd2c18ec8169c7d77.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/glimpse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/glimpse/glimpse-0.2.0.ebuild X-VCS-Directories: media-gfx/glimpse/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 64ae89dede3d0fdfce28a45dd2c18ec8169c7d77 X-VCS-Branch: master Date: Tue, 16 Mar 2021 13:08:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80aeb454-0af8-4d1c-a243-0e1971a8e865 X-Archives-Hash: 81fd0e25320ad3ed76b9568b6970f668 Message-ID: <20210316130851.X_HNeWDspKjhqRJQHcI1sDMBPXjIxUYsfXgkkLN62so@z> commit: 64ae89dede3d0fdfce28a45dd2c18ec8169c7d77 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 16 13:03:12 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 16 13:03:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64ae89de media-gfx/glimpse: EAPI bump could not get this to configure (neither before or after these changes). Same error when running it on a freshly cloned upstream git repo. ./configure: line 33540: syntax error near unexpected token `)' ./configure: line 33540: `fi)' Fixing this one, just reveals a new syntax error Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> media-gfx/glimpse/glimpse-0.2.0.ebuild | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild index 4fa67cce..0057314e 100644 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Based on media-gfx/gimp-2.10.18-r2.ebuild -EAPI=6 # gnome2.eclass doesn't work with EAPI 7. +EAPI=7 GNOME2_EAUTORECONF=yes WANT_AUTOMAKE= @@ -77,17 +77,17 @@ DEPEND=" ${COMMON_DEPEND} >=dev-lang/perl-5.10.0 dev-libs/appstream-glib - dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 sys-apps/findutils >=sys-devel/gettext-0.19 - >=sys-devel/libtool-2.2 - virtual/pkgconfig doc? ( dev-util/gtk-doc ) test? ( x11-base/xorg-server[xvfb] ) " - -# TODO: Add BDEPEND after switch to EAPI 7. +BDEPEND=" + dev-util/gtk-update-icon-cache + >=sys-devel/libtool-2.2 + virtual/pkgconfig +" DOCS=( "AUTHORS" "HACKING.md" "NEWS" "README.md" ) @@ -118,6 +118,7 @@ src_prepare() { sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' \ -i configure || die # bug #615144 fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test + } _adjust_sandbox() { @@ -197,11 +198,3 @@ src_install() { | sed -E 's/.*\[([2-9]\.[0-9]+)\].*/\1/') mv "${ED%/}"/usr/share/man/man1/gimp-console{-${gimp_app_version},}.1 || die } - -pkg_postinst() { - gnome2_pkg_postinst -} - -pkg_postrm() { - gnome2_pkg_postrm -}