From a482917ee26c311990f9e7728cf0169f46f1a133 Mon Sep 17 00:00:00 2001 From: Matsuu Takuto Date: Fri, 16 Nov 2007 17:50:10 +0000 Subject: Fixed dodoc, bug #189292. (Portage version: 2.1.3.19) --- app-i18n/scim-anthy/ChangeLog | 6 +++++- app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild | 4 ++-- app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index eec33d498166..5a13cdc76a45 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.52 2007/11/03 03:39:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.53 2007/11/16 17:50:10 matsuu Exp $ + + 16 Nov 2007; scim-anthy-1.2.4.ebuild, + scim-anthy-1.3.0.ebuild: + Fixed dodoc, bug #189292. 03 Nov 2007; scim-anthy-1.2.4.ebuild, scim-anthy-1.3.0.ebuild: diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild index a417cbf7a809..296cec8dac98 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.6 2007/11/03 03:39:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.7 2007/11/16 17:50:10 matsuu Exp $ inherit libtool @@ -42,7 +42,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS THANKS README + dodoc AUTHORS ChangeLog NEWS README } pkg_postinst() { diff --git a/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild index a131af00a758..fe26c178c4e9 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.2 2007/11/03 03:39:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.3 2007/11/16 17:50:10 matsuu Exp $ inherit libtool @@ -42,7 +42,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS THANKS README + dodoc AUTHORS ChangeLog NEWS README } pkg_postinst() { -- cgit v1.2.3-65-gdbad