summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2022-03-14 21:58:09 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2022-03-14 21:58:53 +0100
commitdffe3a0550df3c4b017d69a8dfc275cb6c33f252 (patch)
tree82ea67af2a485d607afa50e0ad27e34ae74d4a19 /net-misc/plowshare
parentprofiles/arch/powerpc/ppc32: mask USE=javascript for net-misc/plowshare (diff)
downloadgentoo-dffe3a0550df3c4b017d69a8dfc275cb6c33f252.tar.gz
gentoo-dffe3a0550df3c4b017d69a8dfc275cb6c33f252.tar.bz2
gentoo-dffe3a0550df3c4b017d69a8dfc275cb6c33f252.zip
net-misc/plowshare: only keep rhino for USE=javascript
Disable USE-flag by default Closes: https://bugs.gentoo.org/834829 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/plowshare')
-rw-r--r--net-misc/plowshare/plowshare-2.1.7-r2.ebuild (renamed from net-misc/plowshare/plowshare-2.1.7-r1.ebuild)8
-rw-r--r--net-misc/plowshare/plowshare-9999.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/plowshare/plowshare-2.1.7-r1.ebuild b/net-misc/plowshare/plowshare-2.1.7-r2.ebuild
index cacd5eb72e61..f2207e36da41 100644
--- a/net-misc/plowshare/plowshare-2.1.7-r1.ebuild
+++ b/net-misc/plowshare/plowshare-2.1.7-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
HOMEPAGE="https://github.com/mcrapet/plowshare"
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mcrapet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="+javascript view-captcha"
+IUSE="javascript view-captcha"
RDEPEND="
>=app-shells/bash-4
@@ -19,7 +19,7 @@ RDEPEND="
net-misc/curl
sys-apps/util-linux
virtual/imagemagick-tools[tiff]
- javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
+ javascript? ( dev-java/rhino )
view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )"
# NOTES:
diff --git a/net-misc/plowshare/plowshare-9999.ebuild b/net-misc/plowshare/plowshare-9999.ebuild
index 1c454b8d9c40..314455ade5a5 100644
--- a/net-misc/plowshare/plowshare-9999.ebuild
+++ b/net-misc/plowshare/plowshare-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit git-r3
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/mcrapet/plowshare.git"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+javascript view-captcha"
+IUSE="javascript view-captcha"
RDEPEND="
>=app-shells/bash-4
@@ -20,7 +20,7 @@ RDEPEND="
net-misc/curl
sys-apps/util-linux
virtual/imagemagick-tools[tiff]
- javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
+ javascript? ( dev-java/rhino )
view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )"
# NOTES: