Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/plowshare/
Date: Wed, 30 Aug 2017 10:58:47
Message-Id: 1504090561.7f3e561cd3d3fa91c81244f42769a0bcf40115ca.voyageur@gentoo
1 commit: 7f3e561cd3d3fa91c81244f42769a0bcf40115ca
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 10:54:43 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 10:56:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3e561c
7
8 net-misc/plowshare: 2.1.7 bump
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-misc/plowshare/Manifest | 1 +
13 net-misc/plowshare/plowshare-2.1.7.ebuild | 67 +++++++++++++++++++++++++++++++
14 2 files changed, 68 insertions(+)
15
16 diff --git a/net-misc/plowshare/Manifest b/net-misc/plowshare/Manifest
17 index 91d35994b08..4f28b651200 100644
18 --- a/net-misc/plowshare/Manifest
19 +++ b/net-misc/plowshare/Manifest
20 @@ -1,2 +1,3 @@
21 DIST plowshare-2.1.5.tar.gz 94268 SHA256 31a1d379b738b007ff000107b03562bf73ed5f05d7fa1ebef50082f0799a59ce SHA512 1724580dd9fa818821e9686b758f904aad408c409e23e68444dbf6fc80cae81b03159fcfc816e7273777b02b1dbcc3ab93e13cc2b05f20145850a1c931da4342 WHIRLPOOL 853255b2a3abbe40349112e322e4e1bd9ca9261fe714e2d7f3802398b318a96e346238bc888eefeb78edd5050b19850b82c72050da59772ca1db0af41c14d3cb
22 DIST plowshare-2.1.6.tar.gz 95946 SHA256 2823f4bc82ad9b30c0c122a312125cb923acc55ce448c56a503e03fe0a4d97c4 SHA512 bccc72f1add6389fd7fc41a27f9e169c622e3a4e7c9c1040c01a8a4569accc9b0b6910815a013d5e8aff7103ee26d943665ffeccc02db1879eca580b3892190d WHIRLPOOL 4d4204199b6dc505a2ce231c95c41f5da1e93806fc04f875844566b54da31c41baa0657f6e65fa416baf68aebbaec02a2ead0ed1baf1ac3aa314ccfb7e502226
23 +DIST plowshare-2.1.7.tar.gz 96282 SHA256 c17d0cc1b3323f72b2c1a5b183a9fcef04e8bfc53c9679a4e1523642310d22ad SHA512 7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215 WHIRLPOOL eea0b0e1298a168677a5431ad84ddd87d45e9d771ddeac968f7a12cd1abd16af1c1b8492b5d92b3bd8558cf1223d5bd3701af14742eea4f0b114156a9a10964c
24
25 diff --git a/net-misc/plowshare/plowshare-2.1.7.ebuild b/net-misc/plowshare/plowshare-2.1.7.ebuild
26 new file mode 100644
27 index 00000000000..52227ef820e
28 --- /dev/null
29 +++ b/net-misc/plowshare/plowshare-2.1.7.ebuild
30 @@ -0,0 +1,67 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit bash-completion-r1
37 +
38 +DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
39 +HOMEPAGE="https://github.com/mcrapet/plowshare"
40 +
41 +LICENSE="GPL-3"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
44 +IUSE="bash-completion +javascript view-captcha"
45 +
46 +SRC_URI="https://github.com/mcrapet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 +
48 +RDEPEND="
49 + >=app-shells/bash-4
50 + || ( app-text/recode ( dev-lang/perl dev-perl/HTML-Parser ) )
51 + dev-vcs/git
52 + net-misc/curl
53 + sys-apps/util-linux
54 + virtual/imagemagick-tools[tiff]
55 + javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
56 + view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )"
57 +DEPEND=""
58 +
59 +# NOTES:
60 +# javascript dep should be any javascript interpreter using /usr/bin/js
61 +
62 +src_prepare() {
63 + # Fix doc install path
64 + sed -i -e "/^DOCDIR/s|plowshare|${PF}|" Makefile || die "sed failed"
65 +
66 + if ! use bash-completion
67 + then
68 + sed -i -e \ "/^install:/s/install_bash_completion//" \
69 + Makefile || die "sed failed"
70 + fi
71 +
72 + default
73 +}
74 +
75 +src_compile() {
76 + # There is a Makefile but it's not compiling anything, let's not try.
77 + :
78 +}
79 +
80 +src_test() {
81 + # Disable tests because all of them need a working Internet connection.
82 + :
83 +}
84 +
85 +src_install() {
86 + emake DESTDIR="${D}" PREFIX="/usr" \
87 + PLOWSHARE_FORCE_VERSION="${PV}" install
88 +}
89 +
90 +pkg_postinst() {
91 + elog "plowshare is not delivered with modules by default anymore"
92 + elog "Per-user modules can be installed/updated with the plowmod command"
93 + if ! use javascript; then
94 + ewarn "Without javascript you will not be able to use modules"
95 + ewarn "requering a Javascript shell (/usr/bin/js)"
96 + fi
97 +}