diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:43:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:43:16 +0000 |
commit | 3178de6b9748ad5bb468b73a298e1c335f31d5de (patch) | |
tree | 57639166c047f22b1bf1e7ae27ea94d27f5fc0af /media-video/xvid4conf | |
parent | version bump #101937 (diff) | |
download | historical-3178de6b9748ad5bb468b73a298e1c335f31d5de.tar.gz historical-3178de6b9748ad5bb468b73a298e1c335f31d5de.tar.bz2 historical-3178de6b9748ad5bb468b73a298e1c335f31d5de.zip |
Don't install INSTALL file.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-video/xvid4conf')
-rw-r--r-- | media-video/xvid4conf/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/xvid4conf/xvid4conf-1.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/xvid4conf/ChangeLog b/media-video/xvid4conf/ChangeLog index 30b5f134c020..e46a0c53cbe3 100644 --- a/media-video/xvid4conf/ChangeLog +++ b/media-video/xvid4conf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/xvid4conf -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.4 2004/08/14 14:47:10 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.5 2005/09/10 15:41:46 flameeyes Exp $ + + 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xvid4conf-1.12.ebuild: + Don't install INSTALL file. 14 Aug 2004; Sven Wegener <swegener@gentoo.org> xvid4conf-1.12.ebuild: Trimmed trailing whitespace. diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild index 80d2010b4487..885419690c4e 100644 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild +++ b/media-video/xvid4conf/xvid4conf-1.12.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/xvid4conf/xvid4conf-1.12.ebuild,v 1.5 2004/08/14 14:47:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.6 2005/09/10 15:41:46 flameeyes Exp $ DESCRIPTION="GTK2-configuration dialog for xvid4" HOMEPAGE="http://zebra.fh-weingarten.de/~transcode/xvid4conf" @@ -18,5 +18,5 @@ src_install() { dodir /usr/{include,lib} einstall || die - dodoc AUTHORS ChangeLog INSTALL README + dodoc AUTHORS ChangeLog README } |