summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-19 01:25:41 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-19 02:24:02 -0400
commit70c0da4c651c629eba8f740f5cae47f3e3d630f9 (patch)
treef5aaca6b659edbeac2a91355013c663bba8207be /app-text/extract_url
parentdev-ruby/ox: add 2.7.0 (diff)
downloadgentoo-70c0da4c651c629eba8f740f5cae47f3e3d630f9.tar.gz
gentoo-70c0da4c651c629eba8f740f5cae47f3e3d630f9.tar.bz2
gentoo-70c0da4c651c629eba8f740f5cae47f3e3d630f9.zip
app-text/extract_url: initial import
Diffstat (limited to 'app-text/extract_url')
-rw-r--r--app-text/extract_url/Manifest1
-rw-r--r--app-text/extract_url/extract_url-1.6.2.ebuild28
-rw-r--r--app-text/extract_url/metadata.xml11
3 files changed, 40 insertions, 0 deletions
diff --git a/app-text/extract_url/Manifest b/app-text/extract_url/Manifest
new file mode 100644
index 000000000000..1e11383f8713
--- /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 000000000000..8ccadeb5e0f5
--- /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 000000000000..13884f66a233
--- /dev/null
+++ b/app-text/extract_url/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>radhermit@gentoo.org</email>
+ <name>Tim Harder</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">m3m0ryh0l3/extracturl</remote-id>
+ </upstream>
+</pkgmetadata>