diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-13 10:21:27 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-13 10:21:27 +0000 |
commit | be59f3fe50f412809ee8138b5d16b46d5872201e (patch) | |
tree | dd522caeb9966d97d0ea8299ab14049bca551460 | |
parent | Final cleanups from PHP eclass (diff) | |
download | historical-be59f3fe50f412809ee8138b5d16b46d5872201e.tar.gz historical-be59f3fe50f412809ee8138b5d16b46d5872201e.tar.bz2 historical-be59f3fe50f412809ee8138b5d16b46d5872201e.zip |
Minor tweaks and cleanup.
-rw-r--r-- | media-sound/ardour-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/ardour-cvs/Manifest | 4 | ||||
-rw-r--r-- | media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild | 12 |
3 files changed, 13 insertions, 8 deletions
diff --git a/media-sound/ardour-cvs/ChangeLog b/media-sound/ardour-cvs/ChangeLog index c1f4fc6d9ff7..075d383b73b6 100644 --- a/media-sound/ardour-cvs/ChangeLog +++ b/media-sound/ardour-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ardour-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.10 2003/05/11 02:35:12 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.11 2003/05/13 10:20:42 jje Exp $ + + 13 May 2003; jje <jje@gentoo.org> ardour-cvs-0.6.4.ebuild: + More clean ups and tweaks from robh. 11 May 2003; jje <jje@gentoo.org> ardour-cvs-0.6.4.ebuild: Add --disable-dependency-tracking to try to speed things up a little. diff --git a/media-sound/ardour-cvs/Manifest b/media-sound/ardour-cvs/Manifest index 08053b09f7fc..98b417d5fd9f 100644 --- a/media-sound/ardour-cvs/Manifest +++ b/media-sound/ardour-cvs/Manifest @@ -1,4 +1,4 @@ -MD5 96240a1925ed4baa9beee010a498e65b ChangeLog 1970 -MD5 aa393b089cb5ed207e473f97c76b7177 ardour-cvs-0.6.4.ebuild 3075 +MD5 de8e21899d03bd65fdf7ee236c5fabb3 ChangeLog 2071 +MD5 ce87aa4d15a346aaad32852634c7f2fa ardour-cvs-0.6.4.ebuild 3134 MD5 5bfe23209b494a8d0e56b22917448e8b files/asoundrc 74 MD5 dd3df3c6861244c6791c849acb00b7c9 files/digest-ardour-cvs-0.6.4 70 diff --git a/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild b/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild index 5242273cad14..8e865665131f 100644 --- a/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild +++ b/media-sound/ardour-cvs/ardour-cvs-0.6.4.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/ardour-cvs/ardour-cvs-0.6.4.ebuild,v 1.3 2003/05/11 02:35:12 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild,v 1.4 2003/05/13 10:20:46 jje Exp $ IUSE="nls" @@ -51,7 +51,7 @@ src_compile() { # while troubleshooting upgrades to ardour-cvs-0.6 i changed from # emake to make. Can probably change back. Need to test. - make || die "parallel make failed" + emake || die "parallel make failed" } @@ -80,8 +80,10 @@ src_install() { doins ${S}/ardour_system.rc doins ${S}/ardour_ui.rc - dodoc ${S}/AUTHORS ${S}/INSTALL ${S}/README ${S}/NEWS ${S}/COPYING ${S}/ChangeLog ${S}/sample_ardour.rc - + dodoc ${S}/AUTHORS ${S}/INSTALL ${S}/README ${S}/README.it \ + ${S}/NEWS ${S}/COPYING ${S}/ChangeLog ${S}/sample_ardour.rc \ + ${S}/ardour_faq.txt + doman ${S}/ardour.1 } pkg_postinst() { @@ -92,7 +94,7 @@ pkg_postinst() { einfo "as the development of both programs are closely linked." einfo "" einfo "to get ardour to run you will need to copy the file sample_ardour.rc" - einfo "from /usr/share/doc/ardour-0.6/sample_ardour.rc to your homedirectory" + einfo "from /usr/share/doc/${P}/sample_ardour.rc to your homedirectory" einfo "and set two environment variables." einfo "ARDOURRC should point to your where-ever you put your ardour.rc file" einfo "ARDOUR_SYSTEM_RC should point to /usr/share/ardour/ardour_system.rc" |