diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-09 23:58:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-10 00:01:58 +0100 |
commit | 3c0d62b29b2b5cb80f677c5c3747f48e34c289f0 (patch) | |
tree | 867d0e12a108443dd0fa200938b7d793d1b0e978 /media-gfx/tintii | |
parent | media-gfx/tintii: Use wxGTK:3.0-gtk3, EAPI-7 bump, fix missing BDEPEND (diff) | |
download | gentoo-3c0d62b29b2b5cb80f677c5c3747f48e34c289f0.tar.gz gentoo-3c0d62b29b2b5cb80f677c5c3747f48e34c289f0.tar.bz2 gentoo-3c0d62b29b2b5cb80f677c5c3747f48e34c289f0.zip |
media-gfx/tintii: Drop 2.10.0 (r0)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/tintii')
-rw-r--r-- | media-gfx/tintii/tintii-2.10.0.ebuild | 24 |
1 files changed, 0 insertions, 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 a063c35bd35e..000000000000 --- 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 -} |