diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2009-03-30 22:19:32 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2009-03-30 22:19:32 +0000 |
commit | ad6f77280f274888a971f1b955bdee252f10488f (patch) | |
tree | ea77972cb62f3198d702be2f715422c64825a6fc /media-video/mplay-sh | |
parent | Bump to mono-2.4 version. (diff) | |
download | gentoo-2-ad6f77280f274888a971f1b955bdee252f10488f.tar.gz gentoo-2-ad6f77280f274888a971f1b955bdee252f10488f.tar.bz2 gentoo-2-ad6f77280f274888a971f1b955bdee252f10488f.zip |
~amd64 keyworded
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'media-video/mplay-sh')
-rw-r--r-- | media-video/mplay-sh/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild | 8 | ||||
-rw-r--r-- | media-video/mplay-sh/mplay-sh-0.5.3.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-video/mplay-sh/ChangeLog b/media-video/mplay-sh/ChangeLog index 0361004c1590..972c6a981e14 100644 --- a/media-video/mplay-sh/ChangeLog +++ b/media-video/mplay-sh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplay-sh -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/ChangeLog,v 1.3 2007/07/17 09:17:25 zzam Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/ChangeLog,v 1.4 2009/03/30 22:19:32 hd_brummy Exp $ + + 30 Mar 2009; Joerg Bornkessel <hd_brummy@gentoo.org> + mplay-sh-0.5.3.ebuild, mplay-sh-0.5.3-r1.ebuild: + ~amd64 keyworded 17 Jul 2007; Matthias Schwarzott <zzam@gentoo.org> mplay-sh-0.5.3-r1.ebuild: diff --git a/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild b/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild index e96f52b1697c..8e629b8a3e2d 100644 --- a/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild +++ b/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild,v 1.2 2007/07/17 09:17:25 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild,v 1.3 2009/03/30 22:19:32 hd_brummy Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=62306" SRC_URI="mirror://gentoo/${MY_P}.tgz http://dev.gentoo.org/~zzam/distfiles/${MY_P}.tgz" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" SLOT="0" LICENSE="GPL-2" IUSE="" @@ -22,7 +22,7 @@ RDEPEND=">=media-video/mplayer-0.90_rc4" S=${WORKDIR}/${MY_P} src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" sed -i mplay.sh \ -e 's#$CONFDIR/silence.wav#/usr/share/vdr/mplay-sh/silence.wav#' diff --git a/media-video/mplay-sh/mplay-sh-0.5.3.ebuild b/media-video/mplay-sh/mplay-sh-0.5.3.ebuild index 79272c157d41..c372b43b2d0f 100644 --- a/media-video/mplay-sh/mplay-sh-0.5.3.ebuild +++ b/media-video/mplay-sh/mplay-sh-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/mplay-sh-0.5.3.ebuild,v 1.1 2007/05/15 11:57:30 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/mplay-sh-0.5.3.ebuild,v 1.2 2009/03/30 22:19:32 hd_brummy Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=62306" SRC_URI="mirror://gentoo/${MY_P}.tgz http://dev.gentoo.org/~zzam/distfiles/${MY_P}.tgz" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT="0" LICENSE="GPL-2" IUSE="" @@ -21,7 +21,7 @@ RDEPEND=">=media-video/mplayer-0.90_rc4" S=${WORKDIR}/${MY_P} src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" sed -i mplay.sh \ -e 's#$CONFDIR/silence.wav#/usr/share/vdr/mplay-sh/silence.wav#' |