Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Thu, 02 May 2019 19:24:33
Message-Id: 1556825037.1ad4fadd7fafa215cea680736c44e843e65968dd.gyakovlev@gentoo
1 commit: 1ad4fadd7fafa215cea680736c44e843e65968dd
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 19:21:00 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 19:23:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad4fadd
7
8 x11-misc/xwallpaper: sync live ebuild
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-misc/xwallpaper/xwallpaper-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/xwallpaper/xwallpaper-9999.ebuild b/x11-misc/xwallpaper/xwallpaper-9999.ebuild
17 index 6fdbe38a627..bcf9073e961 100644
18 --- a/x11-misc/xwallpaper/xwallpaper-9999.ebuild
19 +++ b/x11-misc/xwallpaper/xwallpaper-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ if [ ${PV} == "9999" ] ; then
27 inherit git-r3
28 EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
29 else
30 - SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.gz"
31 + SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
32 KEYWORDS="~amd64 ~x86"
33 fi