media-fonts/pothana2k - 2006-r1 (gentoo)

Search

Install

Install this version:

emerge -a =media-fonts/pothana2k-2006-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/pothana2k-2006-r1

Or alternatively:

emerge --autounmask-write -a =media-fonts/pothana2k-2006-r1

Package Information

Description:
Pothana 2000 and Vemana fonts for the Telugu script
Homepage:
http://www.kavya-nandanam.com/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2006-r1 7 amd64 ~loong ppc ppc64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="Pothana 2000 and Vemana fonts for the Telugu script"
HOMEPAGE="http://www.kavya-nandanam.com/"
SRC_URI="mirror://gentoo/${P}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~loong ppc ppc64 x86"
IUSE="doc"

BDEPEND="app-arch/unzip"

S="${WORKDIR}"
FONT_S="${WORKDIR}"
FONT_SUFFIX="ttf"

FONT_CONF=( "${FILESDIR}/65-pothana2k.conf" )

src_install() {
	font_src_install
	use doc && dodoc MANUAL.PDF
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-fonts/pothana2k | euse -E <flag> -p media-fonts/pothana2k | euse -D <flag> -p media-fonts/pothana2k

Global/Standard Flags

doc

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

BDEPEND

app-arch/unzip