summaryrefslogtreecommitdiff
path: root/dev-python/ginga/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/ginga/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/ginga/files')
-rw-r--r--dev-python/ginga/files/ginga-no-roboto.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/ginga/files/ginga-no-roboto.patch b/dev-python/ginga/files/ginga-no-roboto.patch
deleted file mode 100644
index 36b222fea5e2..000000000000
--- a/dev-python/ginga/files/ginga-no-roboto.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Ole Streicher <olebole@debian.org>
-Date: Tue, 2 Aug 2016 09:06:36 +0200
-Subject: Don't install the fonts included in the package.
-
-Use the package roboto-fonts-unhinted instead.
----
- ginga/fonts/setup_package.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ginga/fonts/setup_package.py b/ginga/fonts/setup_package.py
-index 9dd1e93..fe0ed0a 100644
---- a/ginga/fonts/setup_package.py
-+++ b/ginga/fonts/setup_package.py
-@@ -3,4 +3,4 @@ from __future__ import absolute_import
-
-
- def get_package_data():
-- return {'ginga.fonts': ['*/*.ttf', '*/*.txt']}
-+ return {}