diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-25 13:30:01 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-25 13:30:01 +0100 |
commit | e564f1661521043bc9e03e613c3cd8c79d5d7713 (patch) | |
tree | 15a54c918d3a6a7de74cc56ce001856a561165ab /sys-libs/cygwin-crypt | |
parent | e59b99df9503539c0231e655a17bccf83f8a270d (diff) |
gentoo auto-resync : 25:06:2023 - 13:30:01
Diffstat (limited to 'sys-libs/cygwin-crypt')
-rw-r--r-- | sys-libs/cygwin-crypt/Manifest | 3 | ||||
-rw-r--r-- | sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild | 37 | ||||
-rw-r--r-- | sys-libs/cygwin-crypt/metadata.xml | 10 |
3 files changed, 0 insertions, 50 deletions
diff --git a/sys-libs/cygwin-crypt/Manifest b/sys-libs/cygwin-crypt/Manifest deleted file mode 100644 index 94206220ca3a..000000000000 --- a/sys-libs/cygwin-crypt/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST cygwin-crypt-1.4.tar.bz2 4446 BLAKE2B a0644f036c55fd169a1d708d51fc7d3b1cc0a94fba845319357b4251eb379aa799ed39ba81b2551774c870944b19e6e1053453e1e99b48a93ed5a62272c37e25 SHA512 1ecc4256730f13161a651cfdf71b27c1042e6f56fb859943426c371d4b37b8b2bd6ea768f86e45f7b8cf3478e97ff9578b79e5c37178c8794ff9b87799f2cab3 -EBUILD cygwin-crypt-1.4-r1.ebuild 804 BLAKE2B 1ed3071aede300c8e6611dfed843fb8a412830e409db469177f887430ad6d74b715f61605d3337b4357534f1217b5d0da19362684e0ecbc1845195b0d8e7dff3 SHA512 521f1fcaaedc5b5c1be684d29d5d07fdb2bb59ec044dd23d0b0e0eba09e89ee928a7daf565ae8d7bdc30ded7e424c54d80b4f4241c77dfa2ea073d49b3c990d6 -MISC metadata.xml 432 BLAKE2B f50d3fff254fbadbd6bf9d364e25bfdeb6396aa7f582213c8ae25f4e5acaba0b5cb780843d37d42fdbc6dd88d7c773335651d97c3d7d6fb2a20513e2e9d4c008 SHA512 76afb2545351cd7c5bbd93579faa56ffefd6f2fa0027666905c61926658bfc5901f492311a6ee4db3c5461f7b90019eef7a3e5816771d32060999fd6e671835b diff --git a/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild b/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild deleted file mode 100644 index 175e54ecf336..000000000000 --- a/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Cygwin Encryption/Decryption utility and library" -HOMEPAGE="https://sourceware.org/cygwin-apps/" -# Upstream provides the git repo only, so we do: -# git clone git://cygwin.com/git/cygwin-apps/crypt.git -# cd crypt -# git archive -o cygwin-crypt-${PV}.tar --prefix=cygwin-crypt-${PV}/ crypt-${PV}-release -# bzip2 cygwin-crypt-${PV}.tar -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" - -mymake() { - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - CFLAGS="${CFLAGS}" \ - prefix="${EPREFIX}/usr" \ - docdir="${EPREFIX}/share/doc/${P}" \ - "$@" -} - -src_compile() { - mymake -} - -src_install() { - mymake install DESTDIR="${D}" -} diff --git a/sys-libs/cygwin-crypt/metadata.xml b/sys-libs/cygwin-crypt/metadata.xml deleted file mode 100644 index 64452cadca28..000000000000 --- a/sys-libs/cygwin-crypt/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - This packages provides a library which exports the functions crypt(3), - encrypt(3), and setkey(3). The created passwords are 56 bit DES - encrypted and are 100% identical to those created by the Linux crypt(3). - </longdescription> -</pkgmetadata> |