diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-07 12:14:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-07 12:14:36 +0000 |
commit | 7229bca05098824d2bbc22c6c2d19844d2a8baa5 (patch) | |
tree | f5d1184972dd4ef625d2426c40a5f2a4f73a06eb /media-sound/timemachine | |
parent | Don't install INSTALL files. (diff) | |
download | historical-7229bca05098824d2bbc22c6c2d19844d2a8baa5.tar.gz historical-7229bca05098824d2bbc22c6c2d19844d2a8baa5.tar.bz2 historical-7229bca05098824d2bbc22c6c2d19844d2a8baa5.zip |
Don't install INSTALL or COPYING files.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'media-sound/timemachine')
-rw-r--r-- | media-sound/timemachine/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/timemachine/timemachine-0.2.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/timemachine/ChangeLog b/media-sound/timemachine/ChangeLog index ba84ed585c5b..4c6a715db2b5 100644 --- a/media-sound/timemachine/ChangeLog +++ b/media-sound/timemachine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timemachine -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.8 2004/12/19 07:13:30 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.9 2005/11/07 12:11:28 flameeyes Exp $ + + 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> + timemachine-0.2.4.ebuild: + Don't install INSTALL or COPYING files. 18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> timemachine-0.3.0.ebuild: diff --git a/media-sound/timemachine/timemachine-0.2.4.ebuild b/media-sound/timemachine/timemachine-0.2.4.ebuild index 06a59cbd67c9..7fabe69576f7 100644 --- a/media-sound/timemachine/timemachine-0.2.4.ebuild +++ b/media-sound/timemachine/timemachine-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.2.4.ebuild,v 1.5 2004/09/03 20:21:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.2.4.ebuild,v 1.6 2005/11/07 12:11:28 flameeyes Exp $ inherit flag-o-matic eutils DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed." @@ -31,5 +31,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc COPYING ChangeLog + dodoc ChangeLog } |