* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/glimpse/
2020-11-12 19:50 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-11-12 19:50 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-11-12 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 36ef184772dde62e2e0e14a80672c07b0ad6304d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Nov 12 19:50:13 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 19:50:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36ef1847
media-gfx/glimpse: fix manifests
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-gfx/glimpse/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/glimpse/Manifest b/media-gfx/glimpse/Manifest
index a4589c87..903e2ab6 100644
--- a/media-gfx/glimpse/Manifest
+++ b/media-gfx/glimpse/Manifest
@@ -1 +1 @@
-DIST glimpse-0.2.0.tar.gz 42734079 BLAKE2B 3531bc2a125c54f3ca3e3b3bd60366065393f633b1a537a32b5bec80b151f8ebdfbd815fc9b3e476e2af42fb5f854a48c5714a08640ccd259f46b94d79c084f1 SHA512 6fccb418b8c233fb870b6bced728366e4fe935da0400f340fca14befc261b338d1a9d077c3f77358cb1df824df601f11aff473f1ce8e8086f3884f0ab93a795f
+DIST glimpse-0.2.0.tar.gz 42738232 BLAKE2B 3fe1148ecc5dc7d24849abf392a55e29e67d8f404a25b5cb868d7d812c79b856abd276591bd45490ded933b57a840400544b5cddbce267513ed7159955f50f2d SHA512 0511a42cf315dbd60a01de8f2101755179020f9b1ecc4812c85c890f60515685e08d02d97ffb48ccdc5908998f1c015f76af9f214293abeeea75bf8e8aa7570d
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/
@ 2021-03-16 13:04 Andrew Ammerlaan
2021-03-16 13:08 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-16 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 64ae89dede3d0fdfce28a45dd2c18ec8169c7d77
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 16 13:03:12 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/glimpse/
2021-03-16 13:04 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/ Andrew Ammerlaan
@ 2021-03-16 13:08 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-16 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 64ae89dede3d0fdfce28a45dd2c18ec8169c7d77
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 16 13:03:12 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/glimpse/
@ 2021-04-24 6:38 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-04-24 6:38 UTC (permalink / raw
To: gentoo-commits
commit: f12cc86adbbe773bbfded87a4d61ae5262ec1092
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Apr 23 18:39:50 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 23 18:39:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12cc86a
media-gfx/glimpse: Set compiler explicitly.
The AX_PROG_CC_FOR_BUILD macro doesn't detect tuple-prefixed compilers
automatically.
Closes: https://bugs.gentoo.org/784968
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
media-gfx/glimpse/glimpse-0.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild
index ca55db498..b20d0e5ac 100644
--- a/media-gfx/glimpse/glimpse-0.2.0.ebuild
+++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild
@@ -7,7 +7,7 @@ EAPI=7
GNOME2_EAUTORECONF=yes
WANT_AUTOMAKE=
-inherit autotools gnome2 virtualx
+inherit autotools gnome2 toolchain-funcs virtualx
DESCRIPTION="Image editor based on the GNU Image Manipulation Program"
HOMEPAGE="https://glimpse-editor.org/"
@@ -120,6 +120,7 @@ src_prepare() {
-i configure || die # bug #615144
fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test
+ export CC_FOR_BUILD="$(tc-getBUILD_CC)"
}
_adjust_sandbox() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-24 6:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 13:04 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/ Andrew Ammerlaan
2021-03-16 13:08 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-04-24 6:38 Andrew Ammerlaan
2020-11-12 19:50 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-12 19:50 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox