From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/
Date: Sat, 29 Oct 2022 12:08:27 +0000 (UTC) [thread overview]
Message-ID: <1667045271.6bb2843afd8a0e6813749372e9aa5cebb6da4c5a.sam@gentoo> (raw)
commit: 6bb2843afd8a0e6813749372e9aa5cebb6da4c5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 12:01:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 12:07:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb2843a
media-libs/ftgl: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
...l-2.1.3_rc5.ebuild => ftgl-2.1.3_rc5-r1.ebuild} | 25 +++++++++++++---------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild
similarity index 83%
rename from media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
rename to media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild
index 22107b5dd36a..7421ddac0cc2 100644
--- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
+++ b/media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild
@@ -1,31 +1,33 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit autotools flag-o-matic
MY_PV="${PV/_/-}"
-MY_PV2="${PV/_/~}"
+MY_PV2="${PV/_/\~}"
MY_P="${PN}-${MY_PV}"
MY_P2="${PN}-${MY_PV2}"
DESCRIPTION="library to use arbitrary fonts in OpenGL applications"
HOMEPAGE="https://sourceforge.net/projects/ftgl/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P2}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
-DEPEND=">=media-libs/freetype-2.0.9
+DEPEND="
+ media-libs/freeglut
+ >=media-libs/freetype-2.0.9
virtual/opengl
virtual/glu
- media-libs/freeglut"
-RDEPEND="${DEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P2}"
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
@@ -36,6 +38,7 @@ PATCHES=(
src_prepare() {
default
+
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}
@@ -47,7 +50,9 @@ src_configure() {
src_install() {
local DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO docs/projects_using_ftgl.txt)
+
default
- rm -r "${ED%/}"/usr/share/doc/ftgl || die
+
+ rm -r "${ED}"/usr/share/doc/ftgl || die
find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2022-10-29 12:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-29 12:08 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 0:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/ Sam James
2025-03-14 11:14 Sam James
2025-02-08 10:17 Arthur Zamarin
2025-01-04 16:17 Sam James
2025-01-04 16:17 Sam James
2025-01-03 18:36 Sam James
2025-01-03 17:22 Sam James
2024-12-30 23:32 Sam James
2021-05-25 8:25 Yixun Lan
2020-06-14 20:42 James Le Cuirot
2019-05-14 17:53 Aaron Bauman
2019-01-29 13:43 Mikle Kolyada
2017-02-07 21:23 James Le Cuirot
2015-12-18 8:17 Michael Sterrett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1667045271.6bb2843afd8a0e6813749372e9aa5cebb6da4c5a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox