commit: 1b787d4734a0daa6665768cc9f565204fea19d5e Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Sun Jan 28 19:00:43 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Jan 28 19:00:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b787d47
gui-apps/nwg-icon-picker: drop 0.1.0 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> .../nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild b/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild deleted file mode 100644 index f3d39faa31..0000000000 --- a/gui-apps/nwg-icon-picker/nwg-icon-picker-0.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -if [[ "${PV}" == 9999 ]] -then - inherit git-r3 - EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-icon-picker.git" -else - SRC_URI="https://github.com/nwg-piotr/nwg-icon-picker/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="GTK icon chooser with a text search option" -HOMEPAGE="https://github.com/nwg-piotr/nwg-icon-picker" -LICENSE="MIT" - -SLOT="0" - -RDEPEND=" - x11-libs/gtk+:3 - dev-python/pygobject[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}"