commit:     aae16b90add4ab4979ea7e2cfcccd46d15c57b06
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 19:35:54 2019 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 19:36:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae16b90

sys-auth/fprintd: remove old

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

 sys-auth/fprintd/Manifest             |  1 -
 sys-auth/fprintd/fprintd-0.5.0.ebuild | 63 -----------------------------------
 2 files changed, 64 deletions(-)

diff --git a/sys-auth/fprintd/Manifest b/sys-auth/fprintd/Manifest
index dde3c4305a3..c0a22b06a9d 100644
--- a/sys-auth/fprintd/Manifest
+++ b/sys-auth/fprintd/Manifest
@@ -1,2 +1 @@
-DIST fprintd-0.5.0.tar.bz2 66981 BLAKE2B 
02ae16bbeaab55559a44ef43999941fd2076ef610adc92184601963ab3edc4bae41abfce0540d4ac0e0717b8542f0b0684af2616684856b0e71f3e58b1834d6a
 SHA512 
d77adb92e6913c8822e2c866ed632f5d1429c93e8e7c4c7d51d23385f6afb0c6048ff72c9cb885d7581e8d1e461f708af06ca6e6f98e177c98834289a76341de
 DIST fprintd-0.8.1.tar.bz2 75254 BLAKE2B 
bf59c47c3d0186677bfd180e472e13773afebd4c3438e0e8e8cce34156df1c64c142b73d541fa876b96d4881e6967745a8c29be310dd33a509cb1863c836634e
 SHA512 
438098fb677b742fdb279f3df85a1f2c800fce7498130c09b7408f21656ff256323b3bce4c22a2499e52c2ca7cddbc7f26033be7869939d23f9b5c436aa1f252

diff --git a/sys-auth/fprintd/fprintd-0.5.0.ebuild 
b/sys-auth/fprintd/fprintd-0.5.0.ebuild
deleted file mode 100644
index 5528049ba14..00000000000
--- a/sys-auth/fprintd/fprintd-0.5.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools pam systemd versionator
-
-DESCRIPTION="D-Bus service to access fingerprint readers"
-HOMEPAGE="https://cgit.freedesktop.org/libfprint/fprintd/";
-MY_PV="V_$(replace_all_version_separators _)"
-SRC_URI="https://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2
 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="doc pam static-libs"
-
-RDEPEND="dev-libs/dbus-glib
-       dev-libs/glib:2
-       sys-auth/libfprint
-       sys-auth/polkit
-       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 )"
-
-S=${WORKDIR}/${MY_PV}
-
-src_prepare() {
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-silent-rules \
-               $(use_enable pam) \
-               $(use_enable static-libs static) \
-               $(use_enable doc gtk-doc-html) \
-               $(systemd_with_unitdir)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install \
-               pammoddir=$(getpam_mod_dir)
-
-       keepdir /var/lib/fprint
-
-       find "${D}" -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
-       fi
-}
-
-pkg_postinst() {
-       elog "Please take a look at README.pam_fprintd for integration docs."
-}

Reply via email to