media-sound/dir2ogg: bump EAPI and drop versionator
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 17:38:35 +0000 (13:38 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:37:16 +0000 (18:37 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild

index 6dce143a81281288e53fbc36e351b50e2820a91c..15713d8298747f9fb57ea29508714f5f3c51468d 100644 (file)
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit versionator
+EAPI=7
 
-MY_PR=$(get_version_component_range 1-2)
+MY_PR=$(ver_cut 1-2)
 
 DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format"
 HOMEPAGE="http://jak-linux.org/projects/dir2ogg/"
@@ -39,7 +38,7 @@ RDEPEND=">=dev-lang/python-2.5
 DEPEND=""
 
 src_install() {
-       dobin dir2ogg || die
+       dobin dir2ogg
        doman dir2ogg.1
-       dodoc NEWS README
+       einstalldocs
 }