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 7EE691382C5 for ; Sun, 24 Jan 2021 13:02:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8C0E09BC; Sun, 24 Jan 2021 13:02:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A5750E09BC for ; Sun, 24 Jan 2021 13:02:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 643343411B9 for ; Sun, 24 Jan 2021 13:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68824A8 for ; Sun, 24 Jan 2021 13:02:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1611493057.eec5650a5fcf3c7ee68ed7003b5781676cf67db0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ogg2mp3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ogg2mp3/Manifest media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild X-VCS-Directories: media-sound/ogg2mp3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eec5650a5fcf3c7ee68ed7003b5781676cf67db0 X-VCS-Branch: master Date: Sun, 24 Jan 2021 13:02:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f6b39fc-70e3-4691-98b7-54d544b0e015 X-Archives-Hash: 2127dafc99209cc9f19c569c7245cf64 commit: eec5650a5fcf3c7ee68ed7003b5781676cf67db0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 24 10:39:41 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 24 12:57:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec5650a media-sound/ogg2mp3: New HOMEPAGE, fix SRC_URI (use GitHub snapshot) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/ogg2mp3/Manifest | 1 + media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/media-sound/ogg2mp3/Manifest b/media-sound/ogg2mp3/Manifest index f8602034d97..112d3f9fcc3 100644 --- a/media-sound/ogg2mp3/Manifest +++ b/media-sound/ogg2mp3/Manifest @@ -1 +1,2 @@ DIST ogg2mp3-0.6.1.tar.bz2 12424 BLAKE2B 6a43814adc2763bc4ccefdcbdbc6e1bcc4bb2d245af51be1f1c949c8fa29cefcbe3175d89a1a34299f7ae0b71b24e62a65e0f4ed8b0011f23a733960c549baaf SHA512 ba4be78b14c3647af52c0c64c95949e75998847391612f6d66fa281e15283929d6ae3e5df15b0c242d2930b3941e68653934261f6d9804c576f77c8304ef4f14 +DIST ogg2mp3-0.6.1.tar.gz 13257 BLAKE2B e3cdfe4de8134a2dbb86615f96606befe985f8aeddf77bd7e3f62b9364596ccdf0c9e5fe542bd2c7e459cb12bcb8f6dbb4782cc4934391ef98edacca88c83080 SHA512 24f24ba342631fbb4743153dc8f4c2b809b744ce01ec99fda442d2a39bf3a774ad2540fd35b6b7940516e63353979fcc30a14214100bb80c9a486ea65ae95999 diff --git a/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild b/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild new file mode 100644 index 00000000000..ce4c6570fe3 --- /dev/null +++ b/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +COMMIT=f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad + +DESCRIPTION="Perl script to convert Ogg Vorbis files to MP3 files" +HOMEPAGE="https://github.com/fithp/ogg2mp3" +SRC_URI="https://github.com/fithp/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +RDEPEND=" + dev-perl/String-ShellQuote + media-sound/lame + media-sound/vorbis-tools[ogg123] +" + +src_install() { + dobin ogg2mp3 + dodoc doc/{AUTHORS,ChangeLog,README,TODO} +}