summaryrefslogtreecommitdiff
path: root/app-misc/crunch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/crunch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/crunch')
-rw-r--r--app-misc/crunch/Manifest3
-rw-r--r--app-misc/crunch/crunch-3.6.ebuild29
-rw-r--r--app-misc/crunch/metadata.xml11
3 files changed, 0 insertions, 43 deletions
diff --git a/app-misc/crunch/Manifest b/app-misc/crunch/Manifest
deleted file mode 100644
index 71ccabea75cd..000000000000
--- a/app-misc/crunch/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST crunch-3.6.tgz 38635 BLAKE2B 987fc0fddbc9330c2f196b5914c535e3c81a0cbd30bd2121d05ccb937c9ba9f3f9296dd20a638efad8219cc5555203dc8b75b2fa6aa3e497a3da665b4c51fbeb SHA512 85a2a12bb481988ab27a19602122abc29bb307de0af279132dcc0565dfc4ba44ab9f7ca15d876001f2e6dcf7be77ed50168cb066fc6a65bf06ec5cf9d798e81f
-EBUILD crunch-3.6.ebuild 545 BLAKE2B d11fd859562d85cd4b6171ca4f82bc4a2d04bdac490f6f717c1cac5a5c7c15e8d53ed6b64f6c4f1d1b518b5bca5b062af7183d25f81b943a9a1a84bd23fd0638 SHA512 c83c126094ee74ac88229b3abcef02a81f722eee51605e0e9be8233faffb11a4c3a9c3aa5219b7d915de01f31fca160d6c285f6e847fa4af34f7d3ca2722d01f
-MISC metadata.xml 332 BLAKE2B 1bd91ecbe54c77bdf8880d306081fea018c7508f12d5b508b915150978e907e831ce9dda40f199472a6360067b69d15d2f022a223c69a9c7d2ac649e57ef44ea SHA512 b537452a244bd1d52508d75606efc72d276f6cc502e3bf1840758cb73d9fa907aed0d97545504a67bc49ff72e700c6a487e4d874560698db4850af66b4184b68
diff --git a/app-misc/crunch/crunch-3.6.ebuild b/app-misc/crunch/crunch-3.6.ebuild
deleted file mode 100644
index 7488fad701ea..000000000000
--- a/app-misc/crunch/crunch-3.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A wordlist generator"
-HOMEPAGE="https://sourceforge.net/projects/crunch-wordlist/"
-SRC_URI="mirror://sourceforge/crunch-wordlist/crunch-wordlist/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
-
-src_prepare() {
- epatch_user
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install(){
- dobin crunch
- doman crunch.1
- insinto /usr/share/crunch
- doins charset.lst
-}
diff --git a/app-misc/crunch/metadata.xml b/app-misc/crunch/metadata.xml
deleted file mode 100644
index da39990215bb..000000000000
--- a/app-misc/crunch/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">crunch-wordlist</remote-id>
- </upstream>
-</pkgmetadata>