diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:59:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:59:06 +0000 |
commit | 6bc1b30d2abc5488e9e455b7ddda2a0b1079c569 (patch) | |
tree | 995945cb7f692c0c3214f2dfde38ec3ebf2a15a7 /media-sound/qsynth/qsynth-0.2.2.ebuild | |
parent | Don't install COPYING and INSTALL files. Fixed HOMEPAGE. (diff) | |
download | gentoo-2-6bc1b30d2abc5488e9e455b7ddda2a0b1079c569.tar.gz gentoo-2-6bc1b30d2abc5488e9e455b7ddda2a0b1079c569.tar.bz2 gentoo-2-6bc1b30d2abc5488e9e455b7ddda2a0b1079c569.zip |
Don't install COPYING file.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-sound/qsynth/qsynth-0.2.2.ebuild')
-rw-r--r-- | media-sound/qsynth/qsynth-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/qsynth/qsynth-0.2.2.ebuild b/media-sound/qsynth/qsynth-0.2.2.ebuild index bbdb0918d138..231e338a75e7 100644 --- a/media-sound/qsynth/qsynth-0.2.2.ebuild +++ b/media-sound/qsynth/qsynth-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.2.ebuild,v 1.3 2005/07/28 14:44:31 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.2.ebuild,v 1.4 2005/09/04 10:57:43 flameeyes Exp $ DESCRIPTION="A Qt application to control FluidSynth" HOMEPAGE="http://qsynth.sf.net/" @@ -23,5 +23,5 @@ src_compile() { src_install () { einstall || die "make install failed" - dodoc AUTHORS COPYING ChangeLog README TODO + dodoc AUTHORS ChangeLog README TODO } |