diff options
author | 2016-07-01 19:04:03 +0200 | |
---|---|---|
committer | 2016-07-01 19:04:03 +0200 | |
commit | 99bc8b5524ba2542b22b81c8d5c1a4b431c23573 (patch) | |
tree | ad896d438d49776c777a2b2500c8cfad1126a17a /app-crypt/eid-mw/files | |
parent | dev-ruby/octokit: add missing test dep on mime-types (diff) | |
download | gentoo-99bc8b5524ba2542b22b81c8d5c1a4b431c23573.tar.gz gentoo-99bc8b5524ba2542b22b81c8d5c1a4b431c23573.tar.bz2 gentoo-99bc8b5524ba2542b22b81c8d5c1a4b431c23573.zip |
app-crypt/eid-mw: eapi update bug #587250 by Vincent Hardy
- Move to EAPI 6
- add 1 new dependency
- patch update gtk_not_required_9999.patch
- add new patch not_zip_xpi_plugin.patch
- add missing die
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/eid-mw/files')
-rw-r--r-- | app-crypt/eid-mw/files/gtk_not_required_9999.patch | 22 | ||||
-rw-r--r-- | app-crypt/eid-mw/files/not_zip_xpi_plugin.patch | 27 |
2 files changed, 38 insertions, 11 deletions
diff --git a/app-crypt/eid-mw/files/gtk_not_required_9999.patch b/app-crypt/eid-mw/files/gtk_not_required_9999.patch index d5d6f1c550b9..f66ec182ca6c 100644 --- a/app-crypt/eid-mw/files/gtk_not_required_9999.patch +++ b/app-crypt/eid-mw/files/gtk_not_required_9999.patch @@ -1,13 +1,13 @@ diff --git a/Makefile.am b/Makefile.am -index 1a605f7..6475886 100644 +index 65baf07..c264576 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I scripts/m4 EXTRA_DIST = scripts/build-aux/config.rpath debian build-debian.sh rpm doc --SUBDIRS=cardcomm/pkcs11/src doc/sdk/include/rsaref220 tests/unit plugins_tools/xpi plugins_tools/aboutmw/gtk -+SUBDIRS=cardcomm/pkcs11/src doc/sdk/include/rsaref220 tests/unit plugins_tools/xpi +-SUBDIRS=cardcomm/pkcs11/src doc/sdk/include/rsaref220 plugins_tools/util tests/unit plugins_tools/xpi plugins_tools/aboutmw/gtk plugins_tools/eid-viewer ++SUBDIRS=cardcomm/pkcs11/src doc/sdk/include/rsaref220 plugins_tools/util tests/unit plugins_tools/xpi xpipackage: $(MAKE) -C plugins_tools/xpi xpipackage @@ -54,18 +54,18 @@ index 6e33315..fce4494 100644 - pkgconfig_DATA=libbeidpkcs11.pc diff --git a/configure.ac b/configure.ac -index 6f4b833..ec7ae8f 100644 +index 6485b23..a1f9c93 100644 --- a/configure.ac +++ b/configure.ac -@@ -56,11 +56,6 @@ then - fi - fi +@@ -59,11 +59,6 @@ fi --if test x"$have_gtk" = "xno" + AC_DEFINE_UNQUOTED([HAVE_GTK], [$have_gtk], [Set to major version of libgtk]) + +-if test "$have_gtk" = "no" -then - AC_MSG_ERROR([At least one version of GTK is required.]) -fi - - ########################################################################### - ####### read user-specific requests from --enable directives ###### - ########################################################################### + PKG_CHECK_MODULES([XML2], [libxml-2.0]) + PKG_CHECK_MODULES([libproxy], [libproxy-1.0]) + diff --git a/app-crypt/eid-mw/files/not_zip_xpi_plugin.patch b/app-crypt/eid-mw/files/not_zip_xpi_plugin.patch new file mode 100644 index 000000000000..4295543ea652 --- /dev/null +++ b/app-crypt/eid-mw/files/not_zip_xpi_plugin.patch @@ -0,0 +1,27 @@ +--- eid-mw-4.1.18-v4.1.18-a/plugins_tools/xpi/src/Makefile.in 2016-05-20 12:58:46.184002742 +0200 ++++ eid-mw-4.1.18-v4.1.18-b/plugins_tools/xpi/src/Makefile.in 2016-06-18 16:18:57.467199895 +0200 +@@ -724,24 +724,6 @@ + @SIGNED_TRUE@ cp $(srcdir)/belgiumeid-1.0.18.1-signed.1-signed.xpi $(XPI_ID).xpi + + @SIGNED_FALSE@xpipackage: $(xpi_files) +-# Create a temporary directory $tmp in $TMPDIR (default /tmp). +-# Use mktemp if possible; otherwise fall back on mkdir, +-# with $RANDOM to make collisions less likely. +-@SIGNED_FALSE@ { \ +-@SIGNED_FALSE@ tmp=` \ +-@SIGNED_FALSE@ (umask 077 && mktemp -t -d "xpiXXXXXX") 2>/dev/null \ +-@SIGNED_FALSE@ ` && \ +-@SIGNED_FALSE@ test -n "$$tmp" && test -d "$$tmp"; \ +-@SIGNED_FALSE@ } || { \ +-@SIGNED_FALSE@ tmp=$$TMPDIR/xpi$$RANDOM; \ +-@SIGNED_FALSE@ umask 077 && $(mkinstalldirs) "$$tmp"; \ +-@SIGNED_FALSE@ } || exit $$?; \ +-@SIGNED_FALSE@ $(MAKE) DESTDIR=$$tmp extensionrootdir=/ install; \ +-@SIGNED_FALSE@ cd $$tmp; \ +-@SIGNED_FALSE@ rm -f $(abs_builddir)/$(XPI_NAME); \ +-@SIGNED_FALSE@ @ZIP@ -rq $(abs_builddir)/$(XPI_NAME) .; \ +-@SIGNED_FALSE@ cd -; \ +-@SIGNED_FALSE@ rm -rf $$tmp; + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |