public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/montecarlo/
@ 2016-08-07  6:52 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-08-07  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fccb8b714b205d1882718fca7c8aed67c7af5104
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 06:40:15 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 06:40:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccb8b71

media-fonts/montecarlo: Cleanup per bug #269977

Package-Manager: portage-2.3.0

 media-fonts/montecarlo/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-fonts/montecarlo/metadata.xml b/media-fonts/montecarlo/metadata.xml
index 80f718f..006b056 100644
--- a/media-fonts/montecarlo/metadata.xml
+++ b/media-fonts/montecarlo/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>wired@gentoo.org</email>
-	<name>Alex Alexander</name>
-  </maintainer>
   <use>
     <flag name="bdf">Install BDF fonts in addition to PCF</flag>
   </use>


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/montecarlo/
@ 2018-04-26 20:57 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2018-04-26 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f448543eb588366db221c7e277c9d27acb908d8b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 20:57:00 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 20:57:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f448543e

media-fonts/montecarlo: Remove 0 (r0)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-fonts/montecarlo/montecarlo-0.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/media-fonts/montecarlo/montecarlo-0.ebuild b/media-fonts/montecarlo/montecarlo-0.ebuild
deleted file mode 100644
index d9573ba07b7..00000000000
--- a/media-fonts/montecarlo/montecarlo-0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit font
-
-MY_PN="MonteCarlo"
-DESCRIPTION="monospace font, created by programmers, for programmers"
-HOMEPAGE="http://www.bok.net/MonteCarlo/"
-SRC_URI="http://www.bok.net/${MY_PN}/downloads/${MY_PN}-PCF.tgz
-	bdf? ( http://www.bok.net/${MY_PN}/downloads/${MY_PN}-BDF.tgz )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bdf"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
-	insinto /usr/share/fonts/${PN}/
-	doins "${MY_PN}"-PCF/*
-	use bdf && doins "${MY_PN}"-BDF/*
-	font_xfont_config
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/montecarlo/
@ 2018-04-26 20:57 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2018-04-26 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c4cc3c207a0b3c9ca26ca54ee7901873bc28c62d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 20:53:07 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 20:57:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cc3c20

media-fonts/montecarlo: Revision bump 0-r1

EAPI 6

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-fonts/montecarlo/montecarlo-0-r1.ebuild | 29 +++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-fonts/montecarlo/montecarlo-0-r1.ebuild b/media-fonts/montecarlo/montecarlo-0-r1.ebuild
new file mode 100644
index 00000000000..7f66d5da210
--- /dev/null
+++ b/media-fonts/montecarlo/montecarlo-0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_PN="MonteCarlo"
+DESCRIPTION="monospace font, created by programmers, for programmers"
+HOMEPAGE="http://www.bok.net/MonteCarlo/"
+SRC_URI="http://www.bok.net/${MY_PN}/downloads/${MY_PN}-PCF.tgz
+	bdf? ( http://www.bok.net/${MY_PN}/downloads/${MY_PN}-BDF.tgz )"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bdf"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+	insinto /usr/share/fonts/${PN}/
+	doins "${MY_PN}"-PCF/*
+	use bdf && doins "${MY_PN}"-BDF/*
+	font_xfont_config
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/montecarlo/
@ 2021-03-21 19:06 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-03-21 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     59e21b4004c06f1b7a5c0e9f88c1956f632c26c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 16:20:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 19:06:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e21b40

media-fonts/montecarlo: EAPI-7 bump, use https

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-fonts/montecarlo/montecarlo-0-r1.ebuild | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/media-fonts/montecarlo/montecarlo-0-r1.ebuild b/media-fonts/montecarlo/montecarlo-0-r1.ebuild
index 7f66d5da210..f3a420781b3 100644
--- a/media-fonts/montecarlo/montecarlo-0-r1.ebuild
+++ b/media-fonts/montecarlo/montecarlo-0-r1.ebuild
@@ -1,26 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
+MY_PN="MonteCarlo"
 inherit font
 
-MY_PN="MonteCarlo"
-DESCRIPTION="monospace font, created by programmers, for programmers"
-HOMEPAGE="http://www.bok.net/MonteCarlo/"
-SRC_URI="http://www.bok.net/${MY_PN}/downloads/${MY_PN}-PCF.tgz
-	bdf? ( http://www.bok.net/${MY_PN}/downloads/${MY_PN}-BDF.tgz )"
+DESCRIPTION="Monospace font, created by programmers, for programmers"
+HOMEPAGE="https://www.bok.net/MonteCarlo/"
+SRC_URI="https://www.bok.net/${MY_PN}/downloads/${MY_PN}-PCF.tgz
+	bdf? ( https://www.bok.net/${MY_PN}/downloads/${MY_PN}-BDF.tgz )"
+S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="bdf"
 
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"
-
 src_install() {
 	insinto /usr/share/fonts/${PN}/
 	doins "${MY_PN}"-PCF/*


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/montecarlo/
@ 2024-08-30 17:11 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-08-30 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     53d633cf10d5147f41d037e7bd9ece3aa9966497
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 17:09:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 17:09:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d633cf

media-fonts/montecarlo: Keyword 0-r1 arm64, #937303

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-fonts/montecarlo/montecarlo-0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/montecarlo/montecarlo-0-r1.ebuild b/media-fonts/montecarlo/montecarlo-0-r1.ebuild
index 85be927d481e..1cb78e7c452f 100644
--- a/media-fonts/montecarlo/montecarlo-0-r1.ebuild
+++ b/media-fonts/montecarlo/montecarlo-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 IUSE="bdf"
 
 src_install() {


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

end of thread, other threads:[~2024-08-30 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-26 20:57 [gentoo-commits] repo/gentoo:master commit in: media-fonts/montecarlo/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 17:11 Sam James
2021-03-21 19:06 Andreas Sturmlechner
2018-04-26 20:57 Johannes Huber
2016-08-07  6:52 Pacho Ramos

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