commit: 3c0d62b29b2b5cb80f677c5c3747f48e34c289f0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 22:58:39 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 23:01:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0d62b2
media-gfx/tintii: Drop 2.10.0 (r0) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/tintii/tintii-2.10.0.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/media-gfx/tintii/tintii-2.10.0.ebuild b/media-gfx/tintii/tintii-2.10.0.ebuild deleted file mode 100644 index a063c35bd35..00000000000 --- a/media-gfx/tintii/tintii-2.10.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -WX_GTK_VER="3.0" - -inherit wxwidgets - -DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments" -HOMEPAGE="https://www.indii.org/software/tintii" -SRC_URI="https://www.indii.org/files/tint/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" -DEPEND="${RDEPEND} - dev-libs/boost" - -src_prepare() { - default - setup-wxwidgets -}
