From 35cb795c64f72c812a228dcd28d6cd53582d9929 Mon Sep 17 00:00:00 2001 From: Amy Liffey Date: Wed, 16 May 2018 22:58:47 +0200 Subject: app-crypt/eid-mw: remove old 4.2.5,4.28 Submitted-by: Vincent Hardy Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- app-crypt/eid-mw/Manifest | 2 - app-crypt/eid-mw/eid-mw-4.2.5.ebuild | 97 ------------------------------------ app-crypt/eid-mw/eid-mw-4.2.8.ebuild | 94 ---------------------------------- 3 files changed, 193 deletions(-) delete mode 100644 app-crypt/eid-mw/eid-mw-4.2.5.ebuild delete mode 100644 app-crypt/eid-mw/eid-mw-4.2.8.ebuild diff --git a/app-crypt/eid-mw/Manifest b/app-crypt/eid-mw/Manifest index 7ffa7deb42fd..55c4d55466fd 100644 --- a/app-crypt/eid-mw/Manifest +++ b/app-crypt/eid-mw/Manifest @@ -1,4 +1,2 @@ -DIST eid-mw-4.2.5.tar.gz 7751526 BLAKE2B 4836dc3a5ba4d781b8c342231cbbe74411fc6f0bf4b32eaa42ac28ea7688815361f74a1def371a05e250d3249af7ff58d24a66062fe169717872d6789ffb54f1 SHA512 cf00f6aa295c3d057e77faddde31ba6b00ce44402bc0ad141c773fb58067d7cf2e107fc5f3a294be8731de592cb0895537cd29ad4e69f6721e6c77fa99c12075 -DIST eid-mw-4.2.8.tar.gz 7076407 BLAKE2B e1d9b375adb326cb710da9eb5cd125086cb40b6ee37ce2ac3912ac4b5fa9c92d66c8af002a47c9ce73ff98ad2306e96529e1c87486eb0f36e61a1f4eb2231b9f SHA512 bf910e8b5bad40fe65765524af20cf18e2c615b6b7bddfdd3024309d90767952875f1c264ea8bd8dfc73621a41683fce02501febe71c016816ccc0f75d88d8cb 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.2.5.ebuild b/app-crypt/eid-mw/eid-mw-4.2.5.ebuild deleted file mode 100644 index fe66ca2e579d..000000000000 --- a/app-crypt/eid-mw/eid-mw-4.2.5.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils autotools mozextension - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Fedict/${PN}.git" - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> - ${P}.tar.gz" - KEYWORDS="~x86 ~amd64 ~arm" -fi - -SLOT="0" -LICENSE="LGPL-3" -DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government" - -HOMEPAGE="https://eid.belgium.be" - -IUSE="+dialogs +gtk p11-kit +xpi" - -REQUIRED_USE=" - dialogs? ( gtk )" - -RDEPEND="gtk? ( - x11-libs/gdk-pixbuf[jpeg] - x11-libs/gtk+:* - dev-libs/libxml2 - net-misc/curl[ssl] - net-libs/libproxy - !app-misc/eid-viewer-bin - ) - >=sys-apps/pcsc-lite-1.2.9 - p11-kit? ( app-crypt/p11-kit ) - xpi? ( || ( >=www-client/firefox-bin-3.6.24 - >=www-client/firefox-3.6.20 ) )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - eapply_user - - 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 - - if [[ ${PV} == "9999" ]] ; then - use gtk || eapply "${FILESDIR}"/gtk_not_required_9999.patch - else - use gtk || eapply "${FILESDIR}"/gtk_not_required_4_2_5.patch - fi - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable dialogs) \ - $(use_enable p11-kit p11kit) \ - --with-gnu-ld \ - --disable-static \ - --disable-signed -} - -src_install() { - emake DESTDIR="${D}" install - - 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 "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@eid.belgium.be" - fi - if has_version '>=www-client/firefox-bin-3.6.24'; then - MOZILLA_FIVE_HOME="/opt/firefox" - xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@eid.belgium.be" - fi - fi - rm -r "${D}/usr/share/mozilla" "${D}"/usr/$(get_libdir)/*.la || die - use gtk || rm -r "${D}/usr/include/eid-util" || die -} - -pkg_postinst() -{ - use gtk && glib-compile-schemas /usr/share/glib-2.0/schemas/ -} diff --git a/app-crypt/eid-mw/eid-mw-4.2.8.ebuild b/app-crypt/eid-mw/eid-mw-4.2.8.ebuild deleted file mode 100644 index deac90da0861..000000000000 --- a/app-crypt/eid-mw/eid-mw-4.2.8.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils autotools mozextension - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Fedict/${PN}.git" - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> - ${P}.tar.gz" - KEYWORDS="~x86 ~amd64 ~arm" -fi - -SLOT="0" -LICENSE="LGPL-3" -DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government" - -HOMEPAGE="https://eid.belgium.be" - -IUSE="+dialogs +gtk p11-kit +xpi" - -REQUIRED_USE=" - dialogs? ( gtk )" - -RDEPEND="gtk? ( - x11-libs/gdk-pixbuf[jpeg] - x11-libs/gtk+:* - dev-libs/libxml2 - net-misc/curl[ssl] - net-libs/libproxy - !app-misc/eid-viewer-bin - ) - >=sys-apps/pcsc-lite-1.2.9 - p11-kit? ( app-crypt/p11-kit ) - xpi? ( || ( >=www-client/firefox-bin-3.6.24 - >=www-client/firefox-3.6.20 ) )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - eapply_user - - 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 - - use gtk || eapply "${FILESDIR}"/gtk_not_required_4_2_5.patch - eapply "${FILESDIR}"/fix_libressl_check.patch - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable dialogs) \ - $(use_enable p11-kit p11kit) \ - --with-gnu-ld \ - --disable-static \ - --disable-signed -} - -src_install() { - emake DESTDIR="${D}" install - - 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 "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@eid.belgium.be" - fi - if has_version '>=www-client/firefox-bin-3.6.24'; then - MOZILLA_FIVE_HOME="/opt/firefox" - xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgiumeid@eid.belgium.be" - fi - fi - rm -r "${D}/usr/share/mozilla" "${D}"/usr/$(get_libdir)/*.la || die - use gtk || rm -r "${D}/usr/include/eid-util" || die -} - -pkg_postinst() -{ - use gtk && glib-compile-schemas /usr/share/glib-2.0/schemas/ -} -- cgit v1.2.3-65-gdbad