diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-24 16:18:24 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-24 16:18:24 +0000 |
commit | 2fc6af044c58f46946e25ea14aaef8da063c2c4e (patch) | |
tree | a0fa5b843380ec272f8dc162be7e5d2e903c8ee0 /media-fonts | |
parent | Corrected font path. Thanks to Nuno Alexandre <ikaro@fluxbox.org> for the bug... (diff) | |
download | historical-2fc6af044c58f46946e25ea14aaef8da063c2c4e.tar.gz historical-2fc6af044c58f46946e25ea14aaef8da063c2c4e.tar.bz2 historical-2fc6af044c58f46946e25ea14aaef8da063c2c4e.zip |
Removed old ebuild.
Diffstat (limited to 'media-fonts')
3 files changed, 5 insertions, 47 deletions
diff --git a/media-fonts/kochi-substitute/ChangeLog b/media-fonts/kochi-substitute/ChangeLog index b4649d666dc8..fa407e58c44e 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.12 2004/05/19 05:11:19 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.13 2004/05/24 16:18:24 usata Exp $ + + 25 May 2004; Mamoru KOMACHI <usata@gentoo.org> + -kochi-substitute-20030809-r1.ebuild: + Removed old ebuild. *kochi-substitute-20030809-r2 (19 May 2004) diff --git a/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809-r1 b/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809-r1 deleted file mode 100644 index 1f80ee0beceb..000000000000 --- a/media-fonts/kochi-substitute/files/digest-kochi-substitute-20030809-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c4b14e287cf2b1688c649e2274e128b3 kochi-substitute-20030809.tar.bz2 8675822 diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809-r1.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809-r1.ebuild deleted file mode 100644 index 653e384f3a91..000000000000 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r1.ebuild,v 1.1 2004/05/15 10:34:58 usata 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" - -DEPEND="virtual/glibc - X? ( 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 ${FONTPATH}/*.ttf ; do - dosym $f /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 -} |