summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-21 14:42:55 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-21 14:43:52 +0200
commitfce6e099fc72a8681d4f171726de4fa3c5ce218f (patch)
tree0d0ea11e12768d1866ed5dd5c9ea1967c8d43dc7 /dev-libs/libtomcrypt
parentpackage.mask: mask for removal some packages (diff)
downloadgentoo-fce6e099fc72a8681d4f171726de4fa3c5ce218f.tar.gz
gentoo-fce6e099fc72a8681d4f171726de4fa3c5ce218f.tar.bz2
gentoo-fce6e099fc72a8681d4f171726de4fa3c5ce218f.zip
dev-libs/libtomcrypt: remove hardmasked package (#578490)
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r--dev-libs/libtomcrypt/Manifest1
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-1.17.ebuild26
-rw-r--r--dev-libs/libtomcrypt/metadata.xml8
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/libtomcrypt/Manifest b/dev-libs/libtomcrypt/Manifest
deleted file mode 100644
index cca3f246345a..000000000000
--- 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 6764cc71dab9..000000000000
--- 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 a7029b1a1086..000000000000
--- a/dev-libs/libtomcrypt/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
-</pkgmetadata>