commit:     5724b3d83e696251df1fee776afdf55226f85cd9
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 19:18:00 2019 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 19:19:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5724b3d8

app-crypt/eid-mw: remove old 4.4.11

Closes: https://bugs.gentoo.org/691308
Suggested-by: Vincent Hardy <vincent.hardy.be <AT> gmail.com>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 app-crypt/eid-mw/Manifest             |  1 -
 app-crypt/eid-mw/eid-mw-4.4.11.ebuild | 93 -----------------------------------
 2 files changed, 94 deletions(-)

diff --git a/app-crypt/eid-mw/Manifest b/app-crypt/eid-mw/Manifest
index 644dc3133d4..79288d7cf0c 100644
--- a/app-crypt/eid-mw/Manifest
+++ b/app-crypt/eid-mw/Manifest
@@ -1,3 +1,2 @@
 DIST eid-mw-4.4.1.tar.gz 7708697 BLAKE2B 
7bdbaa37af1cdd5a8abd1519939f663c7c871cea49850932d97c391465de362885b061c024285ab2690473a4bb1ba57a70fdc12a720246b2a610ac9525f6395e
 SHA512 
9de54858ac052eeff101070dd11c5cf60ab1d29b8dc8d946680745acf9aa6ba1044ca5451eca6066b5b467fbc32a2a23bbe7e8551ca7559e6003a4097a304cfc
-DIST eid-mw-4.4.11.tar.gz 7975630 BLAKE2B 
e7b052736cba98c53e97e9de15ea8e54f508c28471a7a936c5d28539648f5d3454983d9c9a21cf5959a070849865de5ca58d5d29ad64eb08209afd40959c56ae
 SHA512 
35273492abc0efa7146848c82770bcd5e4ce1b7c9971ce45686b4d3244332456011db6df05154ad6a204854fd13ac3dce8f7b8cd6112a2e60a7b8434f3c4a196
 DIST eid-mw-4.4.19.tar.gz 7941144 BLAKE2B 
c02f975081eacf7803839461ae91e3c6a24c3e2fc60064a981cc71f629925679b0df997e8acbe2da2f1e58dcc665b8633e3c9bf28b07be90ac8cdd0448e80848
 SHA512 
21530111461302123be662dd60f3fbd56ffd8a0537cac88c99d5a6bcd9163a27bc34e05beaf7502dd5ada247ca324d21590a866907b5a7a02ce3d8d78fcac634

diff --git a/app-crypt/eid-mw/eid-mw-4.4.11.ebuild 
b/app-crypt/eid-mw/eid-mw-4.4.11.ebuild
deleted file mode 100644
index e496d37797e..00000000000
--- a/app-crypt/eid-mw/eid-mw-4.4.11.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-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
-
-       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
-               gnome2_icon_cache_update
-       fi
-}
-
-pkg_postrm(){
-       if use gtk; then
-               gnome2_schemas_update
-               gnome2_icon_cache_update
-       fi
-}

Reply via email to