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 9D89C13835B for ; Mon, 15 Mar 2021 21:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0E5E08F9; Mon, 15 Mar 2021 21:39:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B394EE08F9 for ; Mon, 15 Mar 2021 21:39:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3DA06340F30 for ; Mon, 15 Mar 2021 21:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C5955B6 for ; Mon, 15 Mar 2021 21:39:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615844053.dd88fe7455c67a1d52e2be5e326cb0e4e02d9e5d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdiskusage/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdiskusage/Manifest x11-misc/xdiskusage/xdiskusage-1.51.ebuild X-VCS-Directories: x11-misc/xdiskusage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd88fe7455c67a1d52e2be5e326cb0e4e02d9e5d X-VCS-Branch: master Date: Mon, 15 Mar 2021 21:39:02 +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: 54f4984d-0019-4cdb-b70a-9d7afc5edbda X-Archives-Hash: a835cad44457cdbc1121e9c008d46d5c commit: dd88fe7455c67a1d52e2be5e326cb0e4e02d9e5d Author: Sam James gentoo org> AuthorDate: Mon Mar 15 21:27:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 21:34:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd88fe74 x11-misc/xdiskusage: drop 1.51 Bug: https://bugs.gentoo.org/776466 Signed-off-by: Sam James gentoo.org> x11-misc/xdiskusage/Manifest | 1 - x11-misc/xdiskusage/xdiskusage-1.51.ebuild | 31 ------------------------------ 2 files changed, 32 deletions(-) diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest index c28097819c7..546d746f7e2 100644 --- a/x11-misc/xdiskusage/Manifest +++ b/x11-misc/xdiskusage/Manifest @@ -1,2 +1 @@ -DIST xdiskusage-1.51.tgz 54248 BLAKE2B a1e41eef4e3d303c7bc02cb485ab2ca33bb03c57f9713459b68621a611751f5af35be9918bbef86294e70ddcc8e2fb678b5dfa9baa237954a46fd12120bbf96f SHA512 73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a DIST xdiskusage-1.52.tgz 54458 BLAKE2B 6e91402c4e43e1dfafbd2e689282aea1305ac309a491fd410b16502b2176cfe9a8b17a7379eef5ddea074cc550e7801d91c13db0a7b119b3ab48f32f786f0e5b SHA512 d561f84ca2c8ff73a9abe8c6e34baed430aaa6c6793064b2aa5856249dd4b309d50c3f6b19824a8c948aa8a71f7a3056771937fdce3f3fcb8f2fc8b0f39cdf54 diff --git a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild deleted file mode 100644 index 233643fc401..00000000000 --- a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND=" - >=x11-libs/fltk-1.3:1 -" -DEPEND=" - ${RDEPEND} -" - -src_compile() { - emake \ - CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \ - LDLIBS="$(fltk-config --ldflags)" -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc README -}