diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-12 23:05:18 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-12 23:05:18 +0000 |
commit | 8e6d9fcd796bfb3a357d1daf6634a7685d3166cd (patch) | |
tree | 352298eee4bb421c7ee27ab8453ff696c92bf36a /media-libs/stimg | |
parent | Removed COPYING from dodoc. (diff) | |
download | gentoo-2-8e6d9fcd796bfb3a357d1daf6634a7685d3166cd.tar.gz gentoo-2-8e6d9fcd796bfb3a357d1daf6634a7685d3166cd.tar.bz2 gentoo-2-8e6d9fcd796bfb3a357d1daf6634a7685d3166cd.zip |
Removed COPYING and INSTALL from dodoc.
(Portage version: 2.0.54)
Diffstat (limited to 'media-libs/stimg')
-rw-r--r-- | media-libs/stimg/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/stimg/stimg-0.1.0.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/stimg/ChangeLog b/media-libs/stimg/ChangeLog index e234968cf745..23dd03bf52b0 100644 --- a/media-libs/stimg/ChangeLog +++ b/media-libs/stimg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/stimg # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.6 2006/03/07 13:07:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.7 2006/05/12 23:05:18 tcort Exp $ + + 12 May 2006; Thomas Cort <tcort@gentoo.org> stimg-0.1.0.ebuild: + Removed COPYING and INSTALL from dodoc. 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml: Add maintainer-needed metadata. diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild index 79e848619ff2..f9d23e6aa626 100644 --- a/media-libs/stimg/stimg-0.1.0.ebuild +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.6 2005/04/24 03:33:39 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.7 2006/05/12 23:05:18 tcort Exp $ IUSE="" @@ -21,6 +21,5 @@ DEPEND=">=media-libs/libpng-1.0.12-r2 src_install() { einstall - - dodoc AUTHORS COPYING{,.imlib2} INSTALL README.ja + dodoc AUTHORS README.ja } |