diff options
author | 2004-10-26 16:11:02 +0000 | |
---|---|---|
committer | 2004-10-26 16:11:02 +0000 | |
commit | aa9871e9b2302fe0fc308cf0a5afd3d4affe21f5 (patch) | |
tree | c86a6dee6e1ad6b798cdbbe5da95cb88f691aab1 /dev-db/mysql | |
parent | no longer uses packed jars # 63261, Thanks too Jan Brinkmann <lucky@the-lucky... (diff) | |
download | gentoo-2-aa9871e9b2302fe0fc308cf0a5afd3d4affe21f5.tar.gz gentoo-2-aa9871e9b2302fe0fc308cf0a5afd3d4affe21f5.tar.bz2 gentoo-2-aa9871e9b2302fe0fc308cf0a5afd3d4affe21f5.zip |
Removed non-existend 'COPYING.LIB' dodoc entry in dev-db/mysql-4.0.21...
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index e29b21867860..173ddb5e8daa 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.137 2004/10/22 18:11:35 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.138 2004/10/26 16:11:02 s4t4n Exp $ + + 26 Oct 2004; Michele Noberasco <s4t4n@gentoo.org> mysql-4.0.21.ebuild: + Removed COPYING.LIB from dodoc as the file doesn't exist. 22 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> mysql-4.0.21.ebuild: Marked stable on amd64. diff --git a/dev-db/mysql/mysql-4.0.21.ebuild b/dev-db/mysql/mysql-4.0.21.ebuild index 4dcafd106d09..769af701fa45 100644 --- a/dev-db/mysql/mysql-4.0.21.ebuild +++ b/dev-db/mysql/mysql-4.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.21.ebuild,v 1.9 2004/10/22 18:11:35 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.21.ebuild,v 1.10 2004/10/26 16:11:02 s4t4n Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -192,7 +192,7 @@ src_install() { dohtml Docs/*.html rm -f Docs/*.html - dodoc README COPYING COPYING.LIB Docs/manual.* + dodoc README COPYING Docs/manual.* docinto conf-samples dodoc support-files/my-*.cnf |