* [gentoo-commits] repo/gentoo:master commit in: media-fonts/office-code-pro/
@ 2020-02-23 7:25 Joonas Niilola
0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2020-02-23 7:25 UTC (permalink / raw
To: gentoo-commits
commit: f9e4410876dd83eb2dbfd450ee10b7d7541fb389
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 06:51:30 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 06:52:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e44108
media-fonts/office-code-pro: new font package
- Customized version of Source Code Pro.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-fonts/office-code-pro/Manifest | 1 +
media-fonts/office-code-pro/metadata.xml | 8 +++++++
.../office-code-pro/office-code-pro-1.004.ebuild | 25 ++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/media-fonts/office-code-pro/Manifest b/media-fonts/office-code-pro/Manifest
new file mode 100644
index 00000000000..7de25978d68
--- /dev/null
+++ b/media-fonts/office-code-pro/Manifest
@@ -0,0 +1 @@
+DIST office-code-pro-1.004.tar.gz 2910992 BLAKE2B 06d070cfdfa88a1cb62bbf59259c8e783ea9bdfe3903c637c9161b6e476d5cea42fd88625a69a13ae474bc5f31ae40862d7c072b13f100f90955c1ca2c9570d8 SHA512 fc621d281712ef034168b63d853234ab311476d60ff20086f7eba5081292418715e4660e460ce7b6b6f5652d8f52bbd0282dddae419a39f0ba1b9273bbc9f72d
diff --git a/media-fonts/office-code-pro/metadata.xml b/media-fonts/office-code-pro/metadata.xml
new file mode 100644
index 00000000000..6b0a0fb3a72
--- /dev/null
+++ b/media-fonts/office-code-pro/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-fonts/office-code-pro/office-code-pro-1.004.ebuild b/media-fonts/office-code-pro/office-code-pro-1.004.ebuild
new file mode 100644
index 00000000000..23be1877518
--- /dev/null
+++ b/media-fonts/office-code-pro/office-code-pro-1.004.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit font
+
+DESCRIPTION="Customized version of Source Code Pro"
+HOMEPAGE="https://github.com/nathco/Office-Code-Pro"
+SRC_URI="https://github.com/nathco/Office-Code-Pro/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/Office-Code-Pro-${PV}"
+
+FONT_S="${S}"
+FONT_SUFFIX="otf"
+
+src_prepare() {
+ default
+
+ mv Fonts/*/OTF/*.otf . || die "Failed to move .otf files"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/office-code-pro/
@ 2020-03-20 15:49 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2020-03-20 15:49 UTC (permalink / raw
To: gentoo-commits
commit: eba05ba603baac1ba64c67d11bb463d61177dfb7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 14:48:47 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 15:48:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba05ba6
media-fonts/office-code-pro: Drop FONT_S assignment.
No longer necessary after font.eclass update.
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-fonts/office-code-pro/office-code-pro-1.004.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-fonts/office-code-pro/office-code-pro-1.004.ebuild b/media-fonts/office-code-pro/office-code-pro-1.004.ebuild
index 23be1877518..b3f28ac79d7 100644
--- a/media-fonts/office-code-pro/office-code-pro-1.004.ebuild
+++ b/media-fonts/office-code-pro/office-code-pro-1.004.ebuild
@@ -15,7 +15,6 @@ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/Office-Code-Pro-${PV}"
-FONT_S="${S}"
FONT_SUFFIX="otf"
src_prepare() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-20 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 15:49 [gentoo-commits] repo/gentoo:master commit in: media-fonts/office-code-pro/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2020-02-23 7:25 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox