commit:     5dbd613b9d04bd9020a4df64d0f6bf373613e755
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 12 16:05:54 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 16:06:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbd613b

app-crypt/eid-mw: drop old

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-crypt/eid-mw/Manifest            |  1 -
 app-crypt/eid-mw/eid-mw-4.3.6.ebuild | 96 ------------------------------------
 2 files changed, 97 deletions(-)

diff --git a/app-crypt/eid-mw/Manifest b/app-crypt/eid-mw/Manifest
index 55c4d55466f..39a3279d955 100644
--- a/app-crypt/eid-mw/Manifest
+++ b/app-crypt/eid-mw/Manifest
@@ -1,2 +1 @@
-DIST eid-mw-4.3.6.tar.gz 7515482 BLAKE2B 
8895564736be83ad2f9797a6cfcbc6cb50a928c36508b9ddcf8e9032d7b4de9284745d711a7664edba106ad005a63eb1fddb5c1e639305b4af12f49ab8dbc61c
 SHA512 
336181c21896bec0e7a0a67f5bc739fdc63ca7b17eb6fefa98b6d468810fcdb52ecb6a64f267cdcfc063a2ef599d033064ec90b6bb41ec7ceccc2ca8e829a82b
 DIST eid-mw-4.4.1.tar.gz 7708697 BLAKE2B 
7bdbaa37af1cdd5a8abd1519939f663c7c871cea49850932d97c391465de362885b061c024285ab2690473a4bb1ba57a70fdc12a720246b2a610ac9525f6395e
 SHA512 
9de54858ac052eeff101070dd11c5cf60ab1d29b8dc8d946680745acf9aa6ba1044ca5451eca6066b5b467fbc32a2a23bbe7e8551ca7559e6003a4097a304cfc

diff --git a/app-crypt/eid-mw/eid-mw-4.3.6.ebuild 
b/app-crypt/eid-mw/eid-mw-4.3.6.ebuild
deleted file mode 100644
index 322eaafd9ef..00000000000
--- a/app-crypt/eid-mw/eid-mw-4.3.6.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools mozextension 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="~x86 ~amd64 ~arm"
-IUSE="+dialogs +gtk p11-kit +xpi"
-
-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 )
-       xpi? ( || ( >=www-client/firefox-bin-3.6.24
-               >=www-client/firefox-3.6.20 ) )"
-
-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
-
-       # 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 p11-kit p11kit) \
-               $(use_with gtk gtkvers 'detect') \
-               --with-gnu-ld \
-               --disable-static \
-               --disable-signed
-}
-
-src_install() {
-       default
-
-       if use xpi; then
-               declare MOZILLA_FIVE_HOME
-               if has_version '>=www-client/firefox-3.6.20'; then
-                       MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
-                       xpi_install 
"${ED}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]"
-               fi
-               if has_version '>=www-client/firefox-bin-3.6.24'; then
-                       MOZILLA_FIVE_HOME="/opt/firefox"
-                       xpi_install 
"${ED}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]"
-               fi
-       else
-               rm -r "${ED}"/usr/lib/mozilla || die
-       fi
-       rm -r "${ED}/usr/share/mozilla" "${ED}"/usr/$(get_libdir)/*.la || die
-
-       if use gtk; then
-               rm -r "${ED}/usr/include/eid-util" || die
-       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