From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/
Date: Tue, 5 Jan 2021 22:00:48 +0000 (UTC) [thread overview]
Message-ID: <1609884042.75e0d5b542f7bfd9a60ed577e762235365d5b376.mattst88@gentoo> (raw)
commit: 75e0d5b542f7bfd9a60ed577e762235365d5b376
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 26 03:23:09 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 22:00:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e0d5b5
sys-auth/fprintd: fix slots, use BDEPEND with EAPI 7
This package specifically depends on the older libfprint slot, and
it will fail to build if it just uses the latest version.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../{fprintd-0.8.1.ebuild => fprintd-0.8.1-r2.ebuild} | 10 +++++-----
.../{fprintd-0.8.1-r1.ebuild => fprintd-0.8.1-r3.ebuild} | 16 +++++++++-------
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/sys-auth/fprintd/fprintd-0.8.1.ebuild b/sys-auth/fprintd/fprintd-0.8.1-r2.ebuild
similarity index 86%
rename from sys-auth/fprintd/fprintd-0.8.1.ebuild
rename to sys-auth/fprintd/fprintd-0.8.1-r2.ebuild
index b2842119b4e..7769c96d310 100644
--- a/sys-auth/fprintd/fprintd-0.8.1.ebuild
+++ b/sys-auth/fprintd/fprintd-0.8.1-r2.ebuild
@@ -18,7 +18,7 @@ IUSE="doc pam static-libs"
RDEPEND="
dev-libs/dbus-glib
dev-libs/glib:2
- sys-auth/libfprint
+ sys-auth/libfprint:0
sys-auth/polkit
pam? ( sys-libs/pam )
"
@@ -55,10 +55,10 @@ src_install() {
dodoc AUTHORS NEWS README{,.transifex} TODO
newdoc pam/README README.pam_fprintd
if use doc ; then
- insinto /usr/share/doc/${PF}/html
- doins doc/{fprintd-docs,version}.xml
- insinto /usr/share/doc/${PF}/html/dbus
- doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
+ docinto html
+ dodoc doc/{fprintd-docs,version}.xml
+ docinto html/dbus
+ dodoc doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
fi
}
diff --git a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild b/sys-auth/fprintd/fprintd-0.8.1-r3.ebuild
similarity index 83%
rename from sys-auth/fprintd/fprintd-0.8.1-r1.ebuild
rename to sys-auth/fprintd/fprintd-0.8.1-r3.ebuild
index 9a371cd4622..897c45965ff 100644
--- a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild
+++ b/sys-auth/fprintd/fprintd-0.8.1-r3.ebuild
@@ -18,11 +18,13 @@ IUSE="doc pam static-libs"
RDEPEND="
dev-libs/dbus-glib
dev-libs/glib:2
- sys-auth/libfprint
+ sys-auth/libfprint:0
sys-auth/polkit
pam? ( sys-libs/pam )
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/dbus-glib
dev-util/gtk-doc
dev-util/gtk-doc-am
dev-util/intltool
@@ -52,15 +54,15 @@ src_install() {
keepdir /var/lib/fprint
- find "${D}" -name "*.la" -delete || die
+ find "${ED}" -type f -name "*.la" -delete || die
dodoc AUTHORS NEWS README{,.transifex} TODO
newdoc pam/README README.pam_fprintd
if use doc ; then
- insinto /usr/share/doc/${PF}/html
- doins doc/{fprintd-docs,version}.xml
- insinto /usr/share/doc/${PF}/html/dbus
- doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
+ docinto html
+ dodoc doc/{fprintd-docs,version}.xml
+ docinto html/dbus
+ dodoc doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
fi
}
next reply other threads:[~2021-01-05 22:00 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-05 22:00 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-03 5:53 [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/ Sam James
2023-07-27 5:11 WANG Xuerui
2023-06-28 7:37 Sam James
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2022-12-28 0:56 Sam James
2022-12-27 23:37 Sam James
2022-12-27 23:37 Sam James
2022-11-18 19:42 Arthur Zamarin
2022-11-18 19:24 Arthur Zamarin
2022-09-22 7:46 Michał Górny
2022-07-30 19:57 Arthur Zamarin
2022-04-29 10:21 Sam James
2022-04-17 19:17 Sam James
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-11 21:05 Jakov Smolić
2022-04-06 6:32 Agostino Sarubbo
2022-04-06 6:32 Agostino Sarubbo
2022-01-04 15:33 Marek Szuba
2021-12-10 1:24 Sam James
2021-12-02 8:29 Agostino Sarubbo
2021-12-02 8:24 Agostino Sarubbo
2021-11-19 20:01 Arthur Zamarin
2021-11-04 17:07 Sam James
2021-10-20 9:46 Sam James
2021-10-20 9:46 Sam James
2021-10-20 3:26 Sam James
2021-08-27 15:19 Yixun Lan
2021-07-25 1:10 Sam James
2021-07-24 15:22 Sam James
2021-04-02 9:23 Sergei Trofimovich
2021-03-26 7:45 Agostino Sarubbo
2021-03-25 18:12 Agostino Sarubbo
2021-03-25 13:02 Joonas Niilola
2021-03-25 13:02 Joonas Niilola
2021-03-25 13:02 Joonas Niilola
2021-03-15 18:06 Sergei Trofimovich
2021-03-15 6:32 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:11 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:35 Sam James
2021-03-04 0:23 Sam James
2021-02-11 7:36 Sergei Trofimovich
2019-08-04 19:36 Maxim Koltsov
2019-08-04 19:36 Maxim Koltsov
2019-08-03 11:19 Aaron Bauman
2019-07-29 14:53 Mikle Kolyada
2019-07-29 14:53 Mikle Kolyada
2019-06-20 9:23 Mikle Kolyada
2019-06-09 19:25 Sergei Trofimovich
2019-06-06 21:31 Sergei Trofimovich
2019-06-06 21:24 Sergei Trofimovich
2019-06-05 18:14 Sergei Trofimovich
2019-01-18 18:01 Mikle Kolyada
2019-01-08 14:07 Maxim Koltsov
2018-05-21 16:25 Mikle Kolyada
2015-08-09 22:33 Michael Weber
2015-08-09 22:16 Michael Weber
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=1609884042.75e0d5b542f7bfd9a60ed577e762235365d5b376.mattst88@gentoo \
--to=mattst88@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