commit: ea8002a63c3dbbd1c61fa75dffc92f0fd4d679a6 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Oct 29 18:53:59 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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 -}
