diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-25 11:47:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-25 11:47:20 +0000 |
commit | 41a17cb27ba270f556322bc00921cb329a512208 (patch) | |
tree | 081e4044003756a42a9bd0498cd6f91bdacc3652 /media-sound | |
parent | New ebuild, thanks to Gorch wrt bug #155517 (diff) | |
download | gentoo-2-41a17cb27ba270f556322bc00921cb329a512208.tar.gz gentoo-2-41a17cb27ba270f556322bc00921cb329a512208.tar.bz2 gentoo-2-41a17cb27ba270f556322bc00921cb329a512208.zip |
Adding missing automake 1.4 dep, thanks to Chris Slycord <cslycord@gmail.com>, bug #155516
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/oggtst/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/oggtst/files/digest-oggtst-0.0 | 2 | ||||
-rw-r--r-- | media-sound/oggtst/oggtst-0.0.ebuild | 7 |
3 files changed, 12 insertions, 5 deletions
diff --git a/media-sound/oggtst/ChangeLog b/media-sound/oggtst/ChangeLog index 1e186dab8cb3..bf3410a15352 100644 --- a/media-sound/oggtst/ChangeLog +++ b/media-sound/oggtst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/oggtst -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/ChangeLog,v 1.8 2004/08/27 03:18:43 tgall Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/ChangeLog,v 1.9 2006/11/25 11:47:20 aballier Exp $ + + 25 Nov 2006; Alexis Ballier <aballier@gentoo.org> oggtst-0.0.ebuild: + Adding missing automake 1.4 dep, thanks to Chris Slycord + <cslycord@gmail.com>, bug #155516 26 Aug 2004; Tom Gall <tgall@gentoo.org> oggtst-0.0.ebuild: stable on ppc64 bug #58694 diff --git a/media-sound/oggtst/files/digest-oggtst-0.0 b/media-sound/oggtst/files/digest-oggtst-0.0 index ffd159d1f777..0182b9074f78 100644 --- a/media-sound/oggtst/files/digest-oggtst-0.0 +++ b/media-sound/oggtst/files/digest-oggtst-0.0 @@ -1 +1,3 @@ MD5 8d35377ce3e72f4a01440d7f121d4f68 oggtst.tgz 19382 +RMD160 ef9b25a49199342ab8ca0150c62f8b95f19d0b4a oggtst.tgz 19382 +SHA256 4d1ff60037ae22a6e941bd68dfee3b1e7de5d0d8dd3981bae28ecd19b25946dc oggtst.tgz 19382 diff --git a/media-sound/oggtst/oggtst-0.0.ebuild b/media-sound/oggtst/oggtst-0.0.ebuild index 2e02e87bfc90..7424329f73bf 100644 --- a/media-sound/oggtst/oggtst-0.0.ebuild +++ b/media-sound/oggtst/oggtst-0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.15 2004/12/20 16:18:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.16 2006/11/25 11:47:20 aballier Exp $ DESCRIPTION="A tool for calculating ogg-vorbis playing time" HOMEPAGE="http://gnometoaster.rulez.org/" @@ -12,7 +12,8 @@ KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="" DEPEND=">=media-libs/libao-0.8.0 - >=media-libs/libvorbis-1.0_rc2" + >=media-libs/libvorbis-1.0_rc2 + =sys-devel/automake-1.4*" S=${WORKDIR}/${PN} |