commit: a98cf70c310e8b824b1ffc1259056302a1732dc2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat Jun 2 18:03:54 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Jun 2 22:37:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98cf70c
media-video/xvid4conf: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-video/xvid4conf/xvid4conf-1.12.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild index 429e8eb2684..e3cc6e622ee 100644 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="GTK2-configuration dialog for xvid4" HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/" @@ -15,10 +15,3 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.2.4:2" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - dodir /usr/{include,lib} - einstall || die - - dodoc AUTHORS ChangeLog README -}