commit:     40036dbdfe3a8fd5e961c5496b12e723a054db2d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 16:25:35 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 21 16:25:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40036dbd

sys-auth/fprintd: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/fprintd/Manifest                |  2 -
 sys-auth/fprintd/fprintd-0.2.0-r1.ebuild | 67 --------------------------------
 sys-auth/fprintd/fprintd-0.4.1.ebuild    | 67 --------------------------------
 3 files changed, 136 deletions(-)

diff --git a/sys-auth/fprintd/Manifest b/sys-auth/fprintd/Manifest
index 90ae5a7cbb3..3d7993c6d10 100644
--- a/sys-auth/fprintd/Manifest
+++ b/sys-auth/fprintd/Manifest
@@ -1,5 +1,3 @@
-DIST fprintd-0.2.0.tar.bz2 43884 BLAKE2B 
84defc39cc2a24ca602665822ae971a38c75ccf6907ab9312db4e1a90ad5a95fc83e2199c2b523421ecc441478d06c0cbb58d90a94a0dfc91c0493d555ed6e8d
 SHA512 
6464d5e206ab92a3579f93a6e63345d3930d13e701bcc305a61938b68dee1b9473ad605cf2f88fafb87489094e588c7527b4e18be5784dd0fdb131ad754b7599
-DIST fprintd-0.4.1.tar.bz2 56901 BLAKE2B 
8ac2940e2a87fb83ee0d1c1d74bd88f4c6e904f8b44c8d78bfe0a50a8005a842938616c86c2fd28c2cdf86ca89138936002cb5651c7e18474279d47c6fca711e
 SHA512 
c1269ee2ad92176b987001177f529ddf3715c723a454e79f8909ea6c3d52325580800db64296fa25e274760a9813ff70b9b64b82f96c321b3a1eb686062da2f9
 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

diff --git a/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild 
b/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild
deleted file mode 100644
index d0125b3ff4c..00000000000
--- a/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools toolchain-funcs 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="~amd64 ~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() {
-       cp /usr/share/gtk-doc/data/gtk-doc.make . || die
-       sed -e '/SUBDIRS/s: po::' -i Makefile.am || die
-       eautoreconf
-       intltoolize || die
-}
-
-src_configure() {
-       econf $(use_enable pam) \
-               $(use_enable static-libs static) \
-               $(use_enable doc gtk-doc-html)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install \
-               pammoddir=/$(get_libdir)/security
-
-       keepdir /var/lib/fprint
-
-       find "${D}" -name "*.la" -delete || die
-
-       dodoc AUTHORS ChangeLog NEWS README TODO
-       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 the upstream documentation for integration"
-       elog "Example: add following line to your /etc/pam.d/system-local-login"
-       einfo
-       elog "    auth    sufficient      pam_fprintd.so"
-       einfo
-}

diff --git a/sys-auth/fprintd/fprintd-0.4.1.ebuild 
b/sys-auth/fprintd/fprintd-0.4.1.ebuild
deleted file mode 100644
index d97c92de485..00000000000
--- a/sys-auth/fprintd/fprintd-0.4.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools toolchain-funcs 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() {
-       cp /usr/share/gtk-doc/data/gtk-doc.make . || die
-       sed -e '/SUBDIRS/s: po::' -i Makefile.am || die
-       eautoreconf
-       intltoolize || die
-}
-
-src_configure() {
-       econf $(use_enable pam) \
-               $(use_enable static-libs static) \
-               $(use_enable doc gtk-doc-html)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install \
-               pammoddir=/$(get_libdir)/security
-
-       keepdir /var/lib/fprint
-
-       find "${D}" -name "*.la" -delete || die
-
-       dodoc AUTHORS ChangeLog NEWS README{,.transifex} TODO
-       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 the upstream documentation for integration"
-       elog "Example: add following line to your /etc/pam.d/system-local-login"
-       einfo
-       elog "    auth    sufficient      pam_fprintd.so"
-       einfo
-}

Reply via email to