diff options
author | Jason Wever <weeve@gentoo.org> | 2003-12-31 15:19:58 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-12-31 15:19:58 +0000 |
commit | 28c2116eae816ff213e3bd126bd5b5a05ac68ace (patch) | |
tree | 29a40acd473dc3c3e2cb77f74e6f05e2f59ba110 /app-cdr/cdrdao | |
parent | Added fix for bug #36420 so that the gentoo patch will succeed in all cases. (diff) | |
download | historical-28c2116eae816ff213e3bd126bd5b5a05ac68ace.tar.gz historical-28c2116eae816ff213e3bd126bd5b5a05ac68ace.tar.bz2 historical-28c2116eae816ff213e3bd126bd5b5a05ac68ace.zip |
damn you whitespace, don't trail behind!
Diffstat (limited to 'app-cdr/cdrdao')
-rw-r--r-- | app-cdr/cdrdao/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/cdrdao/Manifest | 4 | ||||
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-cdr/cdrdao/ChangeLog b/app-cdr/cdrdao/ChangeLog index 361b62cf5032..0c22bf40081e 100644 --- a/app-cdr/cdrdao/ChangeLog +++ b/app-cdr/cdrdao/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/cdrdao # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/ChangeLog,v 1.26 2003/12/31 15:18:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/ChangeLog,v 1.27 2003/12/31 15:19:50 weeve Exp $ + + 31 Dec 2003; Jason Wever <weeve@gentoo.org> cdrdao-1.1.7-r3.ebuild: + Missed some un-needed whitespace on last commit. 31 Dec 2003; Jason Wever <weeve@gentoo.org> cdrdao-1.1.7-r3.ebuild: Added fix for bug #36420 so that the gentoo patch will succeed in all cases. diff --git a/app-cdr/cdrdao/Manifest b/app-cdr/cdrdao/Manifest index be5ac1083331..e7784965567e 100644 --- a/app-cdr/cdrdao/Manifest +++ b/app-cdr/cdrdao/Manifest @@ -1,9 +1,9 @@ -MD5 455667f73cbe52cad6cd3dfea2868cbb ChangeLog 3753 +MD5 b6679b7a56893e5d62bac6d7d907b58c ChangeLog 3875 MD5 df57ef8725ba1a35553f00ae1f40fdda cdrdao-1.1.5-r1.ebuild 2603 MD5 3f60abf919bc2d3996cee6389ec70b51 cdrdao-1.1.7-r1.ebuild 2498 MD5 6b2203c1b89fd2ac20dab8e814d265ee cdrdao-1.1.7-r2.ebuild 2748 MD5 9945c13d43819d7f1f712389dba3ac0d cdrdao-1.1.7.ebuild 1941 -MD5 b5124820c86a90358388f784b0183f74 cdrdao-1.1.7-r3.ebuild 3015 +MD5 2276c7f9545cfff55e123c1385f410c8 cdrdao-1.1.7-r3.ebuild 3014 MD5 3ea011fa1308fc478529300a80443aab files/cdrdao-1.1.5-c++.patch 1622 MD5 3a9cce439930ba175e84bf2b82c61df5 files/cdrdao-1.1.5-gentoo.diff 19479 MD5 a7dc4823c3a7d7582f9b87afdddb51e0 files/cdrdao-1.1.7-r1-mp32dao-gentoo.diff 779 diff --git a/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild b/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild index 0a2e9dddf375..b9be4def336f 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.7-r3.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/cdrdao/cdrdao-1.1.7-r3.ebuild,v 1.2 2003/12/31 15:18:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild,v 1.3 2003/12/31 15:19:50 weeve Exp $ inherit flag-o-matic eutils @@ -49,7 +49,7 @@ src_unpack() { # Make sure we're in ${S} or the below patch for k3 bwill fail. # Fixes bug #36420. - cd ${S} + cd ${S} # Add '-gentoo' to version, so that k3b, etc can detect that we have # a special version that includes scglib support. |