From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53B4E1382C5 for ; Thu, 1 Feb 2018 07:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76787E0AE4; Thu, 1 Feb 2018 07:01:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C56DE0AE4 for ; Thu, 1 Feb 2018 07:01:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A615335C61 for ; Thu, 1 Feb 2018 07:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD9921C0 for ; Thu, 1 Feb 2018 07:01:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1517468460.596f368f27fbeb140f672d5d4b992df970f3a7fe.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libmd/Manifest app-crypt/libmd/libmd-1.0.0.ebuild X-VCS-Directories: app-crypt/libmd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 596f368f27fbeb140f672d5d4b992df970f3a7fe X-VCS-Branch: master Date: Thu, 1 Feb 2018 07:01:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b82cebbb-569d-4f7f-8357-0784f66a14db X-Archives-Hash: 4b3a8c7d51747462cf34f8138180d9c2 commit: 596f368f27fbeb140f672d5d4b992df970f3a7fe Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 1 07:00:46 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 1 07:01:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596f368f app-crypt/libmd: Bump to version 1.0.0 Package-Manager: Portage-2.3.21, Repoman-2.3.6 app-crypt/libmd/Manifest | 1 + app-crypt/libmd/libmd-1.0.0.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app-crypt/libmd/Manifest b/app-crypt/libmd/Manifest index bd15e753141..f25242c8b7b 100644 --- a/app-crypt/libmd/Manifest +++ b/app-crypt/libmd/Manifest @@ -1 +1,2 @@ DIST libmd-0.0.0.tar.xz 252384 BLAKE2B 00db5db91c35fc27a681977155eb18fee44f553911938abd4b57656a4b71c0de7014df0d8303d48b40b5fe688fb150e06a03ea44d089e4ea1f52ac4060ea7c84 SHA512 6677959b7725114d7ebb747e0746d2712fc9b65f688eb28fa931c9042cee10cda3de33a1496b0220141800e98cf923d95dd5a5f3c2b8a68c3e169ef9fdaa39ef +DIST libmd-1.0.0.tar.xz 254852 BLAKE2B af0d3c645a18262965e708d678cb30c7ed168af8055885b08084fafd7299e9aaea95efb8437ffa756e43c5bb75fac99af067c6a560f3bb2b8b93ee889d5e664b SHA512 54c3cae1308f7686a1f642d25ae5d8cfb0fce2b98b33cf5e2891682893715c7de7e9700c70a6bd7e4ab4cf7f54c87643b259319e09e03f529b70d273477fc8be diff --git a/app-crypt/libmd/libmd-1.0.0.ebuild b/app-crypt/libmd/libmd-1.0.0.ebuild new file mode 100644 index 00000000000..94c363382db --- /dev/null +++ b/app-crypt/libmd/libmd-1.0.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Message Digest functions from BSD systems" +HOMEPAGE="https://www.hadrons.org/software/libmd/" +SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz" + +LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE=""