public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/intel-one-mono/
Date: Mon, 18 Sep 2023 12:38:03 +0000 (UTC)	[thread overview]
Message-ID: <1695040662.2398b6e32b3cd30325f0a349afde2d2d6cc2cf88.flow@gentoo> (raw)
Message-ID: <20230918123803.QR68gvml_MtTpBSt3haT2cx_3ABuPWAjCFdEXYQbtaQ@z> (raw)

commit:     2398b6e32b3cd30325f0a349afde2d2d6cc2cf88
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 12:37:40 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 12:37:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2398b6e3

media-fonts/intel-one-mono: migrated to ::gentoo

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 media-fonts/intel-one-mono/Manifest                |  4 ---
 .../intel-one-mono/intel-one-mono-1.2.1.ebuild     | 32 ----------------------
 .../intel-one-mono/intel-one-mono-1.3.0.ebuild     | 32 ----------------------
 media-fonts/intel-one-mono/metadata.xml            | 15 ----------
 4 files changed, 83 deletions(-)

diff --git a/media-fonts/intel-one-mono/Manifest b/media-fonts/intel-one-mono/Manifest
deleted file mode 100644
index 384ac44460..0000000000
--- a/media-fonts/intel-one-mono/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST intel-one-mono-1.2.1-otf.zip 355599 BLAKE2B d060409d767111486fc1b9784439493a42d4021dc0cff41af4770b79fc7fa26babb17ad6edd49ac83bfc5c27366cefd17df75f2fd7863afee4e1a050bfbf6c05 SHA512 759f3f6ff9b81f985dcb6aa6d9fb8102c58e74425b9239bc2932c460076b0f141e232d586ca466628130f783c2d481b5530e75de55b534c1e35f3cfc9c15282c
-DIST intel-one-mono-1.2.1-ttf.zip 283597 BLAKE2B 8e7add4cfc84ae6c4349513ded39be3e2b10923f38b8df689620417cab1abaa1f993b2672f6f1ae4868e88b4bac6f73933dffb49d51b53c703b7565866d11e08 SHA512 3a82ab952c2cbedc069ab6c0846a05c0f0725f2db0a4be642c4e0224a6b607e9cc4d2ef0abc8709a61fc817d85a2b9531f203c235ffa53d22833430ddf25d787
-DIST intel-one-mono-1.3.0-otf.zip 354382 BLAKE2B 1216f8075fd4137696c65f33a208d70f611991c4663228b151dd54ad0b43dff54073bb944c2390bcd04ab15d7894c552089f867aefd7500faeb23c8e2bb87fc7 SHA512 3c4803d103cd3f6dcd5caf020cefc665812f4859151e399c6e7a547f8c62e1e6b0ab5c9b4a79e20fbb41af435d01ced955db8429d4174b429de79782a8d6503a
-DIST intel-one-mono-1.3.0-ttf.zip 284339 BLAKE2B 55c3d5dd3b9f201b1e345d2e30175379b776e198755cdb69c8d3f55103bc84120360df85ac96dd96ab8474e0722cd3a861c4c511b00784d8e8230971c82b3567 SHA512 d460d84fe9f717b6a6a1f4222cc07289ad0c08de464d270371e82452ae144720d7352710493050dd6c4fcef72e47c3712e207deff695774aad4852db7be2dc29

diff --git a/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild b/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild
deleted file mode 100644
index 408c53bff1..0000000000
--- a/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit font
-
-DESCRIPTION="An expressive monospaced font family"
-HOMEPAGE="https://github.com/intel/intel-one-mono"
-SRC_URI="
-	otf? ( https://github.com/intel/${PN}/releases/download/V${PV}/otf.zip -> ${P}-otf.zip )
-	ttf? ( https://github.com/intel/${PN}/releases/download/V${PV}/ttf.zip -> ${P}-ttf.zip )
-"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="+otf ttf"
-REQUIRED_USE="|| ( otf ttf )"
-
-BDEPEND="app-arch/unzip"
-S="${WORKDIR}"
-
-src_install() {
-	if use otf; then
-		FONT_S="${S}/otf" FONT_SUFFIX="otf" font_src_install
-	fi
-	if use ttf; then
-		FONT_S="${S}/ttf" FONT_SUFFIX="ttf" font_src_install
-	fi
-}

diff --git a/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild b/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild
deleted file mode 100644
index 408c53bff1..0000000000
--- a/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit font
-
-DESCRIPTION="An expressive monospaced font family"
-HOMEPAGE="https://github.com/intel/intel-one-mono"
-SRC_URI="
-	otf? ( https://github.com/intel/${PN}/releases/download/V${PV}/otf.zip -> ${P}-otf.zip )
-	ttf? ( https://github.com/intel/${PN}/releases/download/V${PV}/ttf.zip -> ${P}-ttf.zip )
-"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="+otf ttf"
-REQUIRED_USE="|| ( otf ttf )"
-
-BDEPEND="app-arch/unzip"
-S="${WORKDIR}"
-
-src_install() {
-	if use otf; then
-		FONT_S="${S}/otf" FONT_SUFFIX="otf" font_src_install
-	fi
-	if use ttf; then
-		FONT_S="${S}/ttf" FONT_SUFFIX="ttf" font_src_install
-	fi
-}

diff --git a/media-fonts/intel-one-mono/metadata.xml b/media-fonts/intel-one-mono/metadata.xml
deleted file mode 100644
index 0322d2a2cd..0000000000
--- a/media-fonts/intel-one-mono/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>zhuyifei1999@gmail.com</email>
-		<name>YiFei Zhu</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">intel/intel-one-mono</remote-id>
-	</upstream>
-	<use>
-		<flag name="otf">Install the OpenType version of the font</flag>
-		<flag name="ttf">Install the TrueType version of the font</flag>
-	</use>
-</pkgmetadata>


             reply	other threads:[~2023-09-18 12:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 12:38 Florian Schmaus [this message]
2023-09-18 12:38 ` [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/intel-one-mono/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2023-08-24 22:41 [gentoo-commits] repo/proj/guru:master " David Roman
2023-06-15  9:33 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695040662.2398b6e32b3cd30325f0a349afde2d2d6cc2cf88.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox