From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1F02138350 for ; Wed, 12 Feb 2020 11:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B48FE0872; Wed, 12 Feb 2020 11:19:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CFD4E0872 for ; Wed, 12 Feb 2020 11:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 315A934E86B for ; Wed, 12 Feb 2020 11:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F54C10F for ; Wed, 12 Feb 2020 11:19:16 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1581506354.5d01ae3e9daa6c44ac11323915152a641d81d103.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xlockmore/xlockmore-5.50.ebuild x11-misc/xlockmore/xlockmore-5.61.ebuild x11-misc/xlockmore/xlockmore-5.62.ebuild X-VCS-Directories: x11-misc/xlockmore/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5d01ae3e9daa6c44ac11323915152a641d81d103 X-VCS-Branch: master Date: Wed, 12 Feb 2020 11:19:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f525be11-0e0d-43f9-856a-dece7f462871 X-Archives-Hash: 7069dc3e98b17b635ddc23c2525d47c5 commit: 5d01ae3e9daa6c44ac11323915152a641d81d103 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 12 11:18:29 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 12 11:19:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d01ae3e x11-misc/xlockmore: Add recent-releases/ to SRC_URI Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/xlockmore/xlockmore-5.50.ebuild | 5 ++++- x11-misc/xlockmore/xlockmore-5.61.ebuild | 1 + x11-misc/xlockmore/xlockmore-5.62.ebuild | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/x11-misc/xlockmore/xlockmore-5.50.ebuild b/x11-misc/xlockmore/xlockmore-5.50.ebuild index c387921785f..43775135d66 100644 --- a/x11-misc/xlockmore/xlockmore-5.50.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.50.ebuild @@ -6,7 +6,10 @@ inherit autotools eutils flag-o-matic pam DESCRIPTION="Just another screensaver application for X" HOMEPAGE="https://www.sillycycle.com/xlockmore.html" -SRC_URI="https://www.sillycycle.com/xlock/${P}.tar.xz" +SRC_URI=" + https://www.sillycycle.com/xlock/${P}.tar.xz + https://www.sillycycle.com/xlock/recent-releases/${P}.tar.xz +" LICENSE="BSD GPL-2" SLOT="0" diff --git a/x11-misc/xlockmore/xlockmore-5.61.ebuild b/x11-misc/xlockmore/xlockmore-5.61.ebuild index b993e74bcdd..2071d070081 100644 --- a/x11-misc/xlockmore/xlockmore-5.61.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.61.ebuild @@ -8,6 +8,7 @@ DESCRIPTION="Just another screensaver application for X" HOMEPAGE="https://www.sillycycle.com/xlockmore.html" SRC_URI=" https://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz + https://www.sillycycle.com/xlock/recent-releases/${P/_alpha/ALPHA}.tar.xz " LICENSE="BSD GPL-2" diff --git a/x11-misc/xlockmore/xlockmore-5.62.ebuild b/x11-misc/xlockmore/xlockmore-5.62.ebuild index b993e74bcdd..2071d070081 100644 --- a/x11-misc/xlockmore/xlockmore-5.62.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.62.ebuild @@ -8,6 +8,7 @@ DESCRIPTION="Just another screensaver application for X" HOMEPAGE="https://www.sillycycle.com/xlockmore.html" SRC_URI=" https://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz + https://www.sillycycle.com/xlock/recent-releases/${P/_alpha/ALPHA}.tar.xz " LICENSE="BSD GPL-2"