diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2007-04-01 14:14:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2007-04-01 14:14:51 +0000 |
commit | 2b817ecb8de54a39654f22dc924427acce0df1da (patch) | |
tree | 4dbda577fce6948e52777b3bf086112370cb1726 /media-fonts | |
parent | metadata to fonts instead of X11. X11 is sooo 3 years ago (diff) | |
download | gentoo-2-2b817ecb8de54a39654f22dc924427acce0df1da.tar.gz gentoo-2-2b817ecb8de54a39654f22dc924427acce0df1da.tar.bz2 gentoo-2-2b817ecb8de54a39654f22dc924427acce0df1da.zip |
Version bump thanks to Arun Raghavan in bug #157332
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/fonts-indic/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/fonts-indic/files/digest-fonts-indic-2.1.5 | 3 | ||||
-rw-r--r-- | media-fonts/fonts-indic/fonts-indic-2.1.5.ebuild | 25 |
3 files changed, 35 insertions, 1 deletions
diff --git a/media-fonts/fonts-indic/ChangeLog b/media-fonts/fonts-indic/ChangeLog index dd246118adaa..2c9074f06658 100644 --- a/media-fonts/fonts-indic/ChangeLog +++ b/media-fonts/fonts-indic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/fonts-indic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/fonts-indic/ChangeLog,v 1.2 2007/04/01 14:04:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/fonts-indic/ChangeLog,v 1.3 2007/04/01 14:14:51 seemant Exp $ + +*fonts-indic-2.1.5 (01 Apr 2007) + + 01 Apr 2007; Seemant Kulleen <seemant@gentoo.org> + +fonts-indic-2.1.5.ebuild: + Version bump thanks to Arun Raghavan in bug #157332 01 Apr 2007; Seemant Kulleen <seemant@gentoo.org> metadata.xml: metadata to fonts instead of X11. X11 is sooo 3 years ago diff --git a/media-fonts/fonts-indic/files/digest-fonts-indic-2.1.5 b/media-fonts/fonts-indic/files/digest-fonts-indic-2.1.5 new file mode 100644 index 000000000000..b0a3351b36a9 --- /dev/null +++ b/media-fonts/fonts-indic/files/digest-fonts-indic-2.1.5 @@ -0,0 +1,3 @@ +MD5 bb9497ee772062b97ff00a1a68b17c98 fonts-indic-2.1.5.tar.gz 357694 +RMD160 9ae8cc36dd7f7c1b7040a39969c6db7b0892126d fonts-indic-2.1.5.tar.gz 357694 +SHA256 f0a91adf6bd3c76eb46012bcbf2cd9dd254d2dfcae0d62b5105c827b215290bb fonts-indic-2.1.5.tar.gz 357694 diff --git a/media-fonts/fonts-indic/fonts-indic-2.1.5.ebuild b/media-fonts/fonts-indic/fonts-indic-2.1.5.ebuild new file mode 100644 index 000000000000..43de3e11865c --- /dev/null +++ b/media-fonts/fonts-indic/fonts-indic-2.1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/fonts-indic/fonts-indic-2.1.5.ebuild,v 1.1 2007/04/01 14:14:51 seemant Exp $ + +inherit font + +FONT_S="${S}" +FONT_PN="${PN/fonts-/}" +FONTDIR="/usr/share/fonts/${FONT_PN}" +FONT_SUFFIX="ttf" + +DESCRIPTION="The Lohit family of indic fonts" +HOMEPAGE="http://fedoraproject.org/wiki/Lohit" +LICENSE="GPL-2" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DOCS="AUTHORS ChangeLog" + +src_compile() { + find ./ -name '*ttf' -exec cp {} . \; +} |