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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9CA115800D for ; Tue, 4 Jul 2023 22:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F9ECE085E; Tue, 4 Jul 2023 22:15:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C281E085E for ; Tue, 4 Jul 2023 22:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72618340F88 for ; Tue, 4 Jul 2023 22:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C8CACD for ; Tue, 4 Jul 2023 22:15:18 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688508902.70a4e8f717edd0b10df78a502cd694103e332928.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdiskusage/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdiskusage/xdiskusage-1.52.ebuild X-VCS-Directories: x11-misc/xdiskusage/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 70a4e8f717edd0b10df78a502cd694103e332928 X-VCS-Branch: master Date: Tue, 4 Jul 2023 22:15:18 +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: 388fd912-f31c-4f46-a3c6-00c83320bc9b X-Archives-Hash: f42c50e6520e8c454428f7ffd69eac2d commit: 70a4e8f717edd0b10df78a502cd694103e332928 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 21:07:54 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 4 22:15:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a4e8f7 x11-misc/xdiskusage: use HTTPS, fix LICENSE, minor style changes Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/xdiskusage/xdiskusage-1.52.ebuild | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild index d651d779077d..deb5d693b990 100644 --- a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild +++ b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild @@ -1,25 +1,20 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="user-friendly program to show you what is using up all your disk space" -HOMEPAGE="http://xdiskusage.sourceforge.net/" -SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz" +DESCRIPTION="User-friendly program to show you what is using up all your disk space" +HOMEPAGE="https://xdiskusage.sourceforge.net/" +SRC_URI="https://xdiskusage.sourceforge.net/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc x86" -RDEPEND=" - >=x11-libs/fltk-1.3:1 -" -BDEPEND=" - ${RDEPEND} -" -DEPEND=" - ${RDEPEND} -" +RDEPEND=">=x11-libs/fltk-1.3:1" +BDEPEND="${RDEPEND}" +DEPEND="${RDEPEND}" + PATCHES=( "${FILESDIR}"/${PN}-1.52-flags-order.patch "${FILESDIR}"/${PN}-1.52-pathbuf.patch