diff options
Diffstat (limited to 'app-crypt/argon2')
-rw-r--r-- | app-crypt/argon2/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/argon2/argon2-20161029-r1.ebuild | 34 | ||||
-rw-r--r-- | app-crypt/argon2/argon2-20171227-r1.ebuild | 40 | ||||
-rw-r--r-- | app-crypt/argon2/files/argon2-20161029-makefile-soname-symlinks.patch | 28 |
4 files changed, 41 insertions, 65 deletions
diff --git a/app-crypt/argon2/Manifest b/app-crypt/argon2/Manifest index 2a82762ca94c..03fa724e4ef5 100644 --- a/app-crypt/argon2/Manifest +++ b/app-crypt/argon2/Manifest @@ -1,6 +1,4 @@ -AUX argon2-20161029-makefile-soname-symlinks.patch 807 BLAKE2B 128d7f8db6bc85839ba243a821ab4ba2a40708e8a4dd30be4f264b6280375defa716b430cd4a029f047e08a06a8a29ab4a07abbec50619155fa5e015bd59b48e SHA512 de2e9e0f5b378700aa01004684f7aa9fc60d6e49cd6f994663bb8bb7c357732cbf19c31a563c44b485d5b85a75ea76c283f606ce1d453864b987febd2cbeaa27 -DIST argon2-20161029.tar.gz 1506864 BLAKE2B fbb0588439e811666af027710d1e5ef182b4d1c9012ca2c60d22ce103ceca14bb392dd8916b37c1c07799dc97f9401aa66d3bd08b250dd48314aa57a8599dff5 SHA512 e1f947a97e8b5f292dd32a6f1ea0ef3f2e411629218653821886ec4e1d5f8289d5b8f4b8bf0a37e69c344a83b975c695947d6b49fd2001a0e4273bebd4792892 DIST argon2-20171227.tar.gz 1503745 BLAKE2B 70171ce1b446974e18e6f7077f436c6b78f29fd3eb075314014219280fd984e51b00137d901175da5fcb8a8472df0cbb16ff0333a2f2f098e52d3e0ea496e2cc SHA512 9c9e1a3905e61ac6913d1e073c104477e419ddd0506adc4487e88e98d19165ed8901fe8bb11246ed0cc71b3523c190da9692d5926642f86be09c3e67510afe4d -EBUILD argon2-20161029-r1.ebuild 1059 BLAKE2B 5af6cfcc657b155477979103e641b1449c3c95430aed7594d5a7678b6c1622672e4b8581b6465721a8645065dd3bbf8c9be9bcd6d58f8f44c8844c9a4de09992 SHA512 bf74945ccbea5cd3017a91502a4ce67c5b39b02df1882b175c9d3c857b70914f3f91d41b10c7c46fc82ee4ab8e03b4b0b291e9f16a3a41f8f54f28216533ffec +EBUILD argon2-20171227-r1.ebuild 1209 BLAKE2B d4817c6a5b21a1aba841d8a590ce5583212741a6a374d1b6667b17eb15e89964b6540b2ef01ae08e014b69edae22416b91e24d8723198c20fba8d3070ed51f95 SHA512 bdcaaaf5d45ca6cf397dcf2f870e58bbcae2f319737de185dea594a8659d9841e875bb22c18c832b208a787c47febc3d697e445824a54f4a32fbb90f1a90fb44 EBUILD argon2-20171227.ebuild 932 BLAKE2B d4d35467d79c15fe30fdd120261f0452ff20e2433cfb59734d98dfca35bd587114bd49cb7e6186100ba57dd14b12371703eb7465298a8ee585286838e207f8c6 SHA512 88b54c07cc75e2011ebeb5c43636deafbc248d013b52e97a876aad02a1019477087d9c2652dcf21d4939f871c84a2255e826e5126cae1be8e9111e6b3055c498 MISC metadata.xml 660 BLAKE2B 1843f019c2cf7e8438209df6d90a20a9bcc88f5346aa02c953a28d84d712983fe3880b39b4b1766819bb88c670245447c37dc0c1da3b02b3f800a3d9706c4287 SHA512 76c1048a35a75b60d9e5fd56da50ba4bfe9537457e2021c226671d72e0456d2533f05361cad607cc86b8e01fd00a137a4cbc26a6d70c122918fe4e0f2ae3bee5 diff --git a/app-crypt/argon2/argon2-20161029-r1.ebuild b/app-crypt/argon2/argon2-20161029-r1.ebuild deleted file mode 100644 index 1af92a371835..000000000000 --- a/app-crypt/argon2/argon2-20161029-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib - -DESCRIPTION="Password hashing software that won the Password Hashing Competition (PHC)" -HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2" -SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 CC0-1.0 )" -SLOT="0/0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="static-libs" - -S="${WORKDIR}/phc-winner-${P}" -PATCHES=( - "${FILESDIR}/${P}-makefile-soname-symlinks.patch" - ) -src_prepare() { - default - if ! use static-libs; then - sed -i -e 's/LIBRARIES = \$(LIB_SH) \$(LIB_ST)/LIBRARIES = \$(LIB_SH)/' Makefile || die "sed failed!" - fi - sed -i -e 's/-O3 //' Makefile || die "sed failed" - sed -i -e 's/-g //' Makefile || die "sed failed" - sed -i -e "s/-march=\$(OPTTARGET) /${CFLAGS} /" Makefile || die "sed failed" - sed -i -e 's/CFLAGS += -march=\$(OPTTARGET)//' Makefile || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" LIBRARY_REL=$(get_libdir) install || die -} diff --git a/app-crypt/argon2/argon2-20171227-r1.ebuild b/app-crypt/argon2/argon2-20171227-r1.ebuild new file mode 100644 index 000000000000..c7176327af16 --- /dev/null +++ b/app-crypt/argon2/argon2-20171227-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Password hashing software that won the Password Hashing Competition (PHC)" +HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2" +SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( Apache-2.0 CC0-1.0 )" +SLOT="0/1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +IUSE="static-libs" + +S="${WORKDIR}/phc-winner-${P}" + +DOCS=( argon2-specs.pdf CHANGELOG.md README.md ) + +src_prepare() { + default + if ! use static-libs; then + sed -i -e 's/LIBRARIES = \$(LIB_SH) \$(LIB_ST)/LIBRARIES = \$(LIB_SH)/' Makefile || die "sed failed!" + fi + sed -i -e 's/-O3 //' -e 's/-g //' -e "s/-march=\$(OPTTARGET) /${CFLAGS} /" -e 's/CFLAGS += -march=\$(OPTTARGET)//' Makefile || die "sed failed" + + sed -i -e "s/lib\/@HOST_MULTIARCH@/$(get_libdir)/" -e "s/@UPSTREAM_VER@/${PV}/" lib${PN}.pc || die + + tc-export CC +} + +src_install() { + emake DESTDIR="${ED}" LIBRARY_REL="$(get_libdir)" install + einstalldocs + doman man/${PN}.1 + + insinto /usr/$(get_libdir)/pkgconfig + doins lib${PN}.pc +} diff --git a/app-crypt/argon2/files/argon2-20161029-makefile-soname-symlinks.patch b/app-crypt/argon2/files/argon2-20161029-makefile-soname-symlinks.patch deleted file mode 100644 index 11892de11158..000000000000 --- a/app-crypt/argon2/files/argon2-20161029-makefile-soname-symlinks.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/Makefile b/Makefile -index 1838c13..85aa710 100644 ---- a/Makefile -+++ b/Makefile -@@ -87,8 +87,10 @@ endif - endif - - LIB_SH := lib$(LIB_NAME).$(LIB_EXT) -+LIB_SH_VERSION := $(LIB_SH).0 - LIB_ST := lib$(LIB_NAME).a - LIBRARIES = $(LIB_SH) $(LIB_ST) -+INSTALL_LIBRARIES = $(LIBRARIES) $(LIB_SH_VERSION) - HEADERS = include/argon2.h - - INSTALL = install -@@ -153,9 +155,11 @@ format: - -i include/*.h src/*.c src/*.h src/blake2/*.c src/blake2/*.h - - install: $(RUN) libs -+ mv $(LIB_SH) $(LIB_SH_VERSION) -+ ln -sf $(LIB_SH_VERSION) $(LIB_SH) - $(INSTALL) -d $(INST_INCLUDE) - $(INSTALL) $(HEADERS) $(INST_INCLUDE) - $(INSTALL) -d $(INST_LIBRARY) -- $(INSTALL) $(LIBRARIES) $(INST_LIBRARY) -+ $(INSTALL) $(INSTALL_LIBRARIES) $(INST_LIBRARY) - $(INSTALL) -d $(INST_BINARY) - $(INSTALL) $(RUN) $(INST_BINARY) |