media-video/xvid4conf: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 18:03:54 +0000 (14:03 -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-video/xvid4conf/xvid4conf-1.12.ebuild

index 429e8eb26845edc47bb1c0e477f6b7f1143871c6..e3cc6e622ee08180ecf02d072312b11965317d45 100644 (file)
@@ -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
-}