commit:     6d25b18a2ef836889d900f385bdf4d289e26a4ab
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 14:07:16 2019 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 14:07:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d25b18a

sys-auth/fprintd: bump, eapi7, clean old

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan <AT> gentoo.org>

 sys-auth/fprintd/Manifest                            |  2 +-
 .../{fprintd-0.5.1.ebuild => fprintd-0.8.1.ebuild}   | 20 ++++++++++++--------
 sys-auth/fprintd/metadata.xml                        |  8 +++++++-
 3 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/sys-auth/fprintd/Manifest b/sys-auth/fprintd/Manifest
index 3d7993c6d10..e19994507a9 100644
--- a/sys-auth/fprintd/Manifest
+++ b/sys-auth/fprintd/Manifest
@@ -1,3 +1,3 @@
 DIST fprintd-0.5.0.tar.bz2 66981 BLAKE2B 
02ae16bbeaab55559a44ef43999941fd2076ef610adc92184601963ab3edc4bae41abfce0540d4ac0e0717b8542f0b0684af2616684856b0e71f3e58b1834d6a
 SHA512 
d77adb92e6913c8822e2c866ed632f5d1429c93e8e7c4c7d51d23385f6afb0c6048ff72c9cb885d7581e8d1e461f708af06ca6e6f98e177c98834289a76341de
-DIST fprintd-0.5.1.tar.bz2 67286 BLAKE2B 
fa6e1aa55021d44bff14cc48029eefda2ed18a3935aed1393e9de7b13ac3f5818883faa3d09ce055badb2fd2a977facafbd7eb7226413a6fad3677ea86c68eb8
 SHA512 
3c57f4723157b0ea628ded83ec1034818059811d984f21a2ad9262ec03343adcb50ff8f7982fd0b35564bfd9c5bd55ebcee2416353d5f0b5817b376faa43d05d
 DIST fprintd-0.6.0.tar.bz2 67589 BLAKE2B 
e1828d183ee2b34c6637ab148ec3d8c562c06b370a5102bcdd72481e19ce1c12d03bf374404e5f508dd755ea12a3aaa3509431a4584f44b667285d00a5872406
 SHA512 
65e0af9e46b2f4e836c54cd1df2deba33d12228c4997fc5bb44b03ccd38c01fc01a48451faba821a8490ff7715721d8697e1e97a93bab5041b4938b5247c39ba
+DIST fprintd-0.8.1.tar.bz2 75254 BLAKE2B 
bf59c47c3d0186677bfd180e472e13773afebd4c3438e0e8e8cce34156df1c64c142b73d541fa876b96d4881e6967745a8c29be310dd33a509cb1863c836634e
 SHA512 
438098fb677b742fdb279f3df85a1f2c800fce7498130c09b7408f21656ff256323b3bce4c22a2499e52c2ca7cddbc7f26033be7869939d23f9b5c436aa1f252

diff --git a/sys-auth/fprintd/fprintd-0.5.1.ebuild 
b/sys-auth/fprintd/fprintd-0.8.1.ebuild
similarity index 82%
rename from sys-auth/fprintd/fprintd-0.5.1.ebuild
rename to sys-auth/fprintd/fprintd-0.8.1.ebuild
index 1834d4f332b..99784d1ab4e 100644
--- a/sys-auth/fprintd/fprintd-0.5.1.ebuild
+++ b/sys-auth/fprintd/fprintd-0.8.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit autotools pam systemd versionator
+inherit autotools pam systemd
 
 DESCRIPTION="D-Bus service to access fingerprint readers"
 HOMEPAGE="https://cgit.freedesktop.org/libfprint/fprintd/";
-MY_PV="V_$(replace_all_version_separators _)"
+MY_PV="V_$(ver_rs 0- _)"
 
SRC_URI="https://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2 
-> ${P}.tar.bz2"
 
 LICENSE="GPL-2"
@@ -15,20 +15,24 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc pam static-libs"
 
-RDEPEND="dev-libs/dbus-glib
+RDEPEND="
+       dev-libs/dbus-glib
        dev-libs/glib:2
        sys-auth/libfprint
        sys-auth/polkit
-       pam? ( sys-libs/pam )"
+       pam? ( sys-libs/pam )
+"
 DEPEND="${RDEPEND}
        dev-util/gtk-doc
        dev-util/gtk-doc-am
        dev-util/intltool
-       doc? ( dev-libs/libxml2 dev-libs/libxslt )"
+       doc? ( dev-libs/libxml2 dev-libs/libxslt )
+"
 
 S=${WORKDIR}/${MY_PV}
 
 src_prepare() {
+       default
        eautoreconf
 }
 
@@ -37,7 +41,7 @@ src_configure() {
                $(use_enable pam) \
                $(use_enable static-libs static) \
                $(use_enable doc gtk-doc-html) \
-               $(systemd_with_unitdir)
+               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
 }
 
 src_install() {

diff --git a/sys-auth/fprintd/metadata.xml b/sys-auth/fprintd/metadata.xml
index 6f49eba8f49..19586c3df84 100644
--- a/sys-auth/fprintd/metadata.xml
+++ b/sys-auth/fprintd/metadata.xml
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<!-- maintainer-needed -->
+<maintainer type="person">
+       <email>[email protected]</email>
+       <name>Maxim Koltsov</name>
+</maintainer>
+<upstream>
+       
<bugs-to>https://gitlab.freedesktop.org/libfprint/fprintd/issues</bugs-to>
+</upstream>
 </pkgmetadata>

Reply via email to