diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:17:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:17:53 +0000 |
commit | 1b4248e6bc6c65088507116cc44731aed8efff70 (patch) | |
tree | c82110c83d118389a446cb219ac616d67774f567 /media-video/xiron/xiron-0.1.1.ebuild | |
parent | Don't install COPYING file. (diff) | |
download | gentoo-2-1b4248e6bc6c65088507116cc44731aed8efff70.tar.gz gentoo-2-1b4248e6bc6c65088507116cc44731aed8efff70.tar.bz2 gentoo-2-1b4248e6bc6c65088507116cc44731aed8efff70.zip |
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-video/xiron/xiron-0.1.1.ebuild')
-rw-r--r-- | media-video/xiron/xiron-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/xiron/xiron-0.1.1.ebuild b/media-video/xiron/xiron-0.1.1.ebuild index 57e7ed4eba77..1bbf08dd9d41 100644 --- a/media-video/xiron/xiron-0.1.1.ebuild +++ b/media-video/xiron/xiron-0.1.1.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-video/xiron/xiron-0.1.1.ebuild,v 1.3 2004/10/03 21:38:15 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xiron/xiron-0.1.1.ebuild,v 1.4 2005/09/03 23:15:30 flameeyes Exp $ DESCRIPTION="xiron is a rapid development framework to build multimedia frontends for the xine media playing library" HOMEPAGE="http://xiron.sourceforge.net/" @@ -33,5 +33,5 @@ src_install() { docsdir=/usr/share/doc/${PF} \ install || die - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO } |