diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-01 23:08:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-02 07:18:51 +0100 |
commit | e6740e7bee8aa3af94def061b3ba234171a8ef27 (patch) | |
tree | 98c9e012399f6352906246b5c42ce64940e615c8 /media-video/bashnapi | |
parent | dev-util/shadowman: Clean old up (diff) | |
download | gentoo-e6740e7bee8aa3af94def061b3ba234171a8ef27.tar.gz gentoo-e6740e7bee8aa3af94def061b3ba234171a8ef27.tar.bz2 gentoo-e6740e7bee8aa3af94def061b3ba234171a8ef27.zip |
media-video/bashnapi: Clean old up
Diffstat (limited to 'media-video/bashnapi')
-rw-r--r-- | media-video/bashnapi/Manifest | 1 | ||||
-rw-r--r-- | media-video/bashnapi/bashnapi-1.1.5.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/media-video/bashnapi/Manifest b/media-video/bashnapi/Manifest index befd0881bfbc..a62bcd76beb8 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 d4e2ad65a1ab..000000000000 --- 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)" -} |