From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 166281382C5 for ; Tue, 9 Feb 2021 23:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B4C3E08F9; Tue, 9 Feb 2021 23:02:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56306E08F9 for ; Tue, 9 Feb 2021 23:02:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BABB340EEF for ; Tue, 9 Feb 2021 23:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E728D4C0 for ; Tue, 9 Feb 2021 23:02:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1612911718.3c0d62b29b2b5cb80f677c5c3747f48e34c289f0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tintii/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/tintii/tintii-2.10.0.ebuild X-VCS-Directories: media-gfx/tintii/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c0d62b29b2b5cb80f677c5c3747f48e34c289f0 X-VCS-Branch: master Date: Tue, 9 Feb 2021 23:02:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d04da95-2a1a-4d6f-867a-f00484c3bd61 X-Archives-Hash: 2cf37ac071c3dee905d9c18cb3549884 commit: 3c0d62b29b2b5cb80f677c5c3747f48e34c289f0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 9 22:58:39 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}