summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-27 11:07:09 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-27 11:07:09 +0100
commita3da198dcd29061496e00d4f8473d8e9f4e32826 (patch)
treefbeb9d3fec3f8a443639a931b4f19274f20e0756 /app-crypt/libmd
parentdev-python/pypy-exe-bin: Bump to 7.3.8_rc1 (diff)
downloadgentoo-a3da198dcd29061496e00d4f8473d8e9f4e32826.tar.gz
gentoo-a3da198dcd29061496e00d4f8473d8e9f4e32826.tar.bz2
gentoo-a3da198dcd29061496e00d4f8473d8e9f4e32826.zip
app-crypt/libmd: drop 1.0.3-r2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/libmd')
-rw-r--r--app-crypt/libmd/Manifest1
-rw-r--r--app-crypt/libmd/files/libmd-1.0.3-out-of-source.patch56
-rw-r--r--app-crypt/libmd/libmd-1.0.3-r2.ebuild30
3 files changed, 0 insertions, 87 deletions
diff --git a/app-crypt/libmd/Manifest b/app-crypt/libmd/Manifest
index 907624d3255f..d757164e6e0d 100644
--- a/app-crypt/libmd/Manifest
+++ b/app-crypt/libmd/Manifest
@@ -1,2 +1 @@
-DIST libmd-1.0.3.tar.xz 258584 BLAKE2B 35b732800a4b0a7b8d0a88eeff5e7e80fe55ab5ed05b7a7a1ffe866e156cc6dc6daca95f865a56297857b10b1bdfc9815b5bf0b198e8284f217498265c08fcc9 SHA512 f4b5a86bea7b9fac9f7f173032ee436d1e7141f760c1a114a785d31644edbf6802fe8193cc4cf3b5c66d38963be919c05055780bdf6bf5a47927690490ff5966
DIST libmd-1.0.4.tar.xz 264472 BLAKE2B ddc2da74635f5cc009c66a58ae82b83e6e0930e18af8a6b0ecec7cbf378246707b493a99fb97d3491d0d626a0d5ef068baea6a3ba2ec311c5a1516ba5b4e2fd5 SHA512 731553ecc5e0e1eb228cced8fccd531fe31fb5c7627ca30013d287e1aeb8222959cf7498fbb7414bbabb967b25d4e8b0edd54fc47f6ccf55fc91087db0725ce3
diff --git a/app-crypt/libmd/files/libmd-1.0.3-out-of-source.patch b/app-crypt/libmd/files/libmd-1.0.3-out-of-source.patch
deleted file mode 100644
index 77edac0115f0..000000000000
--- a/app-crypt/libmd/files/libmd-1.0.3-out-of-source.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- a/man/Makefile.am
-+++ b/man/Makefile.am
-@@ -41,7 +41,7 @@
- $(nil)
-
- $(md2_FUNCS): md2.3
-- $(LN_S) -f $< $(DESTDIR)$(man3dir)/$@.3
-+ cd "$(DESTDIR)$(man3dir)" && $(LN_S) -f md2.3 $@.3
-
- md4_FUNCS = \
- MD4Transform \
-@@ -56,7 +56,7 @@
- $(nil)
-
- $(md4_FUNCS): md4.3
-- $(LN_S) -f $< $(DESTDIR)$(man3dir)/$@.3
-+ cd "$(DESTDIR)$(man3dir)" && $(LN_S) -f md4.3 $@.3
-
- md5_FUNCS = \
- MD5Transform \
-@@ -71,7 +71,7 @@
- $(nil)
-
- $(md5_FUNCS): md5.3
-- $(LN_S) -f $< $(DESTDIR)$(man3dir)/$@.3
-+ cd "$(DESTDIR)$(man3dir)" && $(LN_S) -f md5.3 $@.3
-
- rmd160_FUNCS = \
- RMD160Transform \
-@@ -86,7 +86,7 @@
- $(nil)
-
- $(rmd160_FUNCS): rmd160.3
-- $(LN_S) -f $< $(DESTDIR)$(man3dir)/$@.3
-+ cd "$(DESTDIR)$(man3dir)" && $(LN_S) -f rmd160.3 $@.3
-
- sha1_FUNCS = \
- SHA1Transform \
-@@ -101,7 +101,7 @@
- $(nil)
-
- $(sha1_FUNCS): sha1.3
-- $(LN_S) -f $< $(DESTDIR)$(man3dir)/$@.3
-+ cd "$(DESTDIR)$(man3dir)" && $(LN_S) -f sha1.3 $@.3
-
- sha2_FUNCS = \
- SHA256Init \
-@@ -134,7 +134,7 @@
- $(nil)
-
- $(sha2_FUNCS): sha2.3
-- $(LN_S) -f $< $(DESTDIR)$(man3dir)/$@.3
-+ cd "$(DESTDIR)$(man3dir)" && $(LN_S) -f sha2.3 $@.3
-
- digest_FUNCS = \
- $(md2_FUNCS) \
diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
deleted file mode 100644
index fc1811f2948b..000000000000
--- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Message Digest functions from BSD systems"
-HOMEPAGE="https://www.hadrons.org/software/libmd/"
-SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz"
-
-LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${ED}" -type f -name '*.la' -delete || die
-}