Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bashnapi/
Date: Tue, 02 Jan 2018 06:19:22
Message-Id: 1514873931.e6740e7bee8aa3af94def061b3ba234171a8ef27.mgorny@gentoo
1 commit: e6740e7bee8aa3af94def061b3ba234171a8ef27
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 22:08:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 06:18:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6740e7b
7
8 media-video/bashnapi: Clean old up
9
10 media-video/bashnapi/Manifest | 1 -
11 media-video/bashnapi/bashnapi-1.1.5.ebuild | 33 ------------------------------
12 2 files changed, 34 deletions(-)
13
14 diff --git a/media-video/bashnapi/Manifest b/media-video/bashnapi/Manifest
15 index befd0881bfb..a62bcd76beb 100644
16 --- a/media-video/bashnapi/Manifest
17 +++ b/media-video/bashnapi/Manifest
18 @@ -1,2 +1 @@
19 DIST bashnapi_v1.3.5.tar.gz 98580 BLAKE2B 4a7b42f91c14c7dc24cbf14535700a778d915db0dec31206cd7bb91519f33aa4eedced56aa4efa136e3eef23f6674d1a7dafe6c63686aca4dccf076952da762d SHA512 7cf5abb009021a43261be863f320d6324b02ea25f1388c7cc99a4f695a3eb987971ada172f74d21e3a44deeec35e48c4424fa378de53749f994b6c0d0f76eec8
20 -DIST napi_v1.1.5_subotage_0.15.tgz 38080 BLAKE2B b8e15a91ebc026a74fb90d8ed81d8d0b1c9de31b4ab24a276258c05c844137a85afa7840b88abd5a52ff017e4792587919526c773987865a91b2e9f8dd9be09d SHA512 a8f2b79a3d0767c99af448e7ec9fb8d9b2048876f966ab7ef07c17b7935066387dd20e9535f43947266810d66d28e5e2d02cffc5f033c65112c10744506e86f5
21
22 diff --git a/media-video/bashnapi/bashnapi-1.1.5.ebuild b/media-video/bashnapi/bashnapi-1.1.5.ebuild
23 deleted file mode 100644
24 index d4e2ad65a1a..00000000000
25 --- a/media-video/bashnapi/bashnapi-1.1.5.ebuild
26 +++ /dev/null
27 @@ -1,33 +0,0 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -SUB_VER=0.15
34 -MY_TAR=napi_v${PV}_subotage_${SUB_VER}
35 -
36 -DESCRIPTION="Napiprojekt.pl subtitle downloader in bash"
37 -HOMEPAGE="https://sourceforge.net/projects/bashnapi/"
38 -SRC_URI="mirror://sourceforge/${PN}/${MY_TAR}.tgz"
39 -
40 -LICENSE="GPL-3"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -S=${WORKDIR}/napi
46 -
47 -src_install() {
48 - default # for docs
49 -
50 - dobin napi.sh
51 -}
52 -
53 -pkg_postinst() {
54 - elog "Optional runtime dependencies:"
55 - elog
56 - elog " \033[1mmedia-video/subotage\033[0m for subtitle format conversion"
57 - elog
58 - elog " \033[1mmedia-video/mediainfo\033[0m"
59 - elog "or \033[1mmedia-video/mplayer\033[0m for FPS detection (for conversion)"
60 -}