diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.99w.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index cd1a275a4a8c..00a876f5a674 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/binkplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.25 2014/09/03 21:30:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.26 2014/09/04 00:57:12 mr_bones_ Exp $ + + 04 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> binkplayer-1.99w.ebuild: + EAPI=5 03 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> binkplayer-1.99w.ebuild: clean deps (bug #522048) diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild index 0cb17e1e9fa2..d082d552d93b 100644 --- a/media-video/binkplayer/binkplayer-1.99w.ebuild +++ b/media-video/binkplayer/binkplayer-1.99w.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.3 2014/09/03 21:30:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.4 2014/09/04 00:57:12 mr_bones_ Exp $ +EAPI=5 DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" # No version on the archives and upstream has said they are not @@ -31,5 +32,5 @@ QA_EXECSTACK="opt/bin/BinkPlayer" src_install() { into /opt - dobin BinkPlayer || die + dobin BinkPlayer } |