diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-03-08 12:32:31 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-03-08 12:32:31 +0000 |
commit | 633d40edd479c22cd1d1a29e65997ef9cc3c411d (patch) | |
tree | 9d0f89fa26c737959f1048c60ddbed1df1861726 /media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild | |
parent | x86 stable wrt bug #400083 (diff) | |
download | gentoo-2-633d40edd479c22cd1d1a29e65997ef9cc3c411d.tar.gz gentoo-2-633d40edd479c22cd1d1a29e65997ef9cc3c411d.tar.bz2 gentoo-2-633d40edd479c22cd1d1a29e65997ef9cc3c411d.zip |
Bump to latest. Remove overshadowed version.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild')
-rw-r--r-- | media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild b/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild deleted file mode 100644 index fd522cde5711..000000000000 --- a/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild,v 1.6 2009/09/07 21:47:32 dirtyepic Exp $ - -inherit font - -DESCRIPTION="A collection of Free fonts for Thai" -HOMEPAGE="http://linux.thai.net/projects/thaifonts-scalable" -SRC_URI="ftp://linux.thai.net/pub/thailinux/software/thai-ttf/thai-ttf-${PV}.tar.gz" - -LICENSE="|| ( GPL-2-with-font-exception GPL-3-with-font-exception )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/thai-ttf-${PV}" -FONT_S="${S}" -FONT_SUFFIX="ttf" - -FONT_CONF=( "${FONT_S}/etc/fonts/conf.avail/65-ttf-thai-tlwg.conf" - "${FONT_S}/etc/fonts/conf.avail/90-ttf-thai-tlwg-synthetic.conf" ) - -pkg_postinst() { - font_pkg_postinst - echo - elog " 65-ttf-thai-tlwg.conf enables basic support." - elog " 90-ttf-thai-tlwg-synthetic.conf emulates the Thai font of Windows." - echo -} - -DOCS="" |