public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/
Date: Fri, 18 Dec 2015 08:17:59 +0000 (UTC)	[thread overview]
Message-ID: <1450426647.81f45df63edf53aa496c08f66b933f39b298e954.mr_bones_@gentoo> (raw)

commit:     81f45df63edf53aa496c08f66b933f39b298e954
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 08:04:55 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 08:17:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f45df6

EAPI=5; minor tidying

Package-Manager: portage-2.2.24

 media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
index c34e22f..bcd6d71 100644
--- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
+++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=5
 inherit eutils flag-o-matic autotools
 
 MY_PV=${PV/_/-}
@@ -24,29 +23,26 @@ DEPEND=">=media-libs/freetype-2.0.9
 	virtual/opengl
 	virtual/glu
 	media-libs/freeglut"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P2}
 
-DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README TODO docs/projects_using_ftgl.txt"
-
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch \
+	epatch \
+		"${FILESDIR}"/${P}-gentoo.patch \
 		"${FILESDIR}"/${P}-underlink.patch
-#	AT_M4DIR=m4 eautoreconf
 	sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
 	eautoreconf
 }
 
 src_configure() {
 	strip-flags # ftgl is sensitive - bug #112820
-	econf \
-		$(use_enable static-libs static)
+	econf $(use_enable static-libs static)
 }
 
 src_install() {
-	default
-	rm -rf "${D}"/usr/share/doc/ftgl
-
-	find "${ED}" -name '*.la' -exec rm -f {} +
+	DOCS="AUTHORS BUGS ChangeLog NEWS README TODO docs/projects_using_ftgl.txt" \
+		default
+	rm -rf "${D}"/usr/share/doc/ftgl || die
+	prune_libtool_files
 }


             reply	other threads:[~2015-12-18  8:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-18  8:17 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-07 21:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/ James Le Cuirot
2019-01-29 13:43 Mikle Kolyada
2019-05-14 17:53 Aaron Bauman
2020-06-14 20:42 James Le Cuirot
2021-05-25  8:25 Yixun Lan
2022-10-29 12:08 Sam James
2024-12-30 23:32 Sam James
2025-01-03 17:22 Sam James
2025-01-03 18:36 Sam James
2025-01-04 16:17 Sam James
2025-01-04 16:17 Sam James
2025-02-08 10:17 Arthur Zamarin

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=1450426647.81f45df63edf53aa496c08f66b933f39b298e954.mr_bones_@gentoo \
    --to=mr_bones_@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