summaryrefslogtreecommitdiff
path: root/net-misc/plowshare/plowshare-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/plowshare/plowshare-9999.ebuild')
-rw-r--r--net-misc/plowshare/plowshare-9999.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/net-misc/plowshare/plowshare-9999.ebuild b/net-misc/plowshare/plowshare-9999.ebuild
index a0c97507680a..1c454b8d9c40 100644
--- a/net-misc/plowshare/plowshare-9999.ebuild
+++ b/net-misc/plowshare/plowshare-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit bash-completion-r1 git-r3
+inherit git-r3
DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
HOMEPAGE="https://github.com/mcrapet/plowshare"
@@ -11,8 +11,7 @@ EGIT_REPO_URI="https://github.com/mcrapet/plowshare.git"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS=""
-IUSE="bash-completion +javascript view-captcha"
+IUSE="+javascript view-captcha"
RDEPEND="
>=app-shells/bash-4
@@ -23,7 +22,6 @@ RDEPEND="
virtual/imagemagick-tools[tiff]
javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )"
-DEPEND=""
# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js
@@ -32,12 +30,6 @@ src_prepare() {
# Fix doc install path
sed -i -e "/^DOCDIR/s|plowshare|${PF}|" Makefile || die "sed failed"
- if ! use bash-completion
- then
- sed -i -e \ "/^install:/s/install_bash_completion//" \
- Makefile || die "sed failed"
- fi
-
default
}