diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-01-13 23:53:20 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-01-13 23:53:20 +0000 |
commit | 88a539305fd0c98621fb61404ce16cf15f090105 (patch) | |
tree | 5d60706efce23b220adf37af75bd188fba9d2f73 /media-fonts/paratype | |
parent | Version bump; some of the patches have been merged in but we still have two t... (diff) | |
download | gentoo-2-88a539305fd0c98621fb61404ce16cf15f090105.tar.gz gentoo-2-88a539305fd0c98621fb61404ce16cf15f090105.tar.bz2 gentoo-2-88a539305fd0c98621fb61404ce16cf15f090105.zip |
Initial import. Ebuild by Azamat H. Hackimov in bug #298732.
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/paratype')
-rw-r--r-- | media-fonts/paratype/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/paratype/metadata.xml | 8 | ||||
-rw-r--r-- | media-fonts/paratype/paratype-1.ebuild | 23 |
3 files changed, 41 insertions, 0 deletions
diff --git a/media-fonts/paratype/ChangeLog b/media-fonts/paratype/ChangeLog new file mode 100644 index 000000000000..7e7d0ffef785 --- /dev/null +++ b/media-fonts/paratype/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-fonts/paratype +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/paratype/ChangeLog,v 1.1 2011/01/13 23:53:20 dirtyepic Exp $ + +*paratype-1 (13 Jan 2011) + + 13 Jan 2011; Ryan Hill <dirtyepic@gentoo.org> +paratype-1.ebuild, + +metadata.xml: + Initial import. Ebuild by Azamat H. Hackimov in bug #298732. + diff --git a/media-fonts/paratype/metadata.xml b/media-fonts/paratype/metadata.xml new file mode 100644 index 000000000000..a5750074cc51 --- /dev/null +++ b/media-fonts/paratype/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <maintainer> + <email>fonts@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/media-fonts/paratype/paratype-1.ebuild b/media-fonts/paratype/paratype-1.ebuild new file mode 100644 index 000000000000..4567de50b888 --- /dev/null +++ b/media-fonts/paratype/paratype-1.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/paratype/paratype-1.ebuild,v 1.1 2011/01/13 23:53:20 dirtyepic Exp $ + +EAPI="3" +inherit font + +DESCRIPTION="ParaType font collection for languages of Russia" +HOMEPAGE="http://www.paratype.ru/public/" +SRC_URI="http://www.fontstock.com/public/PTSansOFL.zip + http://www.fontstock.com/public/PTSerifOFL.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S=${WORKDIR} +FONT_S=${WORKDIR} +FONT_SUFFIX="ttf" |