diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-22 17:17:00 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-22 17:17:00 +0000 |
commit | 981d6af38e35a42403d8b71ce708241b896d91bc (patch) | |
tree | c7a4d63c393dea4db8fca5042faff7c75ed4d004 /media-video | |
parent | version bump (diff) | |
download | historical-981d6af38e35a42403d8b71ce708241b896d91bc.tar.gz historical-981d6af38e35a42403d8b71ce708241b896d91bc.tar.bz2 historical-981d6af38e35a42403d8b71ce708241b896d91bc.zip |
Now marked stable as patch allows ebuild to compile on both gcc2 and
gcc3 systems without error.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vcr/ChangeLog | 15 | ||||
-rw-r--r-- | media-video/vcr/vcr-1.09-r2.ebuild | 4 |
2 files changed, 7 insertions, 12 deletions
diff --git a/media-video/vcr/ChangeLog b/media-video/vcr/ChangeLog index 2bdc84a4fb10..25aa3d99ca8f 100644 --- a/media-video/vcr/ChangeLog +++ b/media-video/vcr/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for media-video/vcr # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcr/ChangeLog,v 1.3 2002/10/21 20:11:30 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vcr/ChangeLog,v 1.4 2002/10/22 17:17:00 raker Exp $ *vcr-1.09-r2 (21 Oct 2002) + 22 Oct 2002; Nick Hadaway <raker@gentoo.org> vcr-1.09-r2.ebuild : + Marked as stable now as patch has been tested on gcc3 and gcc2 systems + and compiles without errors. + 21 Oct 2002; Nick Hadaway <raker@gentoo.org> vcr-1.09-r2.ebuild, digest-vcr-1.09-r2, 1.09-r2-gentoo.diff : Patched the c++ code so it compiled without any errors. Currently @@ -13,7 +17,6 @@ 14 Sep 2002; Seemant Kulleen <seemant@gentoo.org> vcr-1.09-r1.ebuild files/digest-vcr-1.09-r1 : - Fix for flipped vcr output submitted by gentoo@liquidx.net (Alastair Tse) in bug #7919. Moved patches to one patchfile and it now resides on ibiblio instead. @@ -22,13 +25,5 @@ 13 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog, vcr-1.09.ebuild, files/digest-vcr-1.09, files/vcr-1.09-avifile-0.7x.patch : - Initial cvs commit. Ebuild contributed by Alastair Tse <gentoo@liquidx.net>. Thanks for the contribution. - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. - diff --git a/media-video/vcr/vcr-1.09-r2.ebuild b/media-video/vcr/vcr-1.09-r2.ebuild index 4d4f1c6d9085..4207ff608c54 100644 --- a/media-video/vcr/vcr-1.09-r2.ebuild +++ b/media-video/vcr/vcr-1.09-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcr/vcr-1.09-r2.ebuild,v 1.1 2002/10/21 20:11:30 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vcr/vcr-1.09-r2.ebuild,v 1.2 2002/10/22 17:17:00 raker Exp $ IUSE="" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.stack.nl/~brama/vcr/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="media-video/avifile" |