summaryrefslogtreecommitdiff
path: root/x11-plugins/wmpasman
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /x11-plugins/wmpasman
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'x11-plugins/wmpasman')
-rw-r--r--x11-plugins/wmpasman/Manifest3
-rw-r--r--x11-plugins/wmpasman/files/wmpasman-2.2-ar.patch11
-rw-r--r--x11-plugins/wmpasman/wmpasman-2.2.ebuild10
3 files changed, 22 insertions, 2 deletions
diff --git a/x11-plugins/wmpasman/Manifest b/x11-plugins/wmpasman/Manifest
index d864c99135ba..fb784ec20472 100644
--- a/x11-plugins/wmpasman/Manifest
+++ b/x11-plugins/wmpasman/Manifest
@@ -1,3 +1,4 @@
+AUX wmpasman-2.2-ar.patch 320 BLAKE2B 99e9a848cc9fa230049fdef76c165d359b06fe2995781c3e83a8479b0b7673c270bff9aea8b01cadd36d83128307f6f26a6dbe577f9581af2dbc87b8e72687f0 SHA512 7b97e0201dae84c85fc5576150b573274a470b4e4e3096b64ea84a50cd7786949790b9329d3b80f2d0f77bc1ef476cef3dda1acc647c436f6a431ee831d4157b
DIST wmpasman-2.2.tar.gz 155077 BLAKE2B d7d9bd1c3e34d4f03661babd42ed5abbf42637709fb2f31358b51fda13dcd682e083af683640a7ef75ae0087f2de179136635e9be3979f9a36a067b5b634fcd2 SHA512 2f24e2ef84d6e5cab1c3a51d032ecabbd21b22e81341ee48b1f86fc96f493d42cde42fd20cf5523f0f8462906cab4f22a2238b6c147b61b33e812f98f32c0157
-EBUILD wmpasman-2.2.ebuild 461 BLAKE2B fd0003bc34d852ff261f13ad3eb1ea8f5948f99a3b853b079384536763d6308243d06c55133ab71949ad6addbc3a49e1b4c40ddcd89d95e5ba6a644d9d6324bf SHA512 b96df693cbc613d95bc942034f7b5f34804c9f93c2049f6011b19199e68c68e77d32fcb102c364be8f214ded8a6335db8f771bf466c8b78aff901d3e1756023d
+EBUILD wmpasman-2.2.ebuild 561 BLAKE2B 780f05a5e74358dd0978a9f5bce1d2884d813ebc4d04943f802d4ed520bca2287ae3223a41e330c1376cc6249c9ecabc87a22c6a9673de93ae11599f127b72db SHA512 6c35beb5994f25ee18289d3e565ae247d30b8ad7c488c261e77ef88690a6342fee66a9b94ffc919dc25d33108f22d6f2bdd834d4f259472b3db590bff4be63e2
MISC metadata.xml 603 BLAKE2B 20e83900219fe3124a32af326c94834ffcaa2303a2fcb7d33d30d9943397c88a38b0ed09c6130307ad1a5be45ffbef36d37ccd6f9c28dce8db080f2acfa3ace9 SHA512 5cc8f2cc54d2298a15f330444e0d06f941c74efb88177e4ebb45d36688f22807c65cdf50c9b2f519a78c76336060ea6f815a67013e9df36ef2a2df1a1de0055a
diff --git a/x11-plugins/wmpasman/files/wmpasman-2.2-ar.patch b/x11-plugins/wmpasman/files/wmpasman-2.2-ar.patch
new file mode 100644
index 000000000000..8244fadd7c5b
--- /dev/null
+++ b/x11-plugins/wmpasman/files/wmpasman-2.2-ar.patch
@@ -0,0 +1,11 @@
+diff -Naur wmpasman-2.2.orig/configure.ac wmpasman-2.2/configure.ac
+--- wmpasman-2.2.orig/configure.ac 2018-12-16 17:39:47.000000000 +0100
++++ wmpasman-2.2/configure.ac 2021-01-03 00:17:27.934691093 +0100
+@@ -9,6 +9,7 @@
+ AC_SUBST(VERSION)
+
+ # Checks for programs.
++AM_PROG_AR
+ AC_PROG_AWK
+ AC_PROG_CC
+ AC_PROG_CC_STDC
diff --git a/x11-plugins/wmpasman/wmpasman-2.2.ebuild b/x11-plugins/wmpasman/wmpasman-2.2.ebuild
index fea3eb770322..04ba57ef0952 100644
--- a/x11-plugins/wmpasman/wmpasman-2.2.ebuild
+++ b/x11-plugins/wmpasman/wmpasman-2.2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit autotools
DESCRIPTION="Password storage/retrieval in a dockapp"
HOMEPAGE="https://sourceforge.net/projects/wmpasman/"
@@ -18,3 +19,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="ChangeLog WARNINGS"
+
+PATCHES=( "${FILESDIR}"/${P}-ar.patch )
+
+src_prepare() {
+ default
+ eautoreconf
+}