diff options
author | 2023-06-25 13:37:11 +0200 | |
---|---|---|
committer | 2023-06-25 13:37:11 +0200 | |
commit | ead92f6ccfdac13609b743003eb23e31d0e340d1 (patch) | |
tree | 89f3718fad7b96b13f13678ac3f01384211b1e29 /sys-libs | |
parent | sys-devel/gettext-0.22-r1: also remove libintl.h (diff) | |
download | gentoo-ead92f6ccfdac13609b743003eb23e31d0e340d1.tar.gz gentoo-ead92f6ccfdac13609b743003eb23e31d0e340d1.tar.bz2 gentoo-ead92f6ccfdac13609b743003eb23e31d0e340d1.zip |
*: remove last-rited Cygwin packages
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/cygwin-crypt/Manifest | 1 | ||||
-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, 48 deletions
diff --git a/sys-libs/cygwin-crypt/Manifest b/sys-libs/cygwin-crypt/Manifest deleted file mode 100644 index 465976b10f0e..000000000000 --- a/sys-libs/cygwin-crypt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cygwin-crypt-1.4.tar.bz2 4446 BLAKE2B a0644f036c55fd169a1d708d51fc7d3b1cc0a94fba845319357b4251eb379aa799ed39ba81b2551774c870944b19e6e1053453e1e99b48a93ed5a62272c37e25 SHA512 1ecc4256730f13161a651cfdf71b27c1042e6f56fb859943426c371d4b37b8b2bd6ea768f86e45f7b8cf3478e97ff9578b79e5c37178c8794ff9b87799f2cab3 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> |