diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-07-31 21:31:54 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-07-31 21:31:54 +0000 |
commit | c974059a16799c39074675f95f15330c65858dc7 (patch) | |
tree | 7768f5ff342174f726ad8442147345a21e74298d /media-libs/libnut | |
parent | stable sparc, security bug 279508 (diff) | |
download | gentoo-2-c974059a16799c39074675f95f15330c65858dc7.tar.gz gentoo-2-c974059a16799c39074675f95f15330c65858dc7.tar.bz2 gentoo-2-c974059a16799c39074675f95f15330c65858dc7.zip |
Marked stable on AMD64 as a dependency of media-video/mplayer/mplayer-1.0_rc2_p20090530; for bug #279826. Compile-tested on a dual hex-core Opteron system. Took the liberty of quoting a variable.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libnut')
-rw-r--r-- | media-libs/libnut/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libnut/libnut-503.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libnut/libnut-661.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/media-libs/libnut/ChangeLog b/media-libs/libnut/ChangeLog index 1b4fdc606ab9..ae171a926588 100644 --- a/media-libs/libnut/ChangeLog +++ b/media-libs/libnut/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libnut # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v 1.4 2009/03/11 23:09:22 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v 1.5 2009/07/31 21:31:54 chainsaw Exp $ + + 31 Jul 2009; <chainsaw@gentoo.org> libnut-503.ebuild, libnut-661.ebuild: + Marked stable on AMD64 as a dependency of + media-video/mplayer/mplayer-1.0_rc2_p20090530; for bug #279826. + Compile-tested on a dual hex-core Opteron system. Took the liberty of + quoting a variable. 11 Mar 2009; Steve Dibb <beandog@gentoo.org> libnut-503.ebuild, libnut-661.ebuild: diff --git a/media-libs/libnut/libnut-503.ebuild b/media-libs/libnut/libnut-503.ebuild index 3bc8947bcffc..61c2309ab894 100644 --- a/media-libs/libnut/libnut-503.ebuild +++ b/media-libs/libnut/libnut-503.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/libnut-503.ebuild,v 1.2 2009/03/11 23:09:22 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/libnut-503.ebuild,v 1.3 2009/07/31 21:31:54 chainsaw Exp $ inherit flag-o-matic @@ -19,6 +19,6 @@ RDEPEND="" src_install() { make PREFIX="${D}/usr" install || die "make install died" dodoc README docs/* - cd ${S}/nututils + cd "${S}/nututils" dobin nutindex nutmerge nutparse avireader } diff --git a/media-libs/libnut/libnut-661.ebuild b/media-libs/libnut/libnut-661.ebuild index 8eff505ca07b..cf4552422406 100644 --- a/media-libs/libnut/libnut-661.ebuild +++ b/media-libs/libnut/libnut-661.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/libnut-661.ebuild,v 1.2 2009/03/11 23:09:22 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/libnut-661.ebuild,v 1.3 2009/07/31 21:31:54 chainsaw Exp $ inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" |