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 130A71396D0 for ; Tue, 19 Sep 2017 06:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CFE21FC009; Tue, 19 Sep 2017 06:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 16DA51FC009 for ; Tue, 19 Sep 2017 06:27:33 +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 9FD473402FE for ; Tue, 19 Sep 2017 06:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB579073 for ; Tue, 19 Sep 2017 06:27:30 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1505802242.70c0da4c651c629eba8f740f5cae47f3e3d630f9.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/extract_url/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/extract_url/Manifest app-text/extract_url/extract_url-1.6.2.ebuild app-text/extract_url/metadata.xml X-VCS-Directories: app-text/extract_url/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 70c0da4c651c629eba8f740f5cae47f3e3d630f9 X-VCS-Branch: master Date: Tue, 19 Sep 2017 06:27:30 +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: d1c5225c-0f88-40a1-8738-7f5e6e2f31aa X-Archives-Hash: 03b282aeea5301265b367286c2ac983a commit: 70c0da4c651c629eba8f740f5cae47f3e3d630f9 Author: Tim Harder gentoo org> AuthorDate: Tue Sep 19 05:25:41 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Sep 19 06:24:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c0da4c app-text/extract_url: initial import app-text/extract_url/Manifest | 1 + app-text/extract_url/extract_url-1.6.2.ebuild | 28 +++++++++++++++++++++++++++ app-text/extract_url/metadata.xml | 11 +++++++++++ 3 files changed, 40 insertions(+) diff --git a/app-text/extract_url/Manifest b/app-text/extract_url/Manifest new file mode 100644 index 00000000000..1e11383f871 --- /dev/null +++ b/app-text/extract_url/Manifest @@ -0,0 +1 @@ +DIST extract_url-1.6.2.tar.gz 16296 SHA256 5f0b568d5c9449f477527b4077d8269f1f5e6d6531dfa5eb6ca72dbacab6f336 SHA512 c95c52c096569d4fb24da95480c8c5262ee29bfce8ddc9cb70af45d17f4977edff6d95eda8aa7976f82fc75e7de262fab21a3498590e1c212cf9cf6435d2c4f1 WHIRLPOOL 535885571e6ed7870ff4943864883f774ad18d55239c76e4a2e82beaabe699f3e57775e4bf52167e06bd882befb7374f41a77d554d01f7caf97470936107d19e diff --git a/app-text/extract_url/extract_url-1.6.2.ebuild b/app-text/extract_url/extract_url-1.6.2.ebuild new file mode 100644 index 00000000000..8ccadeb5e0f --- /dev/null +++ b/app-text/extract_url/extract_url-1.6.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="extracts URLs from correctly-encoded MIME email messages or plain text" +HOMEPAGE="https://www.memoryhole.net/~kyle/extract_url/ https://github.com/m3m0ryh0l3/extracturl/" +SRC_URI="https://github.com/m3m0ryh0l3/${PN/_/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/MIME-tools + dev-perl/HTML-Parser + dev-perl/URI-Find + dev-perl/Curses-UI + dev-perl/TermReadKey +" + +S=${WORKDIR}/${P/_/} + +src_install() { + default + dodoc extract_urlview.sample +} diff --git a/app-text/extract_url/metadata.xml b/app-text/extract_url/metadata.xml new file mode 100644 index 00000000000..13884f66a23 --- /dev/null +++ b/app-text/extract_url/metadata.xml @@ -0,0 +1,11 @@ + + + + + radhermit@gentoo.org + Tim Harder + + + m3m0ryh0l3/extracturl + +