diff options
author | 2007-07-02 02:35:19 +0000 | |
---|---|---|
committer | 2007-07-02 02:35:19 +0000 | |
commit | 5983928487ec5a6762dca5d62bc083ed29aa3135 (patch) | |
tree | 892793f6ca19a3edf4345fcd064f59819b7dddb0 /media-fonts/ja-ipafonts | |
parent | (QA) RESTRICT clean up. (diff) | |
download | historical-5983928487ec5a6762dca5d62bc083ed29aa3135.tar.gz historical-5983928487ec5a6762dca5d62bc083ed29aa3135.tar.bz2 historical-5983928487ec5a6762dca5d62bc083ed29aa3135.zip |
(QA) RESTRICT clean up.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'media-fonts/ja-ipafonts')
-rw-r--r-- | media-fonts/ja-ipafonts/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-fonts/ja-ipafonts/ChangeLog b/media-fonts/ja-ipafonts/ChangeLog index 1137fbbf850b..032d7f49c15f 100644 --- a/media-fonts/ja-ipafonts/ChangeLog +++ b/media-fonts/ja-ipafonts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/ja-ipafonts -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ja-ipafonts/ChangeLog,v 1.8 2006/11/26 22:53:30 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ja-ipafonts/ChangeLog,v 1.9 2007/07/02 02:35:19 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> + ja-ipafonts-0.0.20040715.ebuild: + (QA) RESTRICT clean up. 26 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> ja-ipafonts-0.0.20040715.ebuild: diff --git a/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild b/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild index 195146e11870..7dec9103613b 100644 --- a/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild +++ b/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild,v 1.9 2006/11/26 22:53:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild,v 1.10 2007/07/02 02:35:19 peper Exp $ inherit font @@ -9,8 +9,6 @@ HOMEPAGE="http://www.grass-japan.org/FOSS4G/readme-grass-i18n-ipafonts.eucjp.htm SRC_URI="http://www.grass-japan.org/FOSS4G/ipafonts/grass5.0.3_i686-pc-linux-i18n-ipafull-gnu_bin.tar.gz" LICENSE="grass-ipafonts" -RESTRICT="nomirror" - SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ~ppc-macos ppc64 s390 sh x86 ~x86-fbsd" IUSE="" @@ -22,4 +20,4 @@ FONT_S="${S}/fonts" DOCS="readme-grass-i18n-ipafonts.eucjp license-ipafonts.eucjp" # Only installs fonts -RESTRICT="strip binchecks" +RESTRICT="mirror strip binchecks" |