summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-05 21:54:14 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-05 21:58:43 +0200
commit411a14c6988a09e658812388b50543aaed39c457 (patch)
tree768185a05caaf12f1f526ef9cc8d27b33ae557d8
parentsys-power/hibernate-script: eapi bump (diff)
downloadgentoo-411a14c6988a09e658812388b50543aaed39c457.tar.gz
gentoo-411a14c6988a09e658812388b50543aaed39c457.tar.bz2
gentoo-411a14c6988a09e658812388b50543aaed39c457.zip
media-sound/mp3unicode: eapi bump
Package-Manager: portage-2.3.3
-rw-r--r--media-sound/mp3unicode/mp3unicode-1.2.1.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild b/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild
index 9abb11194032..0479d6fcff8f 100644
--- a/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild
+++ b/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
DESCRIPTION="Commandline utility to convert ID3 tags in mp3 files between different encodings"
HOMEPAGE="http://mp3unicode.sourceforge.net"
@@ -16,9 +16,3 @@ IUSE=""
RDEPEND=">=media-libs/taglib-1.4"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install
- rm -rf "${D}"/usr/share/doc/${PN}
- dodoc AUTHORS ChangeLog README
-}