summaryrefslogtreecommitdiff
path: root/app-admin/pwcrypt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-17 03:03:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-17 03:03:09 +0000
commit3455c0a5153ae27d7c6c16ecd35fa3dec33f3dda (patch)
treeb29c1fa32b8be70c36e7f8bf53ab5fca875037f9 /app-admin/pwcrypt
parentb0735771a80a647a2ea5a03a87d5873d175bd744 (diff)
gentoo auto-resync : 17:11:2024 - 03:03:09
Diffstat (limited to 'app-admin/pwcrypt')
-rw-r--r--app-admin/pwcrypt/Manifest3
-rw-r--r--app-admin/pwcrypt/files/pwcrypt-eautoreconf.patch9
-rw-r--r--app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild11
3 files changed, 19 insertions, 4 deletions
diff --git a/app-admin/pwcrypt/Manifest b/app-admin/pwcrypt/Manifest
index 89a490e1cc2c..f3123bfd10da 100644
--- a/app-admin/pwcrypt/Manifest
+++ b/app-admin/pwcrypt/Manifest
@@ -1,4 +1,5 @@
+AUX pwcrypt-eautoreconf.patch 382 BLAKE2B 5c4cf0ef4f5fe44295c5d92044a6ea370700f882a0accb3a5b8bcbfa14af18c9e74a561bbf55d91e4a79574e68af3fdc80819547191302b2c2ed0c1fa615f84c SHA512 389a311ae2068ae45a6388aeef0f532d3118c227b397937446419f5e42c9bd57d3be8c857713263f50e14b2a95421c8dbd2847c8f7096d7bb2742a6045f5ba08
AUX pwcrypt-gcc-10.patch 2031 BLAKE2B 58df1816fd176cd486c46a96a56ad7c814b47d214a71292967fa02a30e5d8ced81d8483ce830993979f0f74ef747017d590955d67252e385a7a7b173a1a4300a SHA512 a0560fdd2f4ad82d3f63dbcba148255e8f451944961bb12e69f9dbe2566f02f3b1d853d2fe69a76c1fa94d0218ec9bc7c0bbafef1528a42f67f36bc3ee6d33be
DIST pwcrypt-1.2.2.tar.gz 36902 BLAKE2B 3cb63bf2a907f4394a7bb5317c7c0bf9ac493de41a54f7107c01a46dea41d32c8e24631f5197e3c62c62d6d44d959f505874e0a3d6ab7c0fc04863165b37ec56 SHA512 41644e82f8306003e9346900d7a961e87a5b8103ebc411cf09b5e0e40d8253b4c38a83db57c60f09d2dd2663ecc2e2edc10ea2b6d095c102ee10ae251b471ddf
-EBUILD pwcrypt-1.2.2-r3.ebuild 692 BLAKE2B dfdc700fcdd2733181000b1d8aa5920e69d0c073a158a2990685e31c03fc792f45c3f581792befd2cc08d9f0ac897e55e6f6e190bd870364afc1088563be1af3 SHA512 e339de16f11236888e6cdd59752a61b2416b081644e68aed9aedbc4577e92c3a23ec9eb3c703f4b5a87e5176bf5669cd07a7401b04f0e85a88a62d37cc062203
+EBUILD pwcrypt-1.2.2-r3.ebuild 756 BLAKE2B c38b712f42693e653c33a47fc214262fca0e1024bb3ab66f21d1ac8ff323347aa877a79685992b5d9062ae4967c1a5dff09c4be8194569f35362c2d60a65bf93 SHA512 2c63eb4eca112a0118129d69aac03cec9b0793f634885e3884a0c6882bf5d022ad466d5114ab6ad0e645e08b5a1c3569fd30d72e75520513851c54165c64d0a3
MISC metadata.xml 249 BLAKE2B a37da98d387308dab889eab2665b67e4176707f3c115a7a69cb7f4b19f9864b96bc2fe70efa105e627c4b57a7d626f6b23dc2709a225a9debada3356f3cf32a0 SHA512 a5095fb01e05f24583a962e36131b2f02cf2d1dd7a97051200e465ad97db014721de7c1857f5eb736cb0290682e8de833cb4c735f7de8d98cdfae1aed6d3d549
diff --git a/app-admin/pwcrypt/files/pwcrypt-eautoreconf.patch b/app-admin/pwcrypt/files/pwcrypt-eautoreconf.patch
new file mode 100644
index 000000000000..6b6733030077
--- /dev/null
+++ b/app-admin/pwcrypt/files/pwcrypt-eautoreconf.patch
@@ -0,0 +1,9 @@
+diff '--color=auto' -ruN pwcrypt-1.2.2.orig/configure.in pwcrypt-1.2.2/configure.in
+--- pwcrypt-1.2.2.orig/configure.in 2003-10-07 23:18:49.000000000 +0200
++++ pwcrypt-1.2.2/configure.in 2024-11-16 14:39:44.135876058 +0100
+@@ -1,5 +1,3 @@
+-AM_INIT_AUTOMAKE(cli-crypt,1.2.2)
+-AM_PROG_CC_STDC
+
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT(src/main.c)
diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild
index 8d3b90ef4689..836bf6934c10 100644
--- a/app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild
+++ b/app-admin/pwcrypt/pwcrypt-1.2.2-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-inherit toolchain-funcs
+inherit toolchain-funcs autotools
DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from the cli)"
HOMEPAGE="http://xjack.org/pwcrypt/"
@@ -16,7 +16,11 @@ KEYWORDS="amd64 ppc x86"
RDEPEND="virtual/libcrypt:="
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${PN}-gcc-10.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-gcc-10.patch
+ "${FILESDIR}"/${PN}-eautoreconf.patch
+)
+
DOCS=( CREDITS README )
src_prepare() {
@@ -29,4 +33,5 @@ src_prepare() {
src/Makefile.in || die
tc-export CC
+ eautoreconf
}