public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
Date: Wed,  1 Jan 2020 22:00:39 +0000 (UTC)	[thread overview]
Message-ID: <1577916035.a8985eb11290e7827b5b6fd9c8759642e854c2e4.mgorny@gentoo> (raw)

commit:     a8985eb11290e7827b5b6fd9c8759642e854c2e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 20:45:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 22:00:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8985eb1

app-crypt/argon2: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/argon2/Manifest                  |  1 -
 app-crypt/argon2/argon2-20171227-r1.ebuild | 40 ------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-crypt/argon2/Manifest b/app-crypt/argon2/Manifest
index 2f970b45cb3..cc1597d7b37 100644
--- a/app-crypt/argon2/Manifest
+++ b/app-crypt/argon2/Manifest
@@ -1,2 +1 @@
-DIST argon2-20171227.tar.gz 1503745 BLAKE2B 70171ce1b446974e18e6f7077f436c6b78f29fd3eb075314014219280fd984e51b00137d901175da5fcb8a8472df0cbb16ff0333a2f2f098e52d3e0ea496e2cc SHA512 9c9e1a3905e61ac6913d1e073c104477e419ddd0506adc4487e88e98d19165ed8901fe8bb11246ed0cc71b3523c190da9692d5926642f86be09c3e67510afe4d
 DIST argon2-20190702.tar.gz 1505307 BLAKE2B fa9c3dde7b39c8d797a3d6b52992ebfe35f5eba1c7d7b3aa02c440edc36a3f5186cacee2e39e27ed7c6356dc1970dac0e8198d6f2065eb63ff77f9dfb2937cf8 SHA512 0a4cb89e8e63399f7df069e2862ccd05308b7652bf4ab74372842f66bcc60776399e0eaf979a7b7e31436b5e6913fe5b0a6949549d8c82ebd06e0629b106e85f

diff --git a/app-crypt/argon2/argon2-20171227-r1.ebuild b/app-crypt/argon2/argon2-20171227-r1.ebuild
deleted file mode 100644
index e8a9219e21b..00000000000
--- a/app-crypt/argon2/argon2-20171227-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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"
-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
-}


             reply	other threads:[~2020-01-01 22:00 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01 22:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-29 14:45 [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/ Sam James
2022-05-19  2:03 Sam James
2022-05-05 23:48 WANG Xuerui
2022-01-30 11:33 James Le Cuirot
2021-12-07 19:33 Sam James
2021-01-11 19:01 Fabian Groffen
2020-12-08 21:55 Sam James
2020-04-08 20:40 Göktürk Yüksek
2020-01-01 19:43 Agostino Sarubbo
2019-12-31 17:45 Michał Górny
2019-12-31  8:18 Agostino Sarubbo
2019-12-31  8:15 Agostino Sarubbo
2019-12-30 15:30 Agostino Sarubbo
2019-12-30 12:29 Agostino Sarubbo
2019-12-29  9:00 Mikle Kolyada
2019-12-28 19:44 Michał Górny
2019-12-28 12:31 Sergei Trofimovich
2019-12-28 10:17 Sergei Trofimovich
2019-12-27 23:15 Aaron Bauman
2019-12-27 16:43 Agostino Sarubbo
2019-10-26 20:35 Sergei Trofimovich
2019-10-23 15:54 Michał Górny
2019-10-23  8:14 Michał Górny
2019-10-23  8:14 Michał Górny
2019-10-23  8:14 Michał Górny
2019-07-31  9:04 Agostino Sarubbo
2019-07-18 10:04 Agostino Sarubbo
2019-07-18 10:03 Agostino Sarubbo
2019-05-12 22:03 Sergei Trofimovich
2019-05-10  4:41 Markus Meier
2019-05-07  6:26 Sergei Trofimovich
2019-04-17 11:49 Mikle Kolyada
2019-04-15 23:55 Aaron Bauman
2019-03-16  4:55 Michael Palimaka
2019-01-08 21:32 Jeroen Roovers
2018-12-30 18:16 Mikle Kolyada
2018-12-06 15:51 Mikle Kolyada
2018-10-24  4:10 Matt Turner
2018-10-17 15:57 Tobias Klausmann
2018-09-22 11:31 Sergei Trofimovich
2018-09-22 11:12 Sergei Trofimovich
2018-09-21  7:02 Sergei Trofimovich
2018-09-20 18:39 Michał Górny
2018-08-30  8:45 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-03-19 18:06 Guilherme Amadio
2018-01-02 17:21 Thomas Deutschmann
2018-01-02 15:50 Craig Andrews
2017-12-21  5:45 Markus Meier
2017-08-21  2:20 Michał Górny
2017-02-02 15:13 Thomas Deutschmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1577916035.a8985eb11290e7827b5b6fd9c8759642e854c2e4.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox