commit:     3a1bb07ac44f561cae4fa6ea1adba0ad3761b90e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 20:56:38 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 20:57:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1bb07a

media-sound/taginfo: revision bump (EAPI=7)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/taginfo/taginfo-1.2-r2.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/media-sound/taginfo/taginfo-1.2-r2.ebuild 
b/media-sound/taginfo/taginfo-1.2-r2.ebuild
new file mode 100644
index 00000000000..8c20895d3de
--- /dev/null
+++ b/media-sound/taginfo/taginfo-1.2-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A simple ID3 tag reader for use in shell scripts"
+HOMEPAGE="http://freshmeat.net/projects/taginfo";
+SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="media-libs/taglib"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}"
+}
+
+src_install() {
+       dobin taginfo
+       dodoc ChangeLog contrib/mp3-resample.sh README
+}

Reply via email to