aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/3270font')
-rw-r--r--media-fonts/3270font/3270font-2.3.1.ebuild60
-rw-r--r--media-fonts/3270font/Manifest1
-rw-r--r--media-fonts/3270font/files/3270font-2.3.0-correctly-pass-options.patch10
-rw-r--r--media-fonts/3270font/files/remove-useless-tests.patch20
-rw-r--r--media-fonts/3270font/metadata.xml15
5 files changed, 0 insertions, 106 deletions
diff --git a/media-fonts/3270font/3270font-2.3.1.ebuild b/media-fonts/3270font/3270font-2.3.1.ebuild
deleted file mode 100644
index 80001cfbb..000000000
--- a/media-fonts/3270font/3270font-2.3.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit font python-any-r1
-
-DESCRIPTION="A IBM 3270 Terminal font in a modern format"
-HOMEPAGE="https://github.com/rbanffy/3270font"
-SRC_URI="https://github.com/rbanffy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD CC-BY-SA-3.0 GPL-3 OFL"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RESTRICT="test"
-PROPERTIES="test_network"
-
-BDEPEND="
- ${PYTHON_DEPS}
- media-gfx/fontforge
- test? (
- $(python_gen_any_dep '
- dev-python/ipdb[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-util/gftools[${PYTHON_SINGLE_USEDEP}]
- media-gfx/fontbakery[${PYTHON_USEDEP}]
- ')
- )
-"
-
-DOCS=( CHANGELOG.md README.md )
-HTML_DOCS=( "DESCRIPTION.en_us.html" )
-
-PATCHES=(
- "${FILESDIR}/remove-useless-tests.patch"
- "${FILESDIR}/${PN}-2.3.0-correctly-pass-options.patch"
-)
-
-FONT_S="${S}/build"
-FONT_SUFFIX="otf ttf pfm woff"
-
-python_check_deps() {
- use test || return 0
- python_has_version -b "dev-python/ipdb[${PYTHON_USEDEP}]" &&
- python_has_version -b "dev-python/pillow[${PYTHON_USEDEP}]" &&
- python_has_version -b "dev-util/gftools[${PYTHON_USEDEP}]" &&
- python_has_version -b "media-gfx/fontbakery[${PYTHON_USEDEP}]"
-}
-
-src_compile() {
- emake font
-}
-
-src_test() {
- emake test
- emake fbchecks
-}
diff --git a/media-fonts/3270font/Manifest b/media-fonts/3270font/Manifest
deleted file mode 100644
index d00eb319b..000000000
--- a/media-fonts/3270font/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 3270font-2.3.1.tar.gz 526018 BLAKE2B c39f71df9f0a597ff3c32ec320f007af6508b0d8d6b68a3a8d621f5484ddc78334d6b73161f9d11e2f75855678f882e500bd698b87b5caa1e51125d763c530e8 SHA512 df1d0909d6acff0b796f236d177828e9e9ded7b771c9cb675a63a7689c0ab1a159d44ab641aa4bca91e8548972a7bca38b583c56ea0c09e15a6b1f1ede798324
diff --git a/media-fonts/3270font/files/3270font-2.3.0-correctly-pass-options.patch b/media-fonts/3270font/files/3270font-2.3.0-correctly-pass-options.patch
deleted file mode 100644
index 7d8dc6224..000000000
--- a/media-fonts/3270font/files/3270font-2.3.0-correctly-pass-options.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/fontbakery_checks.sh
-+++ b/fontbakery_checks.sh
-@@ -36,6 +36,6 @@
- for fontdir in "$OUTPUT_DIR"/*
- do
- if [ -d "$fontdir" ]; then
-- fontbakery check-googlefonts "$OPTIONS" "$fontdir"/*.ttf
-+ fontbakery check-googlefonts $OPTIONS "$fontdir"/*.ttf
- fi
- done
diff --git a/media-fonts/3270font/files/remove-useless-tests.patch b/media-fonts/3270font/files/remove-useless-tests.patch
deleted file mode 100644
index c8a860d97..000000000
--- a/media-fonts/3270font/files/remove-useless-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -73,17 +73,11 @@
- @./fontbakery_checks.sh
-
- skimpytest: font ## Runs the minimal tests and verifies the ZIP file mentioned in the README is present.
-- @flake8 *.py
-- @isort --check-only *.py
-- @black --check -l79 *.py
- @fontlint ${BUILD_DIR}/3270-Regular.otf
- @fontlint ${BUILD_DIR}/3270-Regular.ttf
- @fontlint ${BUILD_DIR}/3270-Regular.woff
- @fontlint ${BUILD_DIR}/3270SemiCondensed-Regular.ttf
- @fontlint ${BUILD_DIR}/3270Condensed-Regular.ttf
-- @wget --spider $(shell grep -Eo \
-- 'https://3270font.s3.amazonaws.com/3270_fonts_[^/"]+\.zip' \
-- README.md)
-
- test: skimpytest ## Generates and checks font files
- # These are tests that fail on Travis (because their fontlint can't ignore
diff --git a/media-fonts/3270font/metadata.xml b/media-fonts/3270font/metadata.xml
deleted file mode 100644
index 9921e5126..000000000
--- a/media-fonts/3270font/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
-This font is derived from the x3270 font, which, in turn, was translated from the one in Georgia Tech's 3270tool, which was itself hand-copied from a 3270 series terminal. I built it because I felt terminals deserve to be pretty. The .sfd font file contains a x3270 bitmap font that was used for guidance.
- </longdescription>
- <upstream>
- <remote-id type="github">rbanffy/3270font</remote-id>
- </upstream>
-</pkgmetadata>