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 2220D138335 for ; Sun, 26 Aug 2018 08:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF66E086C; Sun, 26 Aug 2018 08:51:56 +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 B1738E086C for ; Sun, 26 Aug 2018 08:51:56 +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 D1965335C42 for ; Sun, 26 Aug 2018 08:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA2C63B9 for ; Sun, 26 Aug 2018 08:51:52 +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: <1535273486.3e49a002ebd1d8f59c81d5d0716871c8950d4f84.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ccextractor/ccextractor-0.85-r1.ebuild X-VCS-Directories: media-video/ccextractor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e49a002ebd1d8f59c81d5d0716871c8950d4f84 X-VCS-Branch: master Date: Sun, 26 Aug 2018 08:51:52 +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-Archives-Salt: d7e2d807-1999-4353-bbaa-ebb035ec2241 X-Archives-Hash: 15ba696ab2c272e39173a481f51997dc commit: 3e49a002ebd1d8f59c81d5d0716871c8950d4f84 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 26 07:29:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 26 08:51:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e49a002 media-video/ccextractor: Drop 0.85-r1 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-video/ccextractor/ccextractor-0.85-r1.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/media-video/ccextractor/ccextractor-0.85-r1.ebuild b/media-video/ccextractor/ccextractor-0.85-r1.ebuild deleted file mode 100644 index aad1f505d1f..00000000000 --- a/media-video/ccextractor/ccextractor-0.85-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils toolchain-funcs - -DESCRIPTION="Extract closed captioning subtitles from video to SRT" -HOMEPAGE="https://www.ccextractor.org/" -SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - media-libs/libpng:0= - sys-libs/zlib:= -" -DEPEND="${RDEPEND} - app-arch/unzip - virtual/pkgconfig" - -S="${WORKDIR}/${PN}/src" - -PATCHES=( "${FILESDIR}/${P}-cmake.patch" )