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 9EEFF138206 for ; Tue, 2 Jan 2018 06:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23FF1E0876; Tue, 2 Jan 2018 06:19:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0621EE0876 for ; Tue, 2 Jan 2018 06:19:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0F50F335C2C for ; Tue, 2 Jan 2018 06:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B8B1A9 for ; Tue, 2 Jan 2018 06:19:04 +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: <1514873931.e6740e7bee8aa3af94def061b3ba234171a8ef27.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.1.5.ebuild X-VCS-Directories: media-video/bashnapi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e6740e7bee8aa3af94def061b3ba234171a8ef27 X-VCS-Branch: master Date: Tue, 2 Jan 2018 06:19:04 +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: 4de13fe9-8412-482b-b7b0-5a79fae12620 X-Archives-Hash: 0b93d8991f2bb4322cbb8a1f4151fc0f commit: e6740e7bee8aa3af94def061b3ba234171a8ef27 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 1 22:08:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 2 06:18:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6740e7b media-video/bashnapi: Clean old up media-video/bashnapi/Manifest | 1 - media-video/bashnapi/bashnapi-1.1.5.ebuild | 33 ------------------------------ 2 files changed, 34 deletions(-) diff --git a/media-video/bashnapi/Manifest b/media-video/bashnapi/Manifest index befd0881bfb..a62bcd76beb 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_v1.1.5_subotage_0.15.tgz 38080 BLAKE2B b8e15a91ebc026a74fb90d8ed81d8d0b1c9de31b4ab24a276258c05c844137a85afa7840b88abd5a52ff017e4792587919526c773987865a91b2e9f8dd9be09d SHA512 a8f2b79a3d0767c99af448e7ec9fb8d9b2048876f966ab7ef07c17b7935066387dd20e9535f43947266810d66d28e5e2d02cffc5f033c65112c10744506e86f5 diff --git a/media-video/bashnapi/bashnapi-1.1.5.ebuild b/media-video/bashnapi/bashnapi-1.1.5.ebuild deleted file mode 100644 index d4e2ad65a1a..00000000000 --- a/media-video/bashnapi/bashnapi-1.1.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -SUB_VER=0.15 -MY_TAR=napi_v${PV}_subotage_${SUB_VER} - -DESCRIPTION="Napiprojekt.pl subtitle downloader in bash" -HOMEPAGE="https://sourceforge.net/projects/bashnapi/" -SRC_URI="mirror://sourceforge/${PN}/${MY_TAR}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/napi - -src_install() { - default # for docs - - dobin napi.sh -} - -pkg_postinst() { - elog "Optional runtime dependencies:" - elog - elog " \033[1mmedia-video/subotage\033[0m for subtitle format conversion" - elog - elog " \033[1mmedia-video/mediainfo\033[0m" - elog "or \033[1mmedia-video/mplayer\033[0m for FPS detection (for conversion)" -}