public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
Date: Fri, 26 Mar 2021 14:35:58 +0000 (UTC)	[thread overview]
Message-ID: <1616764908.cb0f94113f21e3aac5bf72b396e8cd65d2863ef2.sam@gentoo> (raw)

commit:     cb0f94113f21e3aac5bf72b396e8cd65d2863ef2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 13:11:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 13:21:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0f9411

net-im/purple-events: EAPI 7, fix build with slibtool

Closes: https://bugs.gentoo.org/778374
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/purple-events/purple-events-0.99.1.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
index dfc0c6bc7c5..e4d139ae3b6 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools eutils ltprune
+inherit autotools
 
 DESCRIPTION="Allows a fine-grained control over libpurple events"
 HOMEPAGE="http://purple-events.sardemff7.net/"
@@ -12,19 +12,23 @@ SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="net-im/pidgin"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	dev-util/intltool
 	sys-devel/gettext
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 src_prepare() {
+	default
+
 	eautoreconf
 }
 
 src_install() {
 	default
-	prune_libtool_files
+
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2021-03-26 14:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-26 14:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-29  6:53 [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/ Petr Vaněk
2025-05-23 14:18 Joonas Niilola
2025-05-23 14:18 Joonas Niilola
2022-06-24 13:09 Andrew Ammerlaan
2018-04-17 20:27 David Seifert
2018-04-12 20:54 Thomas Deutschmann
2018-04-01 18:24 Aaron Bauman
2016-05-22 19:35 Pacho Ramos
2016-04-18  9:43 Patrice Clement
2015-08-16 15:10 Justin Lecher
2015-08-14 23:24 Julian Ospald
2015-08-13 14:04 Julian Ospald
2015-08-13 13:57 Julian Ospald

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=1616764908.cb0f94113f21e3aac5bf72b396e8cd65d2863ef2.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