diff options
author | Dror Levin <spatz@gentoo.org> | 2011-05-17 23:41:25 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2011-05-17 23:41:25 +0000 |
commit | dc0f89ab17212a9f0c3342db60f657dd5aa189c7 (patch) | |
tree | cb8a3dd7c3da61405d4a4cb40e8f99d94432a0ca /media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild | |
parent | Fix the ffmpeg compatibility patch, should fix bug #365833 (diff) | |
download | gentoo-2-dc0f89ab17212a9f0c3342db60f657dd5aa189c7.tar.gz gentoo-2-dc0f89ab17212a9f0c3342db60f657dd5aa189c7.tar.bz2 gentoo-2-dc0f89ab17212a9f0c3342db60f657dd5aa189c7.zip |
Version bump, bug 367581.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild')
-rw-r--r-- | media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild new file mode 100644 index 000000000000..469f2fb7318b --- /dev/null +++ b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild,v 1.1 2011/05/17 23:41:25 spatz Exp $ + +EAPI=4 + +inherit font + +DESCRIPTION="A set of matching libre/open fonts funded by Canonical" +HOMEPAGE="http://font.ubuntu.com/" +SRC_URI="http://font.ubuntu.com/download/${P}.zip" + +LICENSE="UbuntuFontLicense-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +FONT_SUFFIX="ttf" + +DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt" |