diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 20:31:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 20:31:03 +0000 |
commit | d7a6d7d2044724d44bfe9c86240f23ccabdd6aea (patch) | |
tree | 4ca30ca0ce1a5b4f115a2ad80081acd09a297c8d /media-sound/shorten | |
parent | add workaround for people with non PHPSAPI versions in /var/db/pkg (diff) | |
download | gentoo-2-d7a6d7d2044724d44bfe9c86240f23ccabdd6aea.tar.gz gentoo-2-d7a6d7d2044724d44bfe9c86240f23ccabdd6aea.tar.bz2 gentoo-2-d7a6d7d2044724d44bfe9c86240f23ccabdd6aea.zip |
unmasks and changelog fixes
Diffstat (limited to 'media-sound/shorten')
-rw-r--r-- | media-sound/shorten/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/shorten/shorten-3.5.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/shorten/shorten-3.5.1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/shorten/ChangeLog b/media-sound/shorten/ChangeLog index 516af3e2dda2..7541ad862436 100644 --- a/media-sound/shorten/ChangeLog +++ b/media-sound/shorten/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shorten # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/ChangeLog,v 1.4 2003/02/12 07:33:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/ChangeLog,v 1.5 2003/07/12 20:30:58 aliz Exp $ + +*shorten-3.5.1 (12 Apr 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. *shorten-3.5.0 (05 Feb 2003) diff --git a/media-sound/shorten/shorten-3.5.0.ebuild b/media-sound/shorten/shorten-3.5.0.ebuild index 54e906f3f741..606a1b58e6f5 100644 --- a/media-sound/shorten/shorten-3.5.0.ebuild +++ b/media-sound/shorten/shorten-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.0.ebuild,v 1.2 2003/02/13 13:19:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.0.ebuild,v 1.3 2003/07/12 20:30:58 aliz Exp $ DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)" HOMEPAGE="http://etree.org/shnutils/shorten/" @@ -8,7 +8,7 @@ SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { econf || die diff --git a/media-sound/shorten/shorten-3.5.1.ebuild b/media-sound/shorten/shorten-3.5.1.ebuild index 75467a76d1eb..d6d55a02291a 100644 --- a/media-sound/shorten/shorten-3.5.1.ebuild +++ b/media-sound/shorten/shorten-3.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.1.ebuild,v 1.1 2003/04/12 08:22:18 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.1.ebuild,v 1.2 2003/07/12 20:30:58 aliz Exp $ DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)" HOMEPAGE="http://etree.org/shnutils/shorten/" @@ -8,7 +8,7 @@ SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { econf || die |