commit:     2e86755e386d4ef9ec2bb13aa400c8f9d5e5a0a1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 07:31:18 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 07:32:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e86755e

app-admin/gtkdiskfree: drop 2.0.4_p20200224-r1, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../gtkdiskfree-2.0.4_p20200224-r1.ebuild          | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild 
b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
deleted file mode 100644
index 854df9ea2371..000000000000
--- a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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"
-
-RDEPEND="
-       dev-libs/glib
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       gtk2? ( x11-libs/gtk+:2 )
-       !gtk2? ( x11-libs/gtk+:3 )"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto"
-BDEPEND="sys-devel/gettext
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.0.4-musl-setlocale.patch
-)
-
-src_configure() {
-       if use gtk2 ; then
-               econf $(use_with gtk2)
-       else
-               econf --enable-old-color-selector
-       fi
-}

Reply via email to