diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-05 06:57:56 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-05 06:57:56 +0000 |
commit | e140b917fe5ba1abfcf1cddd3b0746ff88600c4d (patch) | |
tree | 09020cf29dd274e75e8ff93b93f703862977afa4 /media-fonts/alee-fonts/alee-fonts-4.1.ebuild | |
parent | New version. File selector and dialogue patches applied upstream and no longe... (diff) | |
download | gentoo-2-e140b917fe5ba1abfcf1cddd3b0746ff88600c4d.tar.gz gentoo-2-e140b917fe5ba1abfcf1cddd3b0746ff88600c4d.tar.bz2 gentoo-2-e140b917fe5ba1abfcf1cddd3b0746ff88600c4d.zip |
Version bumped. This closes bug #80037.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-fonts/alee-fonts/alee-fonts-4.1.ebuild')
-rw-r--r-- | media-fonts/alee-fonts/alee-fonts-4.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-fonts/alee-fonts/alee-fonts-4.1.ebuild b/media-fonts/alee-fonts/alee-fonts-4.1.ebuild new file mode 100644 index 000000000000..2b9b84883bc7 --- /dev/null +++ b/media-fonts/alee-fonts/alee-fonts-4.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/alee-fonts/alee-fonts-4.1.ebuild,v 1.1 2005/02/05 06:57:56 usata Exp $ + +inherit font + +DESCRIPTION="A Lee's Hangul truetype fonts" +HOMEPAGE="http://packages.debian.org/unstable/x11/ttf-alee" + +SRC_URI="mirror://debian/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~ppc-macos" +IUSE="" + +FONT_SUFFIX="ttf" +FONT_S="${WORKDIR}/ttf-alee-${PV}" + +S=${FONT_S} |