commit: 5541af0574c938740b2fc44a8dba835c0f35416a Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 01:32:59 2017 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 02:08:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5541af05
dev-python/rinoh-typeface-texgyreheros: 0.1.1 ...inoh-typeface-texgyreheros-0.1.1-circular.patch | 24 +++++++++++++++++++ .../rinoh-typeface-texgyreheros/metadata.xml | 7 ++++++ .../rinoh-typeface-texgyreheros-0.1.1.ebuild | 26 ++++++++++++++++++++ licenses/GUST-1.0 | 28 ++++++++++++++++++++++ 4 files changed, 85 insertions(+) diff --git a/dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-0.1.1-circular.patch b/dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-0.1.1-circular.patch new file mode 100644 index 0000000..57fe2de --- /dev/null +++ b/dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-0.1.1-circular.patch @@ -0,0 +1,24 @@ +From a675eb85f5cbed1ee1d1050885912f7738f11440 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <[email protected]> +Date: Sun, 19 Mar 2017 02:25:09 +0100 +Subject: [PATCH] Remove circular dependency on rinohtype + +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index cee6fba..dff3b0c 100644 +--- a/setup.py ++++ b/setup.py +@@ -23,7 +23,6 @@ setup( + version='0.1.1', + packages=find_packages(), + package_data={PACKAGE_DIR: ['*.otf', '*.txt']}, +- install_requires=['rinohtype'], + entry_points={ + 'rinoh.typefaces': + ['{} = {}:typeface'.format(ENTRY_POINT_NAME, PACKAGE_DIR)] +-- +2.12.0 + diff --git a/dev-python/rinoh-typeface-texgyreheros/metadata.xml b/dev-python/rinoh-typeface-texgyreheros/metadata.xml new file mode 100644 index 0000000..82b7b79 --- /dev/null +++ b/dev-python/rinoh-typeface-texgyreheros/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-0.1.1.ebuild b/dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-0.1.1.ebuild new file mode 100644 index 0000000..5b6fe5d --- /dev/null +++ b/dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-0.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="TeX Gyre Heros typeface for rinohtype" +HOMEPAGE="https://github.com/brechtm/rinoh-typeface-texgyreheros" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GUST-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="${PYTHON_DEPS}" + +DOCS=( + README.rst +) + +PATCHES=( + "${FILESDIR}"/${P}-circular.patch +) diff --git a/licenses/GUST-1.0 b/licenses/GUST-1.0 new file mode 100644 index 0000000..4f60cb9 --- /dev/null +++ b/licenses/GUST-1.0 @@ -0,0 +1,28 @@ +% This is version 1.0, dated 22 June 2009, of the GUST Font License. +% (GUST is the Polish TeX Users Group, http://www.gust.org.pl) +% +% For the most recent version of this license see +% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt +% or +% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt +% +% This work may be distributed and/or modified under the conditions +% of the LaTeX Project Public License, either version 1.3c of this +% license or (at your option) any later version. +% +% Please also observe the following clause: +% 1) it is requested, but not legally required, that derived works be +% distributed only after changing the names of the fonts comprising this +% work and given in an accompanying "manifest", and that the +% files comprising the Work, as listed in the manifest, also be given +% new names. Any exceptions to this request are also given in the +% manifest. +% +% We recommend the manifest be given in a separate file named +% MANIFEST-<fontid>.txt, where <fontid> is some unique identification +% of the font family. If a separate "readme" file accompanies the Work, +% we recommend a name of the form README-<fontid>.txt. +% +% The latest version of the LaTeX Project Public License is in +% http://www.latex-project.org/lppl.txt and version 1.3c or later +% is part of all distributions of LaTeX version 2006/05/20 or later.
