diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-07-22 07:19:43 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-07-22 07:19:43 +0000 |
commit | 617ecefe0b19a5a494492cd7a813fc918196c785 (patch) | |
tree | fab79e7a764728d2a3255741a6747f62689f9828 /media-fonts | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-617ecefe0b19a5a494492cd7a813fc918196c785.tar.gz historical-617ecefe0b19a5a494492cd7a813fc918196c785.tar.bz2 historical-617ecefe0b19a5a494492cd7a813fc918196c785.zip |
Remove old.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'media-fonts')
5 files changed, 5 insertions, 136 deletions
diff --git a/media-fonts/kochi-substitute/ChangeLog b/media-fonts/kochi-substitute/ChangeLog index b361e57d66ac..ab0e8309a547 100644 --- a/media-fonts/kochi-substitute/ChangeLog +++ b/media-fonts/kochi-substitute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/kochi-substitute # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.26 2007/01/05 17:07:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.27 2007/07/22 07:19:43 dirtyepic Exp $ + + 22 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> + -kochi-substitute-20030809.ebuild, -kochi-substitute-20030809-r2.ebuild: + Remove old. 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kochi-substitute-20030809.ebuild: diff --git a/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809 b/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809 deleted file mode 100644 index 015b6287ceaa..000000000000 --- a/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c4b14e287cf2b1688c649e2274e128b3 kochi-substitute-20030809.tar.bz2 8675822 -RMD160 a88366f1edd1df02d931383e445f31d70a21fec0 kochi-substitute-20030809.tar.bz2 8675822 -SHA256 f4d69b24538833bf7e2c4de5e01713b3f1440960a6cc2a5993cb3c68cd23148c kochi-substitute-20030809.tar.bz2 8675822 diff --git a/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809-r2 b/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809-r2 deleted file mode 100644 index 015b6287ceaa..000000000000 --- a/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c4b14e287cf2b1688c649e2274e128b3 kochi-substitute-20030809.tar.bz2 8675822 -RMD160 a88366f1edd1df02d931383e445f31d70a21fec0 kochi-substitute-20030809.tar.bz2 8675822 -SHA256 f4d69b24538833bf7e2c4de5e01713b3f1440960a6cc2a5993cb3c68cd23148c kochi-substitute-20030809.tar.bz2 8675822 diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild deleted file mode 100644 index 33d47812a211..000000000000 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild,v 1.5 2006/03/23 21:00:40 spyderous Exp $ - -IUSE="X" - -DESCRIPTION="Kochi Japanese TrueType fonts with Wadalab Fonts" -HOMEPAGE="http://efont.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/efont/5411/${P}.tar.bz2" - -# naga10 has free-noncomm license -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~ia64 ~x86 ~alpha ~sparc ~ppc ~hppa ~amd64 ~mips ppc64" - -DEPEND="virtual/libc - X? ( || ( ( x11-apps/mkfontdir - x11-apps/ttmkfdir - media-libs/fontconfig - ) - virtual/x11 - ) - )" - -S=${WORKDIR}/${PN}-${PV:0:8} -FONTPATH="/usr/share/fonts/${PN}" - -src_install () { - - insinto ${FONTPATH} - doins kochi-gothic-subst.ttf - doins kochi-mincho-subst.ttf - dosym kochi-gothic-subst.ttf ${FONTPATH}/kochi-gothic.ttf - dosym kochi-mincho-subst.ttf ${FONTPATH}/kochi-mincho.ttf - dodir /usr/X11R6/lib/X11/fonts/truetype - for f in ${D}${FONTPATH}/*.ttf ; do - dosym ${f/${D}/} /usr/X11R6/lib/X11/fonts/truetype - done - mkfontscale ${D}${FONTPATH} - newins ${D}${FONTPATH}/fonts.scale fonts.dir - if [ -x /usr/bin/fc-cache ] ; then - /usr/bin/fc-cache -f ${D}${FONTPATH} - fi - - dodoc README.ja COPYING docs/README - cd docs - for d in kappa20 k14goth ayu20gothic wadalab shinonome* naga10; do - docinto $d - dodoc $d/* - done -} diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild deleted file mode 100644 index ff3b0c4e8e7c..000000000000 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.11 2007/01/05 17:07:44 flameeyes Exp $ - -IUSE="X" - -FONT_PATH="/usr/X11R6/lib/X11/fonts/truetype" -DESCRIPTION="Kochi Japanese TrueType fonts with Wadalab Fonts" -HOMEPAGE="http://efont.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/efont/5411/${P}.tar.bz2" - -# naga10 has free-noncomm license -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="ia64 x86 alpha sparc ppc hppa amd64 mips" - -DEPEND="virtual/libc - X? ( || ( ( x11-apps/mkfontdir - x11-apps/ttmkfdir - media-libs/fontconfig - ) - virtual/x11 - ) - )" - -S=${WORKDIR}/${PN}-${PV:0:8} - -src_install () { - - insinto ${FONT_PATH} - doins kochi-gothic-subst.ttf - doins kochi-mincho-subst.ttf - dosym kochi-gothic-subst.ttf ${FONT_PATH}/kochi-gothic.ttf - dosym kochi-mincho-subst.ttf ${FONT_PATH}/kochi-mincho.ttf - - dodoc README.ja COPYING docs/README - cd docs - for d in kappa20 k14goth ayu20gothic wadalab shinonome* naga10; do - docinto $d - dodoc $d/* - done -} - -rebuild_fontfiles() { - - einfo "Refreshing fonts.scale and fonts.dir..." - - cd ${FONT_PATH} - - # recreate fonts.scale - ttmkfdir > fonts.scale \ - || die "Unable to create fonts.scale! Please emerge ttmkfdir and try again." - - # recreate fonts.dir - mkfontdir -e /usr/X11R6/lib/X11/fonts/encodings - - if [ -x /usr/bin/fc-cache ] ; then - einfo "Updating font cache..." - /usr/bin/fc-cache -f ${FONT_PATH} - fi -} - -pkg_postinst() { - - use X > /dev/null && rebuild_fontfiles - - echo "" - elog "This is a Kochi \"alternative\" font, but not kochi font itself." - elog "Unfortunately, there is a possibility of copyright infringement," - elog "so the author of kochi font suspended distributing kochi font." - elog "Please see http://khdd.net/kanou/fonts/stolenbitmap.en.html and" - elog "${HOMEPAGE} for details." -} - -pkg_postrm() { - - use X > /dev/null && rebuild_fontfiles -} |