From 7f0ccc917c7abe6223784c703d86cd14755691fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Jul 2021 22:39:47 +0100 Subject: gentoo resync : 03.07.2021 --- app-crypt/ccrypt/Manifest | 4 ++-- app-crypt/ccrypt/ccrypt-1.11-r1.ebuild | 19 ------------------- app-crypt/ccrypt/ccrypt-1.11-r2.ebuild | 15 +++++++++++++++ app-crypt/ccrypt/ccrypt-1.11-r3.ebuild | 22 ++++++++++++++++++++++ app-crypt/ccrypt/ccrypt-1.11.ebuild | 11 ----------- 5 files changed, 39 insertions(+), 32 deletions(-) delete mode 100644 app-crypt/ccrypt/ccrypt-1.11-r1.ebuild create mode 100644 app-crypt/ccrypt/ccrypt-1.11-r2.ebuild create mode 100644 app-crypt/ccrypt/ccrypt-1.11-r3.ebuild delete mode 100644 app-crypt/ccrypt/ccrypt-1.11.ebuild (limited to 'app-crypt/ccrypt') diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest index 8b482016d552..bfe1226842a8 100644 --- a/app-crypt/ccrypt/Manifest +++ b/app-crypt/ccrypt/Manifest @@ -1,4 +1,4 @@ DIST ccrypt-1.11.tar.gz 834575 BLAKE2B 6b3441f6b1c58ed63db43ddc999ee64e67afc3ce02222de2a41562bc066aad0f076e75ab496d94e7f3f1a9554b1382c083f3af04074904c1110f610cb5ac19b3 SHA512 75c2b93e855d36e717d3b7cabee7ce43ce372a21c8291beb43f24fd69e11114bb0e19e6dd03ec5d901e7e60eac9351afab65c346b7304b16054b91d392050313 -EBUILD ccrypt-1.11-r1.ebuild 463 BLAKE2B a282ef7669d038a3d013f69d193ae751302b5f9e9360e75e35277e8f8eb7d0fd9a6fc96210740f2a8a9217288e9b4c03473c2e96638d187cc6f9aee035ea07ba SHA512 03c7daa86121245781e3b94399135e6620f586e62b3a95dfcf552401020081ca9c4acd056e4b0b3ca31d0dbf4caa34f27ec146b0c16fd8d68bfa4bc1348f1d88 -EBUILD ccrypt-1.11.ebuild 347 BLAKE2B d2419d310f30e26b27c50cf13a78bf9e7edf40bf4c162e88fd18832a18320f6f8d23f0e75cd2d378e6d4d8d8ec51b81e8c46156fcacc7d9ff22318d2036eedb9 SHA512 3edc9047dfd857a2dea086b3cf3c55d1b9ff5d7b66a8db55a2f46d41a06732ebfb297dbc2de9c3f387e5da206ce894bfb7b78aa5b3fdc489164f362c25e16207 +EBUILD ccrypt-1.11-r2.ebuild 398 BLAKE2B a1009bca5f276f7144c9beb6128f8faf9dc21abf4fd5c7a9ad7ea0f60a0dea418cdfb194556ede79dfcdf25f78717bb9dece4e3ae7653d42fa536f2e5a31ff4f SHA512 b793da00765700c218b6b5eb966bdd920f413a78b66572c289181327f859f254cfe0a64e36ff4f0f8051ec6d73091ba9743aae8a635080e6d671cf6550c8af7e +EBUILD ccrypt-1.11-r3.ebuild 505 BLAKE2B 9073b171889a1334d7a62577afb509a96529a0426b8af31aebe32f4023b02bf86ee6f7eaeb7f43ac113c72a6a5647804da7a89665d2ea0424e9d08ece264eb16 SHA512 fd0de62b3a844bf3714f840ede7a2ee033509b0eac692aa8333b7958db7afa2f6606b85342f494bce9891af3ee677a39dfb962e3e273780bf1453947dabbedf9 MISC metadata.xml 243 BLAKE2B e3a1fc2bc4765aa2137c932351c877495ebd1c2f61e3228f866e2573362ff990930d8e54b2365dd1fa943d3fd185c10e9616be14de8bcda8f72384834620ed40 SHA512 0f0e44291b0da4bded3871068dcde7ce0e49ecfddb26f8215fe2df0977434b3b78d9b7c8920b48c86e5518f8912c9e340890a5e92ac8dd659157ac7109afaf11 diff --git a/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild b/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild deleted file mode 100644 index 62799051740e..000000000000 --- a/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Encryption and decryption" -HOMEPAGE="https://sourceforge.net/projects/ccrypt/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" -IUSE="emacs" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - -DEPEND="emacs? ( >=app-editors/emacs-23.1:* )" - -src_configure() { - econf \ - $(use_enable emacs) -} diff --git a/app-crypt/ccrypt/ccrypt-1.11-r2.ebuild b/app-crypt/ccrypt/ccrypt-1.11-r2.ebuild new file mode 100644 index 000000000000..aed93c8e1a10 --- /dev/null +++ b/app-crypt/ccrypt/ccrypt-1.11-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Encryption and decryption" +HOMEPAGE="https://sourceforge.net/projects/ccrypt/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="virtual/libcrypt:=" +DEPEND="${RDEPEND}" diff --git a/app-crypt/ccrypt/ccrypt-1.11-r3.ebuild b/app-crypt/ccrypt/ccrypt-1.11-r3.ebuild new file mode 100644 index 000000000000..76e2a655467b --- /dev/null +++ b/app-crypt/ccrypt/ccrypt-1.11-r3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Encryption and decryption" +HOMEPAGE="https://sourceforge.net/projects/ccrypt/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="emacs" + +RDEPEND="virtual/libcrypt:=" +DEPEND="${RDEPEND} + emacs? ( >=app-editors/emacs-23.1:* )" + +src_configure() { + econf \ + $(use_enable emacs) +} diff --git a/app-crypt/ccrypt/ccrypt-1.11.ebuild b/app-crypt/ccrypt/ccrypt-1.11.ebuild deleted file mode 100644 index 18b8e11e62d4..000000000000 --- a/app-crypt/ccrypt/ccrypt-1.11.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Encryption and decryption" -HOMEPAGE="https://sourceforge.net/projects/ccrypt/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -- cgit v1.2.3