summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 11:39:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 13:57:37 +0100
commiteec5650a5fcf3c7ee68ed7003b5781676cf67db0 (patch)
tree33637d33f15de3caef608e9374dd2a65acb16ba3 /media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild
parentprofiles: Mask x11-themes/gtk-engines-unico for removal (diff)
downloadgentoo-eec5650a5fcf3c7ee68ed7003b5781676cf67db0.tar.gz
gentoo-eec5650a5fcf3c7ee68ed7003b5781676cf67db0.tar.bz2
gentoo-eec5650a5fcf3c7ee68ed7003b5781676cf67db0.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild')
-rw-r--r--media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
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 000000000000..ce4c6570fe3b
--- /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}
+}