summaryrefslogtreecommitdiff
path: root/media-fonts/source-pro/source-pro-20210115.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:17:00 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:17:00 -0400
commit04457e252257da1d264c0b8c087d77909a96c4bc (patch)
tree9df58e6966be5d3b5e08712c3c671a74efce9311 /media-fonts/source-pro/source-pro-20210115.ebuild
parent78d565e89f6152b6ae0a93d02087b022ac9f78f6 (diff)
downloadgentoo-overlay-04457e252257da1d264c0b8c087d77909a96c4bc.tar.xz
gentoo-overlay-04457e252257da1d264c0b8c087d77909a96c4bc.zip
media-fonts/source-pro: drop
Diffstat (limited to 'media-fonts/source-pro/source-pro-20210115.ebuild')
-rw-r--r--media-fonts/source-pro/source-pro-20210115.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-fonts/source-pro/source-pro-20210115.ebuild b/media-fonts/source-pro/source-pro-20210115.ebuild
deleted file mode 100644
index 00605fc..0000000
--- a/media-fonts/source-pro/source-pro-20210115.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-SANSV="3.046R"
-SERIFV="4.004R"
-CODEV="2.038R-ro/1.058R-it/1.018R-VAR"
-
-DESCRIPTION="Adobe's open source typeface family designed for UI environments"
-HOMEPAGE="https://adobe-fonts.github.io/source-sans/
- https://adobe-fonts.github.io/source-serif/
- https://adobe-fonts.github.io/source-code-pro/"
-SRC_URI="https://github.com/adobe-fonts/source-sans/archive/${SANSV}.tar.gz -> source-sans-pro-${PV}.tar.gz
- https://github.com/adobe-fonts/source-serif/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"
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
-IUSE="cjk"
-
-RESTRICT="binchecks strip"
-
-RDEPEND="
- media-libs/fontconfig
- cjk? ( media-fonts/source-han-sans )
-"
-
-FONT_CONF=( "${FILESDIR}"/63-${PN}.conf )
-FONT_SUFFIX="otf"
-
-src_prepare() {
- default
- mv source-*/OTF/*.otf . || die
-}