diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-04 23:07:54 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 00:15:02 +0200 |
commit | 70a4e8f717edd0b10df78a502cd694103e332928 (patch) | |
tree | 6206d740d0d003dbe767b376375868cb00e90a13 /x11-misc | |
parent | x11-misc/xdesktopwaves: use HTTPS, fix LICENSE (diff) | |
download | gentoo-70a4e8f717edd0b10df78a502cd694103e332928.tar.gz gentoo-70a4e8f717edd0b10df78a502cd694103e332928.tar.bz2 gentoo-70a4e8f717edd0b10df78a502cd694103e332928.zip |
x11-misc/xdiskusage: use HTTPS, fix LICENSE, minor style changes
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xdiskusage/xdiskusage-1.52.ebuild | 23 |
1 files 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 |