commit:     26392245bfed2d56ef2aa45fdb7db5ea76b24eb3
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 18:35:18 2020 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 18:35:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26392245

app-crypt/eid-mw: version bump 4.4.27

Closes: https://bugs.gentoo.org/732994
Submitted-by: Vincent Hardy <vincent.hardy.be <AT> gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 app-crypt/eid-mw/Manifest             |   1 +
 app-crypt/eid-mw/eid-mw-4.4.27.ebuild | 108 ++++++++++++++++++++++++++++++++++
 2 files changed, 109 insertions(+)

diff --git a/app-crypt/eid-mw/Manifest b/app-crypt/eid-mw/Manifest
index 587b27afaad..a427a2fe6d3 100644
--- a/app-crypt/eid-mw/Manifest
+++ b/app-crypt/eid-mw/Manifest
@@ -1,3 +1,4 @@
 DIST eid-mw-4.4.1.tar.gz 7708697 BLAKE2B 
7bdbaa37af1cdd5a8abd1519939f663c7c871cea49850932d97c391465de362885b061c024285ab2690473a4bb1ba57a70fdc12a720246b2a610ac9525f6395e
 SHA512 
9de54858ac052eeff101070dd11c5cf60ab1d29b8dc8d946680745acf9aa6ba1044ca5451eca6066b5b467fbc32a2a23bbe7e8551ca7559e6003a4097a304cfc
 DIST eid-mw-4.4.19.tar.gz 7941144 BLAKE2B 
c02f975081eacf7803839461ae91e3c6a24c3e2fc60064a981cc71f629925679b0df997e8acbe2da2f1e58dcc665b8633e3c9bf28b07be90ac8cdd0448e80848
 SHA512 
21530111461302123be662dd60f3fbd56ffd8a0537cac88c99d5a6bcd9163a27bc34e05beaf7502dd5ada247ca324d21590a866907b5a7a02ce3d8d78fcac634
 DIST eid-mw-4.4.23.tar.gz 7502185 BLAKE2B 
ab223c2d860f44806a6043a40891d89ab3418dd232bba1d60bd9b0b6871a77e6e24bc73c49afcffabc8ae7f16c235aabfb17efb8af7543b0e2bd3fe76ba655f7
 SHA512 
7c90d7ca08dcd2ba4d0c918b5ba6305da6107de457209acb9a0cc3243891c9b654b1c12fe4da53ec8bad65617198c0caffdb0482e343a8d807f00762e6672310
+DIST eid-mw-4.4.27.tar.gz 7481892 BLAKE2B 
5d1268946a62436eec74a7ed83e8391c1ceb0274ef8798b95bee2087e4e439d46ea5f88b8237cff1e925d31d1762fe979a959ce35efd4d6210dda580827bab3b
 SHA512 
c4e9917907bb351b9dd427eb48c2124e55de0d8a73cfd142b9cb5e81c84f91e62a39a90bb1fbd109fb59aeb089898ffcd18ef5ccf2ab72c883b41ec4d9b9edf1

diff --git a/app-crypt/eid-mw/eid-mw-4.4.27.ebuild 
b/app-crypt/eid-mw/eid-mw-4.4.27.ebuild
new file mode 100644
index 00000000000..38d7672f996
--- /dev/null
+++ b/app-crypt/eid-mw/eid-mw-4.4.27.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop gnome2-utils xdg-utils
+
+DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian 
Federal Government"
+HOMEPAGE="https://eid.belgium.be";
+SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+dialogs +gtk +p11v220 p11-kit"
+
+RDEPEND=">=sys-apps/pcsc-lite-1.2.9
+       gtk? (
+               x11-libs/gdk-pixbuf[jpeg]
+               x11-libs/gtk+:*
+               dev-libs/libxml2
+               net-misc/curl[ssl]
+               net-libs/libproxy
+               !app-misc/eid-viewer-bin
+       )
+       p11-kit? ( app-crypt/p11-kit )"
+
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+REQUIRED_USE="dialogs? ( gtk )"
+
+src_prepare() {
+       default
+
+       sed -i -e 's:/beid/rsaref220:/rsaref220:' configure.ac || die
+       sed -i -e 's:/beid::' cardcomm/pkcs11/src/libbeidpkcs11.pc.in || die
+
+       # Buggy internal versioning when autoreconf a tarball release.
+       # Weird numbering is required otherwise we get a seg fault in
+       # about-eid-mw program.
+       echo "${PV}-v${PV}" > .version
+       sed -i \
+               -e '/^GITDESC/ d' \
+               -e '/^VERCLEAN/ d' \
+               scripts/build-aux/genver.sh
+
+       # legacy xpi module : we don't want it anymore
+       sed -i -e '/SUBDIRS/ s:plugins_tools/xpi ::' Makefile.am || die
+       sed -i -e '/plugins_tools\/xpi/ d' configure.ac || die
+
+       # hardcoded lsb_info
+       sed -i \
+               -e "s:get_lsb_info('i'):strdup(_(\"Gentoo\")):" \
+               -e "s:get_lsb_info('r'):strdup(_(\"n/a\")):" \
+               -e "s:get_lsb_info('c'):strdup(_(\"n/a\")):" \
+               plugins_tools/aboutmw/gtk/about-main.c || die
+
+       # Fix libdir for pkcs11_manifestdir
+       sed -i \
+               -e "/pkcs11_manifestdir/ s:prefix)/lib:libdir):" \
+               cardcomm/pkcs11/src/Makefile.am || die
+
+       # See bug #691308
+       eapply "${FILESDIR}/eid-sign-test-4.4.19.patch"
+
+       # See bug #732994
+       sed -i \
+               -e '/LDFLAGS="/ s:$CPPFLAGS:$LDFLAGS:' \
+               configure.ac || die
+
+       eautoreconf
+}
+
+src_configure() {
+       econf \
+               $(use_enable dialogs) \
+               $(use_enable p11v220) \
+               $(use_enable p11-kit p11kit) \
+               $(use_with gtk gtkvers 'detect') \
+               --with-gnu-ld \
+               --disable-static
+}
+
+src_install() {
+       default
+       rm -r "${ED}"/usr/$(get_libdir)/*.la || die
+       if use gtk; then
+               domenu plugins_tools/eid-viewer/eid-viewer.desktop
+               doicon plugins_tools/eid-viewer/gtk/eid-viewer.png
+       fi
+}
+
+pkg_postinst() {
+       if use gtk; then
+               gnome2_schemas_update
+               xdg_desktop_database_update
+               xdg_icon_cache_update
+       fi
+}
+
+pkg_postrm() {
+       if use gtk; then
+               gnome2_schemas_update
+               xdg_desktop_database_update
+               xdg_icon_cache_update
+       fi
+}

Reply via email to