diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-20 11:24:25 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-20 11:24:25 +0000 |
commit | 6701d95f2339b665f9d484165508209889490bb0 (patch) | |
tree | 2b4d95f453507f5f57a609e01623ec0c99a8eb9b /app-cdr | |
parent | More init tweaks. (diff) | |
download | gentoo-2-6701d95f2339b665f9d484165508209889490bb0.tar.gz gentoo-2-6701d95f2339b665f9d484165508209889490bb0.tar.bz2 gentoo-2-6701d95f2339b665f9d484165508209889490bb0.zip |
changelog:P
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/tear/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/tear/Manifest | 4 | ||||
-rw-r--r-- | app-cdr/tear/tear-1.0_rc1.ebuild | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/app-cdr/tear/ChangeLog b/app-cdr/tear/ChangeLog index aaa2a521200c..9ab909da898b 100644 --- a/app-cdr/tear/ChangeLog +++ b/app-cdr/tear/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/tear # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/tear/ChangeLog,v 1.5 2003/03/28 12:12:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/tear/ChangeLog,v 1.6 2003/10/20 11:24:19 lanius Exp $ + + 20 Oct 2003; Heinrich Wendel <lanius@gentoo.org> tear-1.0_rc1.ebuild: + bug #24566 *tear-1.0_rc1 (26 Oct 2002) diff --git a/app-cdr/tear/Manifest b/app-cdr/tear/Manifest index 4ca418baf229..50880a5fc82e 100644 --- a/app-cdr/tear/Manifest +++ b/app-cdr/tear/Manifest @@ -1,3 +1,3 @@ -MD5 d672e394221284dc517ebaed22515ccd ChangeLog 729 -MD5 61a57f27f64a6b7fe50151f9fc34fef3 tear-1.0_rc1.ebuild 938 +MD5 4b4aece2b3cb3519122a5b1cfbcd11a7 tear-1.0_rc1.ebuild 1040 +MD5 38a239f032c95e727738e98f1e0ed249 ChangeLog 813 MD5 8d855c6aae15624305c0ab11e79f98e2 files/digest-tear-1.0_rc1 64 diff --git a/app-cdr/tear/tear-1.0_rc1.ebuild b/app-cdr/tear/tear-1.0_rc1.ebuild index 54f8e0d92ad9..8c2bc3e09cf4 100644 --- a/app-cdr/tear/tear-1.0_rc1.ebuild +++ b/app-cdr/tear/tear-1.0_rc1.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/app-cdr/tear/tear-1.0_rc1.ebuild,v 1.10 2003/09/20 20:46:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/tear/tear-1.0_rc1.ebuild,v 1.11 2003/10/20 11:24:19 lanius Exp $ DESCRIPTION="T.E.A.R. Encodes And Rips CDs into mp3 or ogg files." HOMEPAGE="http://tear.sourceforge.net/" @@ -28,6 +28,10 @@ src_unpack() { mv man-tear tear.1 /usr/bin/groff -man -Tascii tear.1 > /dev/null + + # bug 24566 + sed -i -e 's:my $signal = 0;::' tear + sed -i -e 's:#\tmy $signal:\tmy $signal:' tear } src_install() { |