Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/dir2ogg/
Date: Sat, 02 Jun 2018 22:38:30
Message-Id: 1527979036.26dcee0e66cc85c7936faeca55c28f1bb695dcb4.bman@gentoo
1 commit: 26dcee0e66cc85c7936faeca55c28f1bb695dcb4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 17:38:35 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:37:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dcee0e
7
8 media-sound/dir2ogg: bump EAPI and drop versionator
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild b/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild
16 index 6dce143a812..15713d82987 100644
17 --- a/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild
18 +++ b/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=2
25 -inherit versionator
26 +EAPI=7
27
28 -MY_PR=$(get_version_component_range 1-2)
29 +MY_PR=$(ver_cut 1-2)
30
31 DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format"
32 HOMEPAGE="http://jak-linux.org/projects/dir2ogg/"
33 @@ -39,7 +38,7 @@ RDEPEND=">=dev-lang/python-2.5
34 DEPEND=""
35
36 src_install() {
37 - dobin dir2ogg || die
38 + dobin dir2ogg
39 doman dir2ogg.1
40 - dodoc NEWS README
41 + einstalldocs
42 }