summaryrefslogtreecommitdiff
path: root/media-fonts/source-pro/source-pro-20141211.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/source-pro/source-pro-20141211.ebuild')
-rw-r--r--media-fonts/source-pro/source-pro-20141211.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-fonts/source-pro/source-pro-20141211.ebuild b/media-fonts/source-pro/source-pro-20141211.ebuild
deleted file mode 100644
index 9169bb303bb6..000000000000
--- a/media-fonts/source-pro/source-pro-20141211.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-SANSV="2.010R-ro/1.065R-it"
-SERIFV="1.017R"
-CODEV="1.017R"
-
-DESCRIPTION="Adobe's open source typeface family designed for UI environments"
-HOMEPAGE="https://adobe-fonts.github.io/source-sans-pro/
- https://adobe-fonts.github.io/source-serif-pro/
- https://adobe-fonts.github.io/source-code-pro/"
-SRC_URI="https://github.com/adobe-fonts/source-sans-pro/archive/${SANSV}.tar.gz -> source-sans-pro-${PV}.tar.gz
- https://github.com/adobe-fonts/source-serif-pro/archive/${SERIFV}.tar.gz -> source-serif-pro-${PV}.tar.gz
- https://github.com/adobe-fonts/source-code-pro/archive/${CODEV}.tar.gz -> source-code-pro-${PV}.tar.gz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-IUSE="cjk"
-
-RDEPEND="media-libs/fontconfig
- cjk? ( media-fonts/source-han-sans )"
-
-S=${WORKDIR}
-FONT_S="${S}"
-FONT_SUFFIX="otf"
-FONT_CONF=( "${FILESDIR}"/63-${PN}.conf )
-RESTRICT="binchecks strip"
-
-src_prepare() {
- mv source-*/OTF/*.otf . || die
-}
-
-src_install() {
- font_src_install
- for d in source-sans-pro-${SANSV/\//-} source-serif-pro-${SERIFV} source-code-pro-${CODEV}; do
- dohtml ${d}/*.html
- done
-}