diff options
Diffstat (limited to 'media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild')
-rw-r--r-- | media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild b/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild new file mode 100644 index 000000000000..4cd2b22668f6 --- /dev/null +++ b/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild,v 1.3 2007/06/04 17:08:14 cardoe Exp $ + +inherit font + +DESCRIPTION="A GPL-2 TrueType font replacement, courtesy of Red Hat." +SRC_URI="https://www.redhat.com/f/fonts/${P}.tar.gz" +HOMEPAGE="http://www.redhat.com" +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2-with-exceptions" +IUSE="X" + +FONT_S=${S} +FONT_SUFFIX="ttf" + +DOCS="License.txt" |