Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tintii/
Date: Tue, 09 Feb 2021 23:02:15
Message-Id: 1612911718.3c0d62b29b2b5cb80f677c5c3747f48e34c289f0.asturm@gentoo
1 commit: 3c0d62b29b2b5cb80f677c5c3747f48e34c289f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 22:58:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 23:01:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0d62b2
7
8 media-gfx/tintii: Drop 2.10.0 (r0)
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/tintii/tintii-2.10.0.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/media-gfx/tintii/tintii-2.10.0.ebuild b/media-gfx/tintii/tintii-2.10.0.ebuild
17 deleted file mode 100644
18 index a063c35bd35..00000000000
19 --- a/media-gfx/tintii/tintii-2.10.0.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -WX_GTK_VER="3.0"
27 -
28 -inherit wxwidgets
29 -
30 -DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments"
31 -HOMEPAGE="https://www.indii.org/software/tintii"
32 -SRC_URI="https://www.indii.org/files/tint/releases/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
39 -DEPEND="${RDEPEND}
40 - dev-libs/boost"
41 -
42 -src_prepare() {
43 - default
44 - setup-wxwidgets
45 -}