commit: 4900f38dcef36dc8c164673463aff7c6430290ff Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Nov 27 11:54:07 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Nov 27 12:28:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4900f38d
x11-plugins/wmsystray: update homepage and SRC_URI Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmsystray/Manifest | 2 +- x11-plugins/wmsystray/wmsystray-0.1.1.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-plugins/wmsystray/Manifest b/x11-plugins/wmsystray/Manifest index 971919b5668..1636d745459 100644 --- a/x11-plugins/wmsystray/Manifest +++ b/x11-plugins/wmsystray/Manifest @@ -1 +1 @@ -DIST wmsystray-0.1.1.tar.bz2 18261 SHA256 d24a9cb25f4394eecb6e9215b88dde0d9debf203fbf1e501fb02e3e0571c37f7 SHA512 a28d8cb6a3e74909a1467459f81a853dae2d74c28db166be15f398f00bc8066fbb1caa0e982fb3874279a7edd376ab892499e8981d2c2126eed591ef52f8d604 WHIRLPOOL 4b6032663f5cd4c236bce79cd77626a1e15cd057c96c27080587ae4f6cc506b8c10082e13a215bba0d673373d45d1f07f445802218aa7df2920469f2505fdeff +DIST wmsystray-0.1.1.tar.bz2 18261 BLAKE2B d232dcfd3077760d7990ec8e22249aafa9dacf415e71b6a662a1a32464e233cd5460f9b99d6e1c478ce69c6ad0e9973febfce2292992d5619792d4bf4dcc1d7c SHA512 a28d8cb6a3e74909a1467459f81a853dae2d74c28db166be15f398f00bc8066fbb1caa0e982fb3874279a7edd376ab892499e8981d2c2126eed591ef52f8d604 diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild index bb4e1db5485..cad9da31487 100644 --- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild +++ b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications" -SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2" -HOMEPAGE="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/" +HOMEPAGE="https://github.com/bbidulock/wmsystray" +SRC_URI="https://github.com/bbidulock/wmsystray/releases/download/${PV}/${P}.tar.bz2" RDEPEND="x11-libs/libX11 x11-libs/libXpm"