parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 662d54c97b9b5519dcad54eacea761d26b12a7d5
parent b91bcaeb4ded59d8239a85656e58386b597c6978
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 16 Dec 2016 11:07:28 +0100

app-misc/whatmp3: Add 3.8 and 9999

Diffstat:
Aapp-misc/whatmp3/Manifest | 1+
Aapp-misc/whatmp3/whatmp3-3.8.ebuild | 28++++++++++++++++++++++++++++
Aapp-misc/whatmp3/whatmp3-9999.ebuild | 28++++++++++++++++++++++++++++
3 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/app-misc/whatmp3/Manifest b/app-misc/whatmp3/Manifest @@ -0,0 +1 @@ +DIST whatmp3-3.8.tar.gz 8363 SHA256 0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489 SHA512 78e6981b2ff8f4c88ceff4d411d3b8b84457afb3df5c91d6a608b1f4339c0eb445163a3bdcf79d8a930956300ed0b7416cac4bd9a53985552f7078531549ee76 WHIRLPOOL 7b3d41f0af0e227bc3705aeafee935df1ab3856863d0b3f38eebd7099ae659de7deb4f3cbda839013246fd48487ca078737d69c228557aaeab22f7a97ebb0acd diff --git a/app-misc/whatmp3/whatmp3-3.8.ebuild b/app-misc/whatmp3/whatmp3-3.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils + +DESCRIPTION="transcode audio files and create torrents for them" +HOMEPAGE="https://github.com/RecursiveForest/whatmp3" +SRC_URI="https://github.com/RecursiveForest/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +DEPEND=" + media-libs/flac + media-sound/lame + net-p2p/mktorrent +" +RDEPEND="${DEPEND}" + +src_install() { + dobin whatmp3 + doman whatmp3.1 + dodoc README.md CHANGELOG +} diff --git a/app-misc/whatmp3/whatmp3-9999.ebuild b/app-misc/whatmp3/whatmp3-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils git-r3 + +DESCRIPTION="transcode audio files and create torrents for them" +HOMEPAGE="https://github.com/RecursiveForest/whatmp3" +EGIT_REPO_URI="https://github.com/RecursiveForest/whatmp3.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +DEPEND=" + media-libs/flac + media-sound/lame + net-p2p/mktorrent +" +RDEPEND="${DEPEND}" + +src_install() { + dobin whatmp3 + doman whatmp3.1 + dodoc README.md CHANGELOG +}