* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2016-11-12 23:16 Andreas Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2016-11-12 23:16 UTC (permalink / raw
To: gentoo-commits
commit: 67adb6a84bf16648502a63f83ba2674767849e64
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 23:15:57 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 23:15:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67adb6a8
media-libs/libeot: New package, needed for app-text/writeperfect
Package-Manager: portage-2.3.2
media-libs/libeot/Manifest | 1 +
media-libs/libeot/libeot-0.01.ebuild | 32 ++++++++++++++++++++++++++++++++
media-libs/libeot/libeot-9999.ebuild | 32 ++++++++++++++++++++++++++++++++
media-libs/libeot/metadata.xml | 8 ++++++++
4 files changed, 73 insertions(+)
diff --git a/media-libs/libeot/Manifest b/media-libs/libeot/Manifest
new file mode 100644
index 00000000..0739696
--- /dev/null
+++ b/media-libs/libeot/Manifest
@@ -0,0 +1 @@
+DIST libeot-0.01.tgz 38651 SHA256 6f76f57b7819885e4dc4ca278eaef8ba332bef278ee757e3aea2b8d85d06b4bb SHA512 ff8c3d92b948159171c76306d4a74758974c7ee26c801c5de48805f182b542015286b1e53cfc6dc4524494becb74fb55185701e06fc9be7c16f2d89ac0275941 WHIRLPOOL 38d1d7e0a5ccc3a3dd6e76423bc1ad18b11b10dcf3bd339f0aa657b96bafa565082a939680d9a0b9764099d34fb0813e3a4cea4217374ec437b371a897664776
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild
new file mode 100644
index 00000000..e03d810
--- /dev/null
+++ b/media-libs/libeot/libeot-0.01.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
+inherit eutils autotools
+[[ ${PV} == 9999 ]] && inherit git-r3
+
+DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"
+HOMEPAGE="https://github.com/umanwizard/libeot"
+[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+}
diff --git a/media-libs/libeot/libeot-9999.ebuild b/media-libs/libeot/libeot-9999.ebuild
new file mode 100644
index 00000000..e03d810
--- /dev/null
+++ b/media-libs/libeot/libeot-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
+inherit eutils autotools
+[[ ${PV} == 9999 ]] && inherit git-r3
+
+DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"
+HOMEPAGE="https://github.com/umanwizard/libeot"
+[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+}
diff --git a/media-libs/libeot/metadata.xml b/media-libs/libeot/metadata.xml
new file mode 100644
index 00000000..13ce236
--- /dev/null
+++ b/media-libs/libeot/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>office@gentoo.org</email>
+ <name>Gentoo Office project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2016-12-24 10:47 Aaron Bauman
0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2016-12-24 10:47 UTC (permalink / raw
To: gentoo-commits
commit: dd7aeb14609f304262f718f6db50fcd9d1ae8004
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 10:46:01 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 10:47:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7aeb14
media-libs/libeot: amd64 stable
Gentoo-bug: 590118
Package-Manager: portage-2.3.0
media-libs/libeot/libeot-0.01.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild
index e03d810..cd438bc 100644
--- a/media-libs/libeot/libeot-0.01.ebuild
+++ b/media-libs/libeot/libeot-0.01.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/umanwizard/libeot"
LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2022-03-25 13:55 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-03-25 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 63ccd360b7c16783f3f68a84d9a136a15445fc5a
Author: Ryan Qian <i <AT> bitbili <DOT> net>
AuthorDate: Fri Mar 18 06:30:23 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 13:55:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ccd360
media-libs/libeot: keyword 0.01 for ~riscv
Signed-off-by: Ryan Qian <i <AT> bitbili.net>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/libeot/libeot-0.01.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild
index 26beb1dbfabb..838ce3e108f8 100644
--- a/media-libs/libeot/libeot-0.01.ebuild
+++ b/media-libs/libeot/libeot-0.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/umanwizard/libeot"
LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2024-04-14 15:56 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-14 15:56 UTC (permalink / raw
To: gentoo-commits
commit: bdd13ca364cef3617820a23e7e4a8da163817dfb
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Apr 5 18:51:12 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:55:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd13ca3
media-libs/libeot: EAPI8 bump, minor ebuild improvements
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36123
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libeot/libeot-0.01-r1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/media-libs/libeot/libeot-0.01-r1.ebuild b/media-libs/libeot/libeot-0.01-r1.ebuild
new file mode 100644
index 000000000000..62bab11bf0a5
--- /dev/null
+++ b/media-libs/libeot/libeot-0.01-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"
+HOMEPAGE="https://github.com/umanwizard/libeot"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
+else
+ SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+ KEYWORDS="~amd64 ~riscv ~x86"
+fi
+
+LICENSE="MPL-2.0"
+SLOT="0"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2024-04-14 15:56 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-14 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 350bb446512a53d3ed8984c66ac93e1edf65ac8b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Apr 5 18:46:50 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:55:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350bb446
media-libs/libeot: EAPI8 bump, minor ebuild improvements
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libeot/libeot-9999.ebuild | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/media-libs/libeot/libeot-9999.ebuild b/media-libs/libeot/libeot-9999.ebuild
index 91859a818b7e..62bab11bf0a5 100644
--- a/media-libs/libeot/libeot-9999.ebuild
+++ b/media-libs/libeot/libeot-9999.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
inherit autotools
-[[ ${PV} == 9999 ]] && inherit git-r3
DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"
HOMEPAGE="https://github.com/umanwizard/libeot"
-[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
+else
+ SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+ KEYWORDS="~amd64 ~riscv ~x86"
+fi
LICENSE="MPL-2.0"
SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2024-05-13 13:57 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-13 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 763e93ffb4fd03e4d04557b0347c56d248b9717b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 13:57:48 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 13:57:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763e93ff
media-libs/libeot: Stabilize 0.01-r1 x86, #931875
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libeot/libeot-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libeot/libeot-0.01-r1.ebuild b/media-libs/libeot/libeot-0.01-r1.ebuild
index 62bab11bf0a5..8c39f8863df7 100644
--- a/media-libs/libeot/libeot-0.01-r1.ebuild
+++ b/media-libs/libeot/libeot-0.01-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
else
SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
- KEYWORDS="~amd64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~riscv x86"
fi
LICENSE="MPL-2.0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2024-05-13 14:53 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-13 14:53 UTC (permalink / raw
To: gentoo-commits
commit: a7506deaffa6a06d7e1de52c1bd3ce2adadd3d6e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 14:53:16 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 14:53:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7506dea
media-libs/libeot: Stabilize 0.01-r1 amd64, #931875
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libeot/libeot-0.01-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libeot/libeot-0.01-r1.ebuild b/media-libs/libeot/libeot-0.01-r1.ebuild
index 8c39f8863df7..5e98d19a339d 100644
--- a/media-libs/libeot/libeot-0.01-r1.ebuild
+++ b/media-libs/libeot/libeot-0.01-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
else
SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
- KEYWORDS="~amd64 ~riscv x86"
+ KEYWORDS="amd64 ~riscv x86"
fi
LICENSE="MPL-2.0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/
@ 2024-05-13 14:53 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-13 14:53 UTC (permalink / raw
To: gentoo-commits
commit: c433abd7c55f984f17c26f44d1f56a0a5cebae70
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 14:53:39 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 14:53:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c433abd7
media-libs/libeot: drop 0.01, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libeot/libeot-0.01.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild
deleted file mode 100644
index 838ce3e108f8..000000000000
--- a/media-libs/libeot/libeot-0.01.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
-inherit autotools
-[[ ${PV} == 9999 ]] && inherit git-r3
-
-DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"
-HOMEPAGE="https://github.com/umanwizard/libeot"
-[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~riscv x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-05-13 14:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-25 13:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/libeot/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 14:53 Arthur Zamarin
2024-05-13 14:53 Arthur Zamarin
2024-05-13 13:57 Arthur Zamarin
2024-04-14 15:56 Arthur Zamarin
2024-04-14 15:56 Arthur Zamarin
2016-12-24 10:47 Aaron Bauman
2016-11-12 23:16 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox