From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicator/
Date: Fri, 19 Mar 2021 02:27:04 +0000 (UTC) [thread overview]
Message-ID: <1616120812.8369eb1b8d3e87675061923b85e3fc110edfd1ec.sam@gentoo> (raw)
commit: 8369eb1b8d3e87675061923b85e3fc110edfd1ec
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 02:12:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 02:26:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8369eb1b
dev-libs/libindicator: update EAPI 5 -> 7 in :3
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libindicator/libindicator-12.10.1-r301.ebuild | 39 ++++++++++++++--------
1 file changed, 25 insertions(+), 14 deletions(-)
diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
index 068768b22c0..2b6dd20a0cb 100644
--- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
+++ b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
@@ -1,8 +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
-inherit autotools eutils flag-o-matic ltprune virtualx multilib-minimal
+EAPI=7
+
+inherit autotools flag-o-matic virtualx multilib-minimal
DESCRIPTION="A set of symbols and convience functions that all indicators would like to use"
HOMEPAGE="https://launchpad.net/libindicator"
@@ -14,32 +15,41 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
+RDEPEND="
+ >=dev-libs/glib-2.22[${MULTILIB_USEDEP}]
+ >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/glib-utils
virtual/pkgconfig
test? ( dev-util/dbus-test-runner )"
-src_prepare() {
+PATCHES=(
# https://bugs.launchpad.net/libindicator/+bug/1502925
- epatch "${FILESDIR}"/${PN}-ldflags-spacing.patch
+ "${FILESDIR}"/${PN}-ldflags-spacing.patch
+)
+
+src_prepare() {
+ default
+
eautoreconf
}
multilib_src_configure() {
append-flags -Wno-error
- myconf=(
+ local myconf=(
--disable-static
--with-gtk=3
)
- local ECONF_SOURCE=${S}
- econf "${myconf[@]}"
+
+ ECONF_SOURCE="${S}" econf "${myconf[@]}"
}
multilib_src_test() {
- Xemake check #391179
+ # bug #391179
+ Xemake check
}
multilib_src_install() {
@@ -47,6 +57,7 @@ multilib_src_install() {
}
multilib_src_install_all() {
- einstalldocs
- prune_libtool_files --all
+ default
+
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2021-03-19 2:27 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-19 2:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-19 10:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicator/ WANG Xuerui
2022-07-18 21:58 Sam James
2022-07-06 17:57 Mike Gilbert
2022-06-07 7:05 Sam James
2022-06-02 4:02 Jakov Smolić
2021-08-17 23:48 Marek Szuba
2021-03-19 10:24 Sam James
2021-03-19 2:51 Sam James
2021-03-19 2:27 Sam James
2020-01-23 9:59 Georgy Yakovlev
2019-05-29 0:32 Aaron Bauman
2018-10-31 8:39 Sergei Trofimovich
2018-10-20 18:52 Pacho Ramos
2018-10-17 8:51 Tobias Klausmann
2017-12-21 21:16 Patrice Clement
2016-06-02 14:47 Michael Palimaka
2016-04-07 13:27 Mikle Kolyada
2016-04-07 13:27 Mikle Kolyada
2016-04-07 12:49 Michael Palimaka
2016-01-08 15:43 Alexey Shvetsov
2015-11-17 10:39 Patrice Clement
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=1616120812.8369eb1b8d3e87675061923b85e3fc110edfd1ec.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