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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6224D158042 for ; Tue, 29 Oct 2024 18:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5405CE0844; Tue, 29 Oct 2024 18:55:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3857CE0844 for ; Tue, 29 Oct 2024 18:55:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CAF833BEE9 for ; Tue, 29 Oct 2024 18:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A0711DF for ; Tue, 29 Oct 2024 18:55:17 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1730228039.ea8002a63c3dbbd1c61fa75dffc92f0fd4d679a6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gtkdiskfree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224.ebuild X-VCS-Directories: app-admin/gtkdiskfree/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ea8002a63c3dbbd1c61fa75dffc92f0fd4d679a6 X-VCS-Branch: master Date: Tue, 29 Oct 2024 18:55:17 +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: 75af752b-e4f7-42de-8262-bee077eff0e8 X-Archives-Hash: a22f0a0e71ded3cbfdee000b78df5d08 commit: ea8002a63c3dbbd1c61fa75dffc92f0fd4d679a6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Oct 29 18:53:59 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Oct 29 18:53:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8002a6 app-admin/gtkdiskfree: drop 2.0.4_p20200224 Bug: https://bugs.gentoo.org/894204 Signed-off-by: Andreas K. Hüttel gentoo.org> .../gtkdiskfree/gtkdiskfree-2.0.4_p20200224.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224.ebuild b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224.ebuild deleted file mode 100644 index b78d03283533..000000000000 --- a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Graphical tool to show free disk space like df" -HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree" -COMMIT="bdda379b9109a226a37801505a19da91494144a6" -SRC_URI="https://gitlab.com/mazes_80/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="gtk2" - -DEPEND=" - dev-libs/glib - x11-libs/cairo - x11-libs/gdk-pixbuf - gtk2? ( x11-libs/gtk+:2 ) - !gtk2? ( x11-libs/gtk+:3 )" -RDEPEND="${DEPEND}" -BDEPEND="sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - if use gtk2 ; then - econf $(use_with gtk2) - else - econf --enable-old-color-selector - fi -}