diff options
author | Sam James <sam@gentoo.org> | 2021-02-05 12:32:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-05 12:32:58 +0000 |
commit | 1b9fc10207aed19de3b52846e783b7d1f1ff32ca (patch) | |
tree | 4122fcb039c6622d3070bc06e0f91be9e3cafade /app-crypt/libmd | |
parent | dev-lang/erlang: Stabilize 23.2.1 amd64, #768858 (diff) | |
download | gentoo-1b9fc10207aed19de3b52846e783b7d1f1ff32ca.tar.gz gentoo-1b9fc10207aed19de3b52846e783b7d1f1ff32ca.tar.bz2 gentoo-1b9fc10207aed19de3b52846e783b7d1f1ff32ca.zip |
app-crypt/libmd: cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/libmd')
-rw-r--r-- | app-crypt/libmd/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/libmd/libmd-1.0.1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/libmd/Manifest b/app-crypt/libmd/Manifest index 37ae0ca00012..f3a9a3d4ff77 100644 --- a/app-crypt/libmd/Manifest +++ b/app-crypt/libmd/Manifest @@ -1,2 +1 @@ -DIST libmd-1.0.1.tar.xz 257372 BLAKE2B e954ab6b1247952abcf6964d8d714c2a47a644e206a455db547a0159a97ebbc323cf1258a24c744cea3106f267f1a319a689fe545b672580f4e134d96cc7cb3d SHA512 6f343101f9ad8f927d862e6bae948d35ba596ecfd375c255fefb86efc621cf6e9de3597770ad66e0a48e8f4ea018df78debb571ea6746a7457d8900fec87069b DIST libmd-1.0.3.tar.xz 258584 BLAKE2B 35b732800a4b0a7b8d0a88eeff5e7e80fe55ab5ed05b7a7a1ffe866e156cc6dc6daca95f865a56297857b10b1bdfc9815b5bf0b198e8284f217498265c08fcc9 SHA512 f4b5a86bea7b9fac9f7f173032ee436d1e7141f760c1a114a785d31644edbf6802fe8193cc4cf3b5c66d38963be919c05055780bdf6bf5a47927690490ff5966 diff --git a/app-crypt/libmd/libmd-1.0.1.ebuild b/app-crypt/libmd/libmd-1.0.1.ebuild deleted file mode 100644 index 0966fdfe7510..000000000000 --- a/app-crypt/libmd/libmd-1.0.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit multilib - -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 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - if ! use static-libs; then - rm "${ED}"/usr/$(get_libdir)/libmd.la || die - fi -} |