diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-16 17:50:10 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-16 17:50:10 +0000 |
commit | a482917ee26c311990f9e7728cf0169f46f1a133 (patch) | |
tree | afba16d47ce448832f7d920540de5398a5fff2a7 | |
parent | Stable on ppc wrt bug 199014 (diff) | |
download | gentoo-2-a482917ee26c311990f9e7728cf0169f46f1a133.tar.gz gentoo-2-a482917ee26c311990f9e7728cf0169f46f1a133.tar.bz2 gentoo-2-a482917ee26c311990f9e7728cf0169f46f1a133.zip |
Fixed dodoc, bug #189292.
(Portage version: 2.1.3.19)
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild | 4 | ||||
-rw-r--r-- | 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; <matsuu@gentoo.org> scim-anthy-1.2.4.ebuild, + scim-anthy-1.3.0.ebuild: + Fixed dodoc, bug #189292. 03 Nov 2007; <matsuu@gentoo.org> 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() { |