diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 14:45:43 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 14:51:05 +0100 |
commit | 40e469942a30f34f86de9db8e517c2c4e75f5c42 (patch) | |
tree | 497ad649136407e271480d664e365beaab9673ab /x11-plugins | |
parent | dev-java/nanoxml: clean up old. (diff) | |
download | gentoo-40e469942a30f34f86de9db8e517c2c4e75f5c42.tar.gz gentoo-40e469942a30f34f86de9db8e517c2c4e75f5c42.tar.bz2 gentoo-40e469942a30f34f86de9db8e517c2c4e75f5c42.zip |
x11-plugins/wmgrabimage: update homepage and SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmgrabimage/Manifest | 2 | ||||
-rw-r--r-- | 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 629c1e977a6a..797850ffac0a 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 16630b9e9e23..294e2a028122 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} |