diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-06 20:02:59 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-06 20:02:59 +0000 |
commit | 5953d8e45c374623c84f824e62cba796191f4964 (patch) | |
tree | 1764c09a605cb33e64189a2e9b86b1d73b741e40 /media-fonts | |
parent | alpha stable (diff) | |
download | gentoo-2-5953d8e45c374623c84f824e62cba796191f4964.tar.gz gentoo-2-5953d8e45c374623c84f824e62cba796191f4964.tar.bz2 gentoo-2-5953d8e45c374623c84f824e62cba796191f4964.zip |
Initial commit, based on ebuild by Daniel J. (bug 302227).
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/heuristica/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/heuristica/heuristica-0.2.1.ebuild | 24 | ||||
-rw-r--r-- | media-fonts/heuristica/metadata.xml | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/media-fonts/heuristica/ChangeLog b/media-fonts/heuristica/ChangeLog new file mode 100644 index 000000000000..98ca2a6f61b0 --- /dev/null +++ b/media-fonts/heuristica/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-fonts/heuristica +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/heuristica/ChangeLog,v 1.1 2010/03/06 20:02:59 spatz Exp $ + +*heuristica-0.2.1 (06 Mar 2010) + + 06 Mar 2010; Dror Levin <spatz@gentoo.org> +heuristica-0.2.1.ebuild, + +metadata.xml: + Initial commit, based on ebuild by Daniel J. (bug 302227). + diff --git a/media-fonts/heuristica/heuristica-0.2.1.ebuild b/media-fonts/heuristica/heuristica-0.2.1.ebuild new file mode 100644 index 000000000000..05a55e863c10 --- /dev/null +++ b/media-fonts/heuristica/heuristica-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/heuristica/heuristica-0.2.1.ebuild,v 1.1 2010/03/06 20:02:59 spatz Exp $ + +EAPI="3" + +inherit font + +DESCRIPTION="A font based on Adobe Utopia" +HOMEPAGE="http://code.google.com/p/evristika/" +SRC_URI="http://evristika.googlecode.com/files/${PN}-ttf-${PV}.tar.xz + http://evristika.googlecode.com/files/${PN}-otf-${PV}.tar.xz + http://evristika.googlecode.com/files/${PN}-pfb-${PV}.tar.xz" + +LICENSE="OFL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +FONT_SUFFIX="otf pfb ttf" +FONT_S="${S}" +DOCS="FontLog.txt" diff --git a/media-fonts/heuristica/metadata.xml b/media-fonts/heuristica/metadata.xml new file mode 100644 index 000000000000..64cc0b687d48 --- /dev/null +++ b/media-fonts/heuristica/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> +</pkgmetadata> |