media-video/bashnapi: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Mon, 1 Jan 2018 22:08:03 +0000 (23:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 06:18:51 +0000 (07:18 +0100)
media-video/bashnapi/Manifest
media-video/bashnapi/bashnapi-1.1.5.ebuild [deleted file]

index befd0881bfbc06ca4a4ccbddbe85ff32a76de97c..a62bcd76beb815e6b20d721f0f0a08f863243e45 100644 (file)
@@ -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 (file)
index d4e2ad6..0000000
+++ /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)"
-}