diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 12:54:07 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 13:28:51 +0100 |
commit | 4900f38dcef36dc8c164673463aff7c6430290ff (patch) | |
tree | b30f60f1bc037d19c28bf99757892053521bfb3f /x11-plugins | |
parent | x11-plugins/wmmsg: drop old (diff) | |
download | gentoo-4900f38dcef36dc8c164673463aff7c6430290ff.tar.gz gentoo-4900f38dcef36dc8c164673463aff7c6430290ff.tar.bz2 gentoo-4900f38dcef36dc8c164673463aff7c6430290ff.zip |
x11-plugins/wmsystray: 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/wmsystray/Manifest | 2 | ||||
-rw-r--r-- | 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 971919b5668e..1636d7454591 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 bb4e1db54854..cad9da31487e 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" |