* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/
@ 2017-11-27 13:51 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2017-11-27 13:51 UTC (permalink / raw
To: gentoo-commits
commit: 40e469942a30f34f86de9db8e517c2c4e75f5c42
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 13:45:43 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 13:51:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e46994
x11-plugins/wmgrabimage: update homepage and SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-plugins/wmgrabimage/Manifest | 2 +-
x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/x11-plugins/wmgrabimage/Manifest b/x11-plugins/wmgrabimage/Manifest
index 629c1e977a6..797850ffac0 100644
--- a/x11-plugins/wmgrabimage/Manifest
+++ b/x11-plugins/wmgrabimage/Manifest
@@ -1 +1 @@
-DIST wmGrabImage-0.72.tgz 19902 SHA256 06d7511c02e870700880efaee260afcce97f5f59209dcd0471fdb1a43f23d22c SHA512 64909db71d141ccf849eacbb100072a53770601fdf23949f76a45d1d25f5015ebb8f3a3da99e8f311977967d44a6db6596c2bcbe961fb8e313e41cad4960c92e WHIRLPOOL a2d3cb44dca38cb794738c26a77143c37d25f19734492f09911e8e3777c1ec4b5d6e3d8af051b1468a91f9b9ab4de52fad8cfdbcdf24fc9c50583b7a75e332ca
+DIST wmGrabImage-0.72.tgz 19902 BLAKE2B d9000c03e4f9a3584f356c18fd4e4767ccc235708e0d3554fd6a0defa6108de3f52a90825b4ed7d334b545340ec9e463e67aae89062f5b0e2622c9e6d851a796 SHA512 64909db71d141ccf849eacbb100072a53770601fdf23949f76a45d1d25f5015ebb8f3a3da99e8f311977967d44a6db6596c2bcbe961fb8e313e41cad4960c92e
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
index 16630b9e9e2..294e2a02812 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils
-MY_P=${PN/grabi/GrabI}
+MY_PN=${PN/grabi/GrabI}
DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it"
-SRC_URI="http://dockapps.windowmaker.org/files/12/19/${MY_P}-${PV}.tgz"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/12"
+HOMEPAGE="http://www.dockapps.net/wmgrabimage"
+SRC_URI="http://www.dockapps.net/download/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}
x11-proto/xextproto
>=sys-apps/sed-4.1.5-r1"
-S=${WORKDIR}/${MY_P}-${PV}/${MY_P}
+S=${WORKDIR}/${MY_PN}-${PV}/${MY_PN}
src_unpack() {
unpack ${A}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/
@ 2018-06-14 9:02 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2018-06-14 9:02 UTC (permalink / raw
To: gentoo-commits
commit: e6cd88f7dd1b935aea8e0446afa8ce7aeeb7358b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 11 20:19:31 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 09:01:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cd88f7
x11-plugins/wmgrabimage: use HTTPS
x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
index b64e3a685bf..4ad78dfcd83 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
@@ -8,8 +8,8 @@ inherit eutils
MY_PN=${PN/grabi/GrabI}
DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it"
-HOMEPAGE="http://www.dockapps.net/wmgrabimage"
-SRC_URI="http://www.dockapps.net/download/${MY_PN}-${PV}.tgz"
+HOMEPAGE="https://www.dockapps.net/wmgrabimage"
+SRC_URI="https://www.dockapps.net/download/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/
@ 2018-12-11 14:29 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2018-12-11 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 28217fc46124be64206b3b4b3c68466fe22249c8
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec 7 14:09:05 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:27:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28217fc4
x11-plugins/wmgrabimage: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 51 ----------------------
1 file changed, 51 deletions(-)
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
deleted file mode 100644
index 4ad78dfcd83..00000000000
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_PN=${PN/grabi/GrabI}
-
-DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it"
-HOMEPAGE="https://www.dockapps.net/wmgrabimage"
-SRC_URI="https://www.dockapps.net/download/${MY_PN}-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=net-misc/wget-1.9-r2
- >=media-gfx/imagemagick-5.5.7.15
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S=${WORKDIR}/${MY_PN}-${PV}/${MY_PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-noman.patch
- sed -i -e 's/-geom /-geometry /' GrabImage || die "sed failed."
- sed -i -e 's/install -s -m /install -m /' Makefile || die "sed failed."
-}
-
-src_compile() {
- emake clean || die "emake clean failed."
- emake CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}" || die "emake failed."
-}
-
-src_install() {
- dodir /usr/bin
- emake DESTDIR="${D}/usr" install || die "einstall failed."
-
- doman wmGrabImage.1
-
- dodoc ../{BUGS,CHANGES,HINTS,TODO}
-
- domenu "${FILESDIR}"/${PN}.desktop
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/
@ 2022-03-04 0:40 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-04 0:40 UTC (permalink / raw
To: gentoo-commits
commit: c95bec350ca9070217e3485bc8e5a9945d2b7e21
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 22:12:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 00:39:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95bec35
Revert "x11-plugins/wmgrabimage: destabilise for ppc"
This reverts commit 47a3316ec4897c4fda72cd0c624858202b42dc2c.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild
index ffa5b0436487..b1d7ff43dabc 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://www.dockapps.net/download/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND=">=net-misc/wget-1.9-r2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/
@ 2022-07-09 15:43 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2022-07-09 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 58a738286839e5ec78f0015e47ca5413be94d35d
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 12:16:04 2022 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 15:40:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a73828
x11-plugins/wmgrabimage: respect CC
Closes: https://bugs.gentoo.org/726260
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild
index b1d7ff43dabc..126ad0294ba9 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop
+inherit desktop toolchain-funcs
MY_PN=${PN/grabi/GrabI}
@@ -39,7 +39,7 @@ src_prepare() {
src_compile() {
emake clean
- emake CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-07-09 15:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-09 15:43 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/ Bernard Cafarelli
-- strict thread matches above, loose matches on Subject: below --
2022-03-04 0:40 Sam James
2018-12-11 14:29 Bernard Cafarelli
2018-06-14 9:02 Bernard Cafarelli
2017-11-27 13:51 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox