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 6712A13832E for ; Sun, 21 Aug 2016 12:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D66421C0CA; Sun, 21 Aug 2016 12:44:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0C2721C0B9 for ; Sun, 21 Aug 2016 12:44:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1FC334069F for ; Sun, 21 Aug 2016 12:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 789A6246F for ; Sun, 21 Aug 2016 12:44:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1471783432.fce6e099fc72a8681d4f171726de4fa3c5ce218f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtomcrypt/Manifest dev-libs/libtomcrypt/libtomcrypt-1.17.ebuild dev-libs/libtomcrypt/metadata.xml X-VCS-Directories: dev-libs/libtomcrypt/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fce6e099fc72a8681d4f171726de4fa3c5ce218f X-VCS-Branch: master Date: Sun, 21 Aug 2016 12:44:00 +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: 0d47a763-55b8-4df9-8f03-3166e693103c X-Archives-Hash: 7de16c573fd0f74671a479e3a3cf7f27 commit: fce6e099fc72a8681d4f171726de4fa3c5ce218f Author: Pacho Ramos gentoo org> AuthorDate: Sun Aug 21 12:42:55 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Aug 21 12:43:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce6e099 dev-libs/libtomcrypt: remove hardmasked package (#578490) dev-libs/libtomcrypt/Manifest | 1 - dev-libs/libtomcrypt/libtomcrypt-1.17.ebuild | 26 -------------------------- dev-libs/libtomcrypt/metadata.xml | 8 -------- 3 files changed, 35 deletions(-) diff --git a/dev-libs/libtomcrypt/Manifest b/dev-libs/libtomcrypt/Manifest deleted file mode 100644 index cca3f24..0000000 --- a/dev-libs/libtomcrypt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST crypt-1.17.tar.bz2 1599215 SHA256 e33b47d77a495091c8703175a25c8228aff043140b2554c08a3c3cd71f79d116 SHA512 9335df5ae0a2c8e33e8f03ced0cfb0a8d1ac4bccd007b74818228c3b8b232446b4425356f304a08320b75542a537a46b305b92c3011dee76dfd636497bf57af2 WHIRLPOOL 71f61a270635f5487016efbdffb5867aa880319f5ad3646f41510307925fb1f1d82d29072f8362be1a2c3b71336922cf23aec4ad1d0c7a077d5ff6e920117337 diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.17.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.17.ebuild deleted file mode 100644 index 6764cc7..0000000 --- a/dev-libs/libtomcrypt/libtomcrypt-1.17.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -RESTRICT="test" - -DESCRIPTION="Modular and portable cryptographic toolkit" -HOMEPAGE="http://www.libtom.org/" - -SRC_URI="https://github.com/libtom/libtomcrypt/releases/download/${PV}/crypt-${PV}.tar.bz2" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - # avoid PDF regen - emake NODOCS=1 DESTDIR="${D}" install - cp doc/crypt.pdf "${D}/usr/share/doc/libtomcrypt/pdf" -} diff --git a/dev-libs/libtomcrypt/metadata.xml b/dev-libs/libtomcrypt/metadata.xml deleted file mode 100644 index a7029b1..0000000 --- a/dev-libs/libtomcrypt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - patrick@gentoo.org - Patrick Lauer - -