[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/intel-one-mono/

2023-09-18 Thread Florian Schmaus
commit: 2398b6e32b3cd30325f0a349afde2d2d6cc2cf88
Author: Florian Schmaus  gentoo  org>
AuthorDate: Mon Sep 18 12:37:40 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Sep 18 12:37:42 2023 +
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  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..00
--- 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..00
--- 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..00
--- 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..00
--- a/media-fonts/intel-one-mono/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zhuyifei1...@gmail.com
-   YiFei Zhu
-   
-   
-   intel/intel-one-mono
-   
-   
-   Install the OpenType version of the font
-   Install the TrueType version of the font
-   
-



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/intel-one-mono/

2023-08-23 Thread YiFei Zhu
commit: 912bccf271bcc33dacd15121c82d6b52d1fbf154
Author: YiFei Zhu  gmail  com>
AuthorDate: Wed Aug 23 23:47:26 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Wed Aug 23 23:47:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=912bccf2

media-fonts/intel-one-mono: add 1.3.0

Signed-off-by: YiFei Zhu  gmail.com>

 media-fonts/intel-one-mono/Manifest|  2 ++
 .../intel-one-mono/intel-one-mono-1.3.0.ebuild | 32 ++
 2 files changed, 34 insertions(+)

diff --git a/media-fonts/intel-one-mono/Manifest 
b/media-fonts/intel-one-mono/Manifest
index ec054d603a..384ac44460 100644
--- a/media-fonts/intel-one-mono/Manifest
+++ b/media-fonts/intel-one-mono/Manifest
@@ -1,2 +1,4 @@
 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.3.0.ebuild 
b/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild
new file mode 100644
index 00..408c53bff1
--- /dev/null
+++ b/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# 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
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/intel-one-mono/

2023-06-14 Thread YiFei Zhu
commit: ab792c1a9041bf6af720349022851081b53ded11
Author: YiFei Zhu  gmail  com>
AuthorDate: Wed Jun 14 11:26:51 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Wed Jun 14 11:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab792c1a

media-fonts/intel-one-mono: new package, add 1.2.1

Signed-off-by: YiFei Zhu  gmail.com>

 media-fonts/intel-one-mono/Manifest|  2 ++
 .../intel-one-mono/intel-one-mono-1.2.1.ebuild | 32 ++
 media-fonts/intel-one-mono/metadata.xml| 15 ++
 3 files changed, 49 insertions(+)

diff --git a/media-fonts/intel-one-mono/Manifest 
b/media-fonts/intel-one-mono/Manifest
new file mode 100644
index 0..ec054d603
--- /dev/null
+++ b/media-fonts/intel-one-mono/Manifest
@@ -0,0 +1,2 @@
+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

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
new file mode 100644
index 0..408c53bff
--- /dev/null
+++ b/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild
@@ -0,0 +1,32 @@
+# 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
new file mode 100644
index 0..0322d2a2c
--- /dev/null
+++ b/media-fonts/intel-one-mono/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zhuyifei1...@gmail.com
+   YiFei Zhu
+   
+   
+   intel/intel-one-mono
+   
+   
+   Install the OpenType version of the font
+   Install the TrueType version of the font
+   
+