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 A869A138350 for ; Thu, 19 Mar 2020 17:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4AEE0EC7; Thu, 19 Mar 2020 17:20:45 +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 6734EE0EC7 for ; Thu, 19 Mar 2020 17:20:45 +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 9CDF134F2D5 for ; Thu, 19 Mar 2020 17:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D2FF1A7 for ; Thu, 19 Mar 2020 17:20:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584638426.b7ccf0fd6a391e6a7b7a1330de004d5f6f61b49e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bashnapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/bashnapi/Manifest media-video/bashnapi/bashnapi-1.3.5.ebuild X-VCS-Directories: media-video/bashnapi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b7ccf0fd6a391e6a7b7a1330de004d5f6f61b49e X-VCS-Branch: master Date: Thu, 19 Mar 2020 17:20:40 +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: c274d1b0-3038-4e8e-82b5-279c5a8ed3ae X-Archives-Hash: 301e32a42f5ed42234f28bfd76d6d445 commit: b7ccf0fd6a391e6a7b7a1330de004d5f6f61b49e Author: Michał Górny gentoo org> AuthorDate: Thu Mar 19 17:12:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 19 17:20:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ccf0fd media-video/bashnapi: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> media-video/bashnapi/Manifest | 1 - media-video/bashnapi/bashnapi-1.3.5.ebuild | 56 ------------------------------ 2 files changed, 57 deletions(-) diff --git a/media-video/bashnapi/Manifest b/media-video/bashnapi/Manifest index 01ec8af90d3..702d39c1e33 100644 --- a/media-video/bashnapi/Manifest +++ b/media-video/bashnapi/Manifest @@ -1,2 +1 @@ -DIST bashnapi_v1.3.5.tar.gz 98580 BLAKE2B 4a7b42f91c14c7dc24cbf14535700a778d915db0dec31206cd7bb91519f33aa4eedced56aa4efa136e3eef23f6674d1a7dafe6c63686aca4dccf076952da762d SHA512 7cf5abb009021a43261be863f320d6324b02ea25f1388c7cc99a4f695a3eb987971ada172f74d21e3a44deeec35e48c4424fa378de53749f994b6c0d0f76eec8 DIST napi-2.0.0.tar.gz 104326 BLAKE2B f7fbea40bfbcadbefa44b31ca4689a4ce4470abf715fc7c38f2b06c911cd8a32f8dcf0ae605cdf6bb9afb00b64ae1bbb468ad02e094c3e4d272745177c5ae6e7 SHA512 fc64d8d815c2014e04115623099351226a66268c2b414fa3cee37fd73f4e6a84f41cc57e96184d9f30e72e84ba98f886be45e68b4c9d3c774c874ea40bc6c2b7 diff --git a/media-video/bashnapi/bashnapi-1.3.5.ebuild b/media-video/bashnapi/bashnapi-1.3.5.ebuild deleted file mode 100644 index 993294be32e..00000000000 --- a/media-video/bashnapi/bashnapi-1.3.5.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Napiprojekt.pl subtitle downloader in bash" -HOMEPAGE="https://sourceforge.net/projects/bashnapi/" -SRC_URI="mirror://sourceforge/${PN}/bashnapi_v${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-arch/p7zip" - -S=${WORKDIR}/napi-${PV} - -src_configure() { - # install.sh does not support --destdir - sed -i -e "s^\(NAPI_COMMON_PATH=\).*$^\1${EPREFIX}/usr/share/napi^" \ - napi.sh subotage.sh || die -} - -src_install() { - default # for docs - dobin napi.sh subotage.sh - insinto /usr/share/napi - doins napi_common.sh -} - -pkg_postinst() { - # packages that can be used to detect FPS - local fps_pkgs=( - media-video/ffmpeg - media-video/mediainfo - media-video/mplayer - # also mplayer2 - ) - local p found - - for p in "${fps_pkgs[@]}"; do - if has_version "${p}"; then - found=1 - break - fi - done - - if [[ ! ${found} ]]; then - elog "In order to support FPS detection, install one of the following packages:" - elog - for p in "${fps_pkgs[@]}"; do - elog " ${p}" - done - fi -}