public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/exljbris-free/
@ 2019-10-19 16:45 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-10-19 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     50f49fcc845e0a06ee3b4ad2a9fbf8d9ff99eb5f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 16:44:36 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 16:44:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f49fcc

media-fonts/exljbris-free: Port to EAPI 7

Bug: https://bugs.gentoo.org/697302
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../exljbris-free/exljbris-free-20100320.ebuild     | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/media-fonts/exljbris-free/exljbris-free-20100320.ebuild b/media-fonts/exljbris-free/exljbris-free-20100320.ebuild
index bb67c66505a..520bbcad063 100644
--- a/media-fonts/exljbris-free/exljbris-free-20100320.ebuild
+++ b/media-fonts/exljbris-free/exljbris-free-20100320.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit font
 
 DESCRIPTION="Beautiful free fonts from exljbris Font Foundry"
 HOMEPAGE="http://www.josbuivenga.demon.nl/"
-SRC_URI="http://www.exljbris.com/dl/delicious-123.zip
+SRC_URI="
+	http://www.exljbris.com/dl/delicious-123.zip
 	http://www.exljbris.com/dl/Diavlo_II_37b2.zip
 	http://www.exljbris.com/dl/fontin2_pc.zip
 	http://www.exljbris.com/dl/FontinSans_49.zip
@@ -16,20 +17,16 @@ SRC_URI="http://www.exljbris.com/dl/delicious-123.zip
 LICENSE="exljbris-free"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
 RESTRICT="mirror"
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}"
+
 FONT_S="${S}"
 FONT_SUFFIX="otf ttf"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	mv "${S}"/Diavlo_II_37/*.otf "${S}"
+src_prepare() {
+	default
+	mv Diavlo_II_37/*.otf . || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/exljbris-free/
@ 2024-01-20 21:23 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2024-01-20 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ec3a8dcc7161bc8e1ae7dc122bffeb4b61e4bb2f
Author:     Jannis Achstetter <kripton <AT> kripserver <DOT> net>
AuthorDate: Fri Mar 12 20:19:38 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:22:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3a8dcc

media-fonts/exljbris-free: Update homepage and move distfile URLs to https

Closes: https://bugs.gentoo.org/775677
Signed-off-by: Jannis Achstetter <kripton <AT> kripserver.net>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-fonts/exljbris-free/exljbris-free-20210312.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-fonts/exljbris-free/exljbris-free-20210312.ebuild b/media-fonts/exljbris-free/exljbris-free-20210312.ebuild
index 6f86e95a268a..7f77f93d87d0 100644
--- a/media-fonts/exljbris-free/exljbris-free-20210312.ebuild
+++ b/media-fonts/exljbris-free/exljbris-free-20210312.ebuild
@@ -6,13 +6,13 @@ EAPI=8
 inherit font
 
 DESCRIPTION="Beautiful free fonts from exljbris Font Foundry"
-HOMEPAGE="http://www.josbuivenga.demon.nl/"
+HOMEPAGE="https://www.exljbris.com/"
 SRC_URI="
-	http://www.exljbris.com/dl/DELICIOUS_21_OTF.zip
-	http://www.exljbris.com/dl/Diavlo_II_37b2.zip
-	http://www.exljbris.com/dl/fontin2_pc.zip
-	http://www.exljbris.com/dl/FontinSans_49.zip
-	http://www.exljbris.com/dl/tallys_15b2.zip"
+	https://www.exljbris.com/dl/DELICIOUS_21_OTF.zip
+	https://www.exljbris.com/dl/Diavlo_II_37b2.zip
+	https://www.exljbris.com/dl/fontin2_pc.zip
+	https://www.exljbris.com/dl/FontinSans_49.zip
+	https://www.exljbris.com/dl/tallys_15b2.zip"
 
 LICENSE="exljbris-free"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/exljbris-free/
@ 2024-01-20 21:23 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2024-01-20 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5220200929ae192a26020a0f221987cce8d92bb9
Author:     Jannis Achstetter <kripton <AT> kripserver <DOT> net>
AuthorDate: Fri Mar 12 20:12:40 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:22:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52202009

media-fonts/exljbris-free: Bump since DISTFILES URLs changed upstream

Closes: https://bugs.gentoo.org/775677
Signed-off-by: Jannis Achstetter <kripton <AT> kripserver.net>
[Update ebuild to EAPI 8, restore KEYWORDS]
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-fonts/exljbris-free/Manifest                 |  1 +
 .../exljbris-free/exljbris-free-20210312.ebuild    | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-fonts/exljbris-free/Manifest b/media-fonts/exljbris-free/Manifest
index 4e096b426e8b..a89a09d880c6 100644
--- a/media-fonts/exljbris-free/Manifest
+++ b/media-fonts/exljbris-free/Manifest
@@ -1,3 +1,4 @@
+DIST DELICIOUS_21_OTF.zip 93258 BLAKE2B bad3afc02687761ee3d00262f978d5644988b4359ddfd5ca874158fcba5db556ed1eabfdbd2021da25d4e31d7182e40aea3f196e93f93bc939cb415e9508ad0d SHA512 e089fb28ea520e2c1541d35d35236119584132bfe547d58e563c531aa938726a61b7603a9ae9d30da366edf3af06686b7de23ff056793b86e4b9ff5117d04ccc
 DIST Diavlo_II_37b2.zip 127714 BLAKE2B e42ffe48ac23f4478f025fcccca6832b416dac391f9b9e9ebddde6de09daf115e8dbf422e6d0e3723a52abafa197c453976799f7a3c473935fd610e72aea23b4 SHA512 02f07814344afe737aa977e8d5dc2bf0358b6729e895d7b926300554a6beab0710c53d7e67fa51cf1ea2d05a3ea1c5bc7b9a39371d45c3b39b1700e08e2c5dd7
 DIST FontinSans_49.zip 89449 BLAKE2B c5fa4391291c8b9a6444fb065ed15a73f52c9f227595c2e0b5a81a31957af3754373ac7e6a6bfbfe380c8091de1179d8aec460ab7fef64cdc449f152b18f894b SHA512 6e5aa2563310c0695df56f03062115d3982ec35e502ade550a79ad170dcc5cb00ada0703ccf1d2bd7c15a4c8a04ad6bf8af0aec3a9d6892254dd1072f67ac1f3
 DIST delicious-123.zip 90823 BLAKE2B aa340054f06dd6af5ed1aaf4f7e0a567abe6df389248ee69c75ffb367883c2b0778d30dc381b2da44f845e8cdcc48aea136e654c9a244537c1fe7331f0a1742f SHA512 e01e75d4aa175789dde6b4685dc582374096b69a81b45b77035b2a813bbec2f79ea4fff38ec80746ef859826ffdec23f67925b93aa6614b559d1cf09604a18cf

diff --git a/media-fonts/exljbris-free/exljbris-free-20210312.ebuild b/media-fonts/exljbris-free/exljbris-free-20210312.ebuild
new file mode 100644
index 000000000000..6f86e95a268a
--- /dev/null
+++ b/media-fonts/exljbris-free/exljbris-free-20210312.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="Beautiful free fonts from exljbris Font Foundry"
+HOMEPAGE="http://www.josbuivenga.demon.nl/"
+SRC_URI="
+	http://www.exljbris.com/dl/DELICIOUS_21_OTF.zip
+	http://www.exljbris.com/dl/Diavlo_II_37b2.zip
+	http://www.exljbris.com/dl/fontin2_pc.zip
+	http://www.exljbris.com/dl/FontinSans_49.zip
+	http://www.exljbris.com/dl/tallys_15b2.zip"
+
+LICENSE="exljbris-free"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~riscv ~x86"
+RESTRICT="mirror"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+FONT_S="${S}"
+FONT_SUFFIX="otf ttf"
+
+src_prepare() {
+	default
+	mv DELICIOUS_21_OTF/*.otf . || die
+	mv Diavlo_II_37/*.otf . || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/exljbris-free/
@ 2024-09-24 20:25 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-09-24 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     04fd81a56eb8860c725161aa0ab0762026dd0ec6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 22 19:54:32 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 20:25:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04fd81a5

media-fonts/exljbris-free: drop 20100320

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-fonts/exljbris-free/Manifest                 |  1 -
 .../exljbris-free/exljbris-free-20100320.ebuild    | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/media-fonts/exljbris-free/Manifest b/media-fonts/exljbris-free/Manifest
index a89a09d880c6..a33a366d0d06 100644
--- a/media-fonts/exljbris-free/Manifest
+++ b/media-fonts/exljbris-free/Manifest
@@ -1,6 +1,5 @@
 DIST DELICIOUS_21_OTF.zip 93258 BLAKE2B bad3afc02687761ee3d00262f978d5644988b4359ddfd5ca874158fcba5db556ed1eabfdbd2021da25d4e31d7182e40aea3f196e93f93bc939cb415e9508ad0d SHA512 e089fb28ea520e2c1541d35d35236119584132bfe547d58e563c531aa938726a61b7603a9ae9d30da366edf3af06686b7de23ff056793b86e4b9ff5117d04ccc
 DIST Diavlo_II_37b2.zip 127714 BLAKE2B e42ffe48ac23f4478f025fcccca6832b416dac391f9b9e9ebddde6de09daf115e8dbf422e6d0e3723a52abafa197c453976799f7a3c473935fd610e72aea23b4 SHA512 02f07814344afe737aa977e8d5dc2bf0358b6729e895d7b926300554a6beab0710c53d7e67fa51cf1ea2d05a3ea1c5bc7b9a39371d45c3b39b1700e08e2c5dd7
 DIST FontinSans_49.zip 89449 BLAKE2B c5fa4391291c8b9a6444fb065ed15a73f52c9f227595c2e0b5a81a31957af3754373ac7e6a6bfbfe380c8091de1179d8aec460ab7fef64cdc449f152b18f894b SHA512 6e5aa2563310c0695df56f03062115d3982ec35e502ade550a79ad170dcc5cb00ada0703ccf1d2bd7c15a4c8a04ad6bf8af0aec3a9d6892254dd1072f67ac1f3
-DIST delicious-123.zip 90823 BLAKE2B aa340054f06dd6af5ed1aaf4f7e0a567abe6df389248ee69c75ffb367883c2b0778d30dc381b2da44f845e8cdcc48aea136e654c9a244537c1fe7331f0a1742f SHA512 e01e75d4aa175789dde6b4685dc582374096b69a81b45b77035b2a813bbec2f79ea4fff38ec80746ef859826ffdec23f67925b93aa6614b559d1cf09604a18cf
 DIST fontin2_pc.zip 74922 BLAKE2B 574a57be04646c23f78ad8ab5915bc4e570aaa2cb58177b94bb60d6549d82ba521d3533a217d885e09723e5e9dcbfb01b5a0f71a2b133d6dd85bb5d530f5e263 SHA512 c617440f96609909b2ee7291bcf3b26c38eb7841cba6fbf278e2acfde119b01a250b69f2bb804c4000f622080ba0c623a73b48951603129304e01f67c7f1567b
 DIST tallys_15b2.zip 16564 BLAKE2B a377da4605b38196c8d5088b996171a91c39493f06b2051aa8040d4dc4afbd66c2fe0d648a29f6575332006ebc6e826c655d85c7e463987647b8d784e0a60e5d SHA512 0b25146eae4669941706d8feb7de3da37031daa602fe11b8f914b2a2224b0e4cb496852014c3f5d85b9b853af61ba5013619abd8efa786b5fd01efe474552a31

diff --git a/media-fonts/exljbris-free/exljbris-free-20100320.ebuild b/media-fonts/exljbris-free/exljbris-free-20100320.ebuild
deleted file mode 100644
index bfa3e9fb3ca4..000000000000
--- a/media-fonts/exljbris-free/exljbris-free-20100320.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Beautiful free fonts from exljbris Font Foundry"
-HOMEPAGE="http://www.josbuivenga.demon.nl/"
-SRC_URI="
-	http://www.exljbris.com/dl/delicious-123.zip
-	http://www.exljbris.com/dl/Diavlo_II_37b2.zip
-	http://www.exljbris.com/dl/fontin2_pc.zip
-	http://www.exljbris.com/dl/FontinSans_49.zip
-	http://www.exljbris.com/dl/tallys_15b2.zip"
-
-LICENSE="exljbris-free"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
-RESTRICT="mirror"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-FONT_S="${S}"
-FONT_SUFFIX="otf ttf"
-
-src_prepare() {
-	default
-	mv Diavlo_II_37/*.otf . || die
-}


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

end of thread, other threads:[~2024-09-24 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 21:23 [gentoo-commits] repo/gentoo:master commit in: media-fonts/exljbris-free/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24 20:25 Andreas Sturmlechner
2024-01-20 21:23 Ulrich Müller
2019-10-19 16:45 David Seifert

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