diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 11:05:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 11:05:20 +0000 |
commit | b1ceee646dda9db4ca1ccb4233f57a194a51a4ad (patch) | |
tree | 585c17b7c68d955699f3ee54604285f33e02d29a /media-sound/saydate | |
parent | New USE flags for PHP (diff) | |
download | historical-b1ceee646dda9db4ca1ccb4233f57a194a51a4ad.tar.gz historical-b1ceee646dda9db4ca1ccb4233f57a194a51a4ad.tar.bz2 historical-b1ceee646dda9db4ca1ccb4233f57a194a51a4ad.zip |
Don't install COPYING file.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/saydate')
-rw-r--r-- | media-sound/saydate/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/saydate/saydate-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/saydate/ChangeLog b/media-sound/saydate/ChangeLog index f3b5c6eec4c1..1ce8c058a80f 100644 --- a/media-sound/saydate/ChangeLog +++ b/media-sound/saydate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/saydate # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/ChangeLog,v 1.9 2005/07/25 19:10:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/ChangeLog,v 1.10 2005/09/04 11:04:22 flameeyes Exp $ + + 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> saydate-0.3.0.ebuild: + Don't install COPYING file. 25 Jul 2005; David Holm <dholm@gentoo.org> saydate-0.3.0.ebuild: Added to ~ppc. diff --git a/media-sound/saydate/saydate-0.3.0.ebuild b/media-sound/saydate/saydate-0.3.0.ebuild index 35c696b237b9..20908b1a21ef 100644 --- a/media-sound/saydate/saydate-0.3.0.ebuild +++ b/media-sound/saydate/saydate-0.3.0.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/saydate/saydate-0.3.0.ebuild,v 1.13 2005/07/25 19:10:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.14 2005/09/04 11:04:22 flameeyes Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Linux shell program that talks the date and system uptime." @@ -29,6 +29,6 @@ src_install () { sed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate sed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw sed -i "s:/dev/audio:/dev/dsp:" ${S}/DESIGN - dodoc README TODO HISTORY DESIGN COPYING + dodoc README TODO HISTORY DESIGN dobin saydate au2raw } |