diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-19 11:45:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-19 11:45:04 +0000 |
commit | 9b3ad0a8f866a11eab58959663250e6bd98f2773 (patch) | |
tree | fccfeedf36a0839868a3a09e2e543d6f05d3d3a5 | |
parent | mark 1.5 stable for x86; version bump for unstable (diff) | |
download | historical-9b3ad0a8f866a11eab58959663250e6bd98f2773.tar.gz historical-9b3ad0a8f866a11eab58959663250e6bd98f2773.tar.bz2 historical-9b3ad0a8f866a11eab58959663250e6bd98f2773.zip |
mark 1.5 stable for x86; version bump for unstable
-rw-r--r-- | media-video/binkplayer/Manifest | 6 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.5y.ebuild | 8 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.6b.ebuild | 26 | ||||
-rw-r--r-- | media-video/binkplayer/files/digest-binkplayer-1.6b | 1 |
4 files changed, 34 insertions, 7 deletions
diff --git a/media-video/binkplayer/Manifest b/media-video/binkplayer/Manifest index 3e50f2bfbc8d..61a843c375e6 100644 --- a/media-video/binkplayer/Manifest +++ b/media-video/binkplayer/Manifest @@ -1,6 +1,6 @@ MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 a5ca2023e7af75f0a282f42d89d6296b ChangeLog 370 -MD5 096ca4bd3a7b7768b7d4b15c392e72fb binkplayer-1.6b.ebuild 757 -MD5 b101b64e29c3c7ed13103977816fdd70 binkplayer-1.5y.ebuild 674 +MD5 e66ee5b960239733db2b0611b7807135 ChangeLog 561 +MD5 b97cbf112d6279de201e5dcdec458d5c binkplayer-1.6b.ebuild 760 +MD5 b39fd2cd60cb865f54f58ae389efb406 binkplayer-1.5y.ebuild 678 MD5 8cfa8d4eef43eb608f2d110ad0d7b1bd files/digest-binkplayer-1.5y 64 MD5 729ce47c1494459288275888d11f8123 files/digest-binkplayer-1.6b 64 diff --git a/media-video/binkplayer/binkplayer-1.5y.ebuild b/media-video/binkplayer/binkplayer-1.5y.ebuild index 55e42be20152..99db726da164 100644 --- a/media-video/binkplayer/binkplayer-1.5y.ebuild +++ b/media-video/binkplayer/binkplayer-1.5y.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.5y.ebuild,v 1.2 2003/12/01 23:03:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.5y.ebuild,v 1.3 2004/01/19 11:44:58 mr_bones_ Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -15,9 +15,9 @@ RDEPEND="virtual/glibc LICENSE="as-is" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" -S=${WORKDIR} +S="${WORKDIR}" src_install() { into /opt diff --git a/media-video/binkplayer/binkplayer-1.6b.ebuild b/media-video/binkplayer/binkplayer-1.6b.ebuild new file mode 100644 index 000000000000..d7bd4d7d4276 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.6b.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.6b.ebuild,v 1.1 2004/01/19 11:44:58 mr_bones_ Exp $ + +DESCRIPTION="Bink Video! Player" +HOMEPAGE="http://www.radgametools.com/default.htm" +# No version on the archives and upstream has said they are not +# interested in providing versioned archives. +# SRC_URI="http://www.radgametools.com/down/Bink/BinkLinuxPlayer.zip" +SRC_URI="mirror://gentoo/${P}.zip" + +DEPEND="app-arch/unzip" +RDEPEND="virtual/glibc + media-libs/libsdl + media-libs/sdl-mixer" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* ~x86" + +S="${WORKDIR}" + +src_install() { + into /opt + dobin BinkPlayer || die "dobin failed" +} diff --git a/media-video/binkplayer/files/digest-binkplayer-1.6b b/media-video/binkplayer/files/digest-binkplayer-1.6b new file mode 100644 index 000000000000..212324085d28 --- /dev/null +++ b/media-video/binkplayer/files/digest-binkplayer-1.6b @@ -0,0 +1 @@ +MD5 51f9620c55535c6dcb5c5f6c2e6542c1 binkplayer-1.6b.zip 117131 |