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-video/xvid4conf/
Date: Sat, 02 Jun 2018 22:38:33
Message-Id: 1527979036.a98cf70c310e8b824b1ffc1259056302a1732dc2.bman@gentoo
1 commit: a98cf70c310e8b824b1ffc1259056302a1732dc2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 18:03:54 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=a98cf70c
7
8 media-video/xvid4conf: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-video/xvid4conf/xvid4conf-1.12.ebuild | 11 ++---------
13 1 file changed, 2 insertions(+), 9 deletions(-)
14
15 diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild
16 index 429e8eb2684..e3cc6e622ee 100644
17 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild
18 +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2012 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 +EAPI=6
26
27 DESCRIPTION="GTK2-configuration dialog for xvid4"
28 HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/"
29 @@ -15,10 +15,3 @@ IUSE=""
30 RDEPEND=">=x11-libs/gtk+-2.2.4:2"
31 DEPEND="${RDEPEND}
32 virtual/pkgconfig"
33 -
34 -src_install() {
35 - dodir /usr/{include,lib}
36 - einstall || die
37 -
38 - dodoc AUTHORS ChangeLog README
39 -}