public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/
@ 2015-08-10 12:38 Guilherme Amadio
  0 siblings, 0 replies; 5+ messages in thread
From: Guilherme Amadio @ 2015-08-10 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     279cbb1b6ee11b2d73bb5caeceafbaaf16b0a02b
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 12:38:01 2015 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 12:38:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279cbb1b

media-fonts/monoid: new ebuild

Thanks for José Romildo Malaquias <jrmalaq <AT> gmail.com> for filing bug
556108 and for providing first ebuild.

Package-Manager: portage-2.2.18

 media-fonts/monoid/Manifest           |  1 +
 media-fonts/monoid/metadata.xml       |  5 +++++
 media-fonts/monoid/monoid-0.60.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/media-fonts/monoid/Manifest b/media-fonts/monoid/Manifest
new file mode 100644
index 0000000..5697e4d
--- /dev/null
+++ b/media-fonts/monoid/Manifest
@@ -0,0 +1 @@
+DIST monoid-0.60.tar.gz 6294560 SHA256 4ace1b1655b369cffdb43264bc61f35f0c20586dffb112ce9c7a16ad2600fc0d SHA512 07159e938c26aafb15b6c9cceefcd10833d30a3c186f73b5185c1c912304de35ef575476770f33f20d4f5985cec14029962fd29a8fd1708a16c489dcedc9a3fb WHIRLPOOL bb423bfe6cbc80fe82e1c2057a2f7405305a18996bf04675bce76a1f1d89daf392b3824829d0996ecb6605e83baa60536e0f266a2097f80c6aace9b565e91ae7

diff --git a/media-fonts/monoid/metadata.xml b/media-fonts/monoid/metadata.xml
new file mode 100644
index 0000000..696065e
--- /dev/null
+++ b/media-fonts/monoid/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>fonts</herd>
+</pkgmetadata>

diff --git a/media-fonts/monoid/monoid-0.60.ebuild b/media-fonts/monoid/monoid-0.60.ebuild
new file mode 100644
index 0000000..659aab6
--- /dev/null
+++ b/media-fonts/monoid/monoid-0.60.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit font multiprocessing
+
+DESCRIPTION="Open source coding font"
+HOMEPAGE="http://larsenwork.com/monoid https://github.com/larsenwork/monoid"
+SRC_URI="https://github.com/larsenwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="binchecks strip"
+
+DEPEND="media-gfx/fontforge[python]"
+RDEPEND=""
+
+FONT_SUFFIX="ttf"
+FONT_S="${S}/_release"
+DOCS="Readme.md"
+
+src_compile() {
+	local NJOBS=$(makeopts_jobs)
+	for x in Source/*.sfdir; do
+		Scripts/build.py ${NJOBS} ${NJOBS} $x
+	done
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/
@ 2015-08-16 15:10 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-08-16 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     61af1f3250d2e418b35bddec450a17984c4e7125
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 15:02:59 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 15:10:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61af1f32

media-fonts/monoid: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-fonts/monoid/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-fonts/monoid/metadata.xml b/media-fonts/monoid/metadata.xml
index 696065e..b744364 100644
--- a/media-fonts/monoid/metadata.xml
+++ b/media-fonts/monoid/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>fonts</herd>
+	<herd>fonts</herd>
+	<upstream>
+		<remote-id type="github">larsenwork/monoid</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/
@ 2015-08-20  7:25 Guilherme Amadio
  0 siblings, 0 replies; 5+ messages in thread
From: Guilherme Amadio @ 2015-08-20  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5c011a1a0590d1ae7fab841951dbe6f6e2d25cc7
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 07:25:19 2015 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 07:25:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c011a1a

media-fonts/monoid: version bump

Package-Manager: portage-2.2.20.1

 media-fonts/monoid/Manifest           |  1 +
 media-fonts/monoid/monoid-0.61.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/media-fonts/monoid/Manifest b/media-fonts/monoid/Manifest
index 5697e4d..75abb8b 100644
--- a/media-fonts/monoid/Manifest
+++ b/media-fonts/monoid/Manifest
@@ -1 +1,2 @@
 DIST monoid-0.60.tar.gz 6294560 SHA256 4ace1b1655b369cffdb43264bc61f35f0c20586dffb112ce9c7a16ad2600fc0d SHA512 07159e938c26aafb15b6c9cceefcd10833d30a3c186f73b5185c1c912304de35ef575476770f33f20d4f5985cec14029962fd29a8fd1708a16c489dcedc9a3fb WHIRLPOOL bb423bfe6cbc80fe82e1c2057a2f7405305a18996bf04675bce76a1f1d89daf392b3824829d0996ecb6605e83baa60536e0f266a2097f80c6aace9b565e91ae7
+DIST monoid-0.61.tar.gz 22431008 SHA256 b5a90d07b827f158a0056a60042559b2f734ed9201862d9f970278dcf029c1f3 SHA512 b94ffda585ce8fda14576140cf771173773490169a559c52d275471f6061667278d268ae80543270d9275f3512e40ea95129062b890dd31d33d61a7980b58a33 WHIRLPOOL 5ebe184dd10759dcb735e15537d406c14d794470beeb13aeece36f1fe066e28467970b921383ba402f786eb10bb9e142c138a0778be091714c9be82fadddb9fe

diff --git a/media-fonts/monoid/monoid-0.61.ebuild b/media-fonts/monoid/monoid-0.61.ebuild
new file mode 100644
index 0000000..faf6eb1
--- /dev/null
+++ b/media-fonts/monoid/monoid-0.61.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit font
+
+DESCRIPTION="Open source coding font"
+HOMEPAGE="http://larsenwork.com/monoid https://github.com/larsenwork/monoid"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="MIT OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="binchecks strip"
+
+DEPEND=""
+RDEPEND=""
+
+FONT_SUFFIX="ttf"
+DOCS="Readme.md"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/
@ 2018-03-02 18:09 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-03-02 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9d637cabb4cd93ebc7151c8612c57f599b07ea65
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 22 11:15:04 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 18:09:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d637cab

media-fonts/monoid: use HTTPS

 media-fonts/monoid/monoid-0.60.ebuild | 4 ++--
 media-fonts/monoid/monoid-0.61.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-fonts/monoid/monoid-0.60.ebuild b/media-fonts/monoid/monoid-0.60.ebuild
index c87cd15b1b6..232a9909555 100644
--- a/media-fonts/monoid/monoid-0.60.ebuild
+++ b/media-fonts/monoid/monoid-0.60.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit font multiprocessing
 
 DESCRIPTION="Open source coding font"
-HOMEPAGE="http://larsenwork.com/monoid https://github.com/larsenwork/monoid"
+HOMEPAGE="https://larsenwork.com/monoid/ https://github.com/larsenwork/monoid"
 SRC_URI="https://github.com/larsenwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT OFL-1.1"

diff --git a/media-fonts/monoid/monoid-0.61.ebuild b/media-fonts/monoid/monoid-0.61.ebuild
index d4d2b2ee676..3db014349c3 100644
--- a/media-fonts/monoid/monoid-0.61.ebuild
+++ b/media-fonts/monoid/monoid-0.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit font
 
 DESCRIPTION="Open source coding font"
-HOMEPAGE="http://larsenwork.com/monoid https://github.com/larsenwork/monoid"
+HOMEPAGE="https://larsenwork.com/monoid/ https://github.com/larsenwork/monoid"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="MIT OFL-1.1"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/
@ 2020-09-24 19:53 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2020-09-24 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     172ff12a45254135dd0f8103de3e2baf36635c3a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 19:36:25 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 19:53:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172ff12a

media-fonts/monoid: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-fonts/monoid/Manifest           |  1 -
 media-fonts/monoid/monoid-0.60.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/media-fonts/monoid/Manifest b/media-fonts/monoid/Manifest
index 45d49139054..a3a3663b9ac 100644
--- a/media-fonts/monoid/Manifest
+++ b/media-fonts/monoid/Manifest
@@ -1,2 +1 @@
-DIST monoid-0.60.tar.gz 6294560 BLAKE2B 18fa005b82025f96307178666a33974d7d801e0a42e3cc06b50e01698f56a31586ea230d30d2216198a69bef2ca955bdf29c2d2aa319ae4a978a9558908796db SHA512 07159e938c26aafb15b6c9cceefcd10833d30a3c186f73b5185c1c912304de35ef575476770f33f20d4f5985cec14029962fd29a8fd1708a16c489dcedc9a3fb
 DIST monoid-0.61.tar.gz 22431008 BLAKE2B a5aafdcdce20da43544abf3e362b24948010019502dd0862321a94434ef3cdc9b74b149d555ade44d08440fcc72169cc85ecf0b8f6ee9cdea85b2eaba2271a3a SHA512 b94ffda585ce8fda14576140cf771173773490169a559c52d275471f6061667278d268ae80543270d9275f3512e40ea95129062b890dd31d33d61a7980b58a33

diff --git a/media-fonts/monoid/monoid-0.60.ebuild b/media-fonts/monoid/monoid-0.60.ebuild
deleted file mode 100644
index 232a9909555..00000000000
--- a/media-fonts/monoid/monoid-0.60.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit font multiprocessing
-
-DESCRIPTION="Open source coding font"
-HOMEPAGE="https://larsenwork.com/monoid/ https://github.com/larsenwork/monoid"
-SRC_URI="https://github.com/larsenwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-DEPEND="media-gfx/fontforge[python]"
-RDEPEND=""
-
-FONT_SUFFIX="ttf"
-FONT_S="${S}/_release"
-DOCS="Readme.md"
-
-src_compile() {
-	local NJOBS=$(makeopts_jobs)
-	for x in Source/*.sfdir; do
-		Scripts/build.py ${NJOBS} ${NJOBS} $x
-	done
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-24 19:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-16 15:10 [gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-24 19:53 Aaron Bauman
2018-03-02 18:09 Michał Górny
2015-08-20  7:25 Guilherme Amadio
2015-08-10 12:38 Guilherme Amadio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox