public inbox for gentoo-proxy-maint@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-proxy-maint] [PATCH] www-plugins/passff-host: Fix python eclass warnings
@ 2019-07-21 10:52 Haelwenn (lanodan) Monnier
  2019-07-21 15:31 ` Michał Górny
  0 siblings, 1 reply; 6+ messages in thread
From: Haelwenn (lanodan) Monnier @ 2019-07-21 10:52 UTC (permalink / raw
  To: gentoo-proxy-maint; +Cc: Haelwenn (lanodan) Monnier

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
---
 ...passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (92%)

diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
similarity index 92%
rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
index f42fb96ba19..a0c66b2fdb3 100644
--- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
@@ -19,7 +19,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="chrome chromium firefox vivaldi"
-REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
+REQUIRED_USE="
+	${PYTHON_REQUIRED_USE}
+	|| ( chrome chromium firefox vivaldi )
+"
+DEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}"
 
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [gentoo-proxy-maint] [PATCH] www-plugins/passff-host: Fix python eclass warnings
  2019-07-21 10:52 [gentoo-proxy-maint] [PATCH] www-plugins/passff-host: Fix python eclass warnings Haelwenn (lanodan) Monnier
@ 2019-07-21 15:31 ` Michał Górny
  2019-07-21 23:57   ` [gentoo-proxy-maint] [PATCH v2] " Haelwenn (lanodan) Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Michał Górny @ 2019-07-21 15:31 UTC (permalink / raw
  To: Haelwenn (lanodan) Monnier, gentoo-proxy-maint

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

On Sun, 2019-07-21 at 12:52 +0200, Haelwenn (lanodan) Monnier wrote:
> Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
> ---
>  ...passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>  rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (92%)
> 
> diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> similarity index 92%
> rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
> rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> index f42fb96ba19..a0c66b2fdb3 100644
> --- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
> +++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> @@ -19,7 +19,11 @@ LICENSE="GPL-2"
>  SLOT="0"
>  KEYWORDS="~amd64 ~x86"
>  IUSE="chrome chromium firefox vivaldi"
> -REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
> +REQUIRED_USE="
> +	${PYTHON_REQUIRED_USE}
> +	|| ( chrome chromium firefox vivaldi )
> +"
> +DEPEND="${PYTHON_DEPS}"

DEPEND is for build-time deps, so it definitely does not fix the issue.

>  
>  S="${WORKDIR}"
>  

-- 
Best regards,
Michał Górny


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-proxy-maint] [PATCH v2] www-plugins/passff-host: Fix python eclass warnings
  2019-07-21 15:31 ` Michał Górny
@ 2019-07-21 23:57   ` Haelwenn (lanodan) Monnier
  2019-07-22  3:23     ` Michał Górny
  0 siblings, 1 reply; 6+ messages in thread
From: Haelwenn (lanodan) Monnier @ 2019-07-21 23:57 UTC (permalink / raw
  To: gentoo-proxy-maint; +Cc: Haelwenn (lanodan) Monnier

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
---
 ...assff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (91%)

diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
similarity index 91%
rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
index f42fb96ba19..074f017c50d 100644
--- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
@@ -19,7 +19,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="chrome chromium firefox vivaldi"
-REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
+REQUIRED_USE="
+	${PYTHON_REQUIRED_USE}
+	|| ( chrome chromium firefox vivaldi )
+"
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"
 
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [gentoo-proxy-maint] [PATCH v2] www-plugins/passff-host: Fix python eclass warnings
  2019-07-21 23:57   ` [gentoo-proxy-maint] [PATCH v2] " Haelwenn (lanodan) Monnier
@ 2019-07-22  3:23     ` Michał Górny
  2019-07-23 19:08       ` [gentoo-proxy-maint] [PATCH v3] " Haelwenn (lanodan) Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Michał Górny @ 2019-07-22  3:23 UTC (permalink / raw
  To: Haelwenn (lanodan) Monnier, gentoo-proxy-maint

[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]

On Mon, 2019-07-22 at 01:57 +0200, Haelwenn (lanodan) Monnier wrote:
> Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
> ---
>  ...assff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>  rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (91%)
> 
> diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> similarity index 91%
> rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
> rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> index f42fb96ba19..074f017c50d 100644
> --- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
> +++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> @@ -19,7 +19,12 @@ LICENSE="GPL-2"
>  SLOT="0"
>  KEYWORDS="~amd64 ~x86"
>  IUSE="chrome chromium firefox vivaldi"
> -REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
> +REQUIRED_USE="
> +	${PYTHON_REQUIRED_USE}
> +	|| ( chrome chromium firefox vivaldi )
> +"

Empty line here.

> +RDEPEND="${PYTHON_DEPS}"
> +DEPEND="${RDEPEND}"

You don't use Python at build time in this ebuild.

>  
>  S="${WORKDIR}"
>  

-- 
Best regards,
Michał Górny


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-proxy-maint] [PATCH v3] www-plugins/passff-host: Fix python eclass warnings
  2019-07-22  3:23     ` Michał Górny
@ 2019-07-23 19:08       ` Haelwenn (lanodan) Monnier
  2019-07-23 19:46         ` Michał Górny
  0 siblings, 1 reply; 6+ messages in thread
From: Haelwenn (lanodan) Monnier @ 2019-07-23 19:08 UTC (permalink / raw
  To: gentoo-proxy-maint; +Cc: Haelwenn (lanodan) Monnier

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
---
 ...assff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (92%)

diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
similarity index 92%
rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
index f42fb96ba19..790ceb42622 100644
--- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
@@ -19,7 +19,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="chrome chromium firefox vivaldi"
-REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
+REQUIRED_USE="
+	${PYTHON_REQUIRED_USE}
+	|| ( chrome chromium firefox vivaldi )
+"
+
+RDEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}"
 
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [gentoo-proxy-maint] [PATCH v3] www-plugins/passff-host: Fix python eclass warnings
  2019-07-23 19:08       ` [gentoo-proxy-maint] [PATCH v3] " Haelwenn (lanodan) Monnier
@ 2019-07-23 19:46         ` Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-07-23 19:46 UTC (permalink / raw
  To: Haelwenn (lanodan) Monnier, gentoo-proxy-maint

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

On Tue, 2019-07-23 at 21:08 +0200, Haelwenn (lanodan) Monnier wrote:
> Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
> ---
>  ...assff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>  rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (92%)
> 
> diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> similarity index 92%
> rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
> rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> index f42fb96ba19..790ceb42622 100644
> --- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
> +++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
> @@ -19,7 +19,12 @@ LICENSE="GPL-2"
>  SLOT="0"
>  KEYWORDS="~amd64 ~x86"
>  IUSE="chrome chromium firefox vivaldi"
> -REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
> +REQUIRED_USE="
> +	${PYTHON_REQUIRED_USE}
> +	|| ( chrome chromium firefox vivaldi )
> +"
> +
> +RDEPEND="${PYTHON_DEPS}"
>  
>  S="${WORKDIR}"
>  

Thanks, I'll merge it.

-- 
Best regards,
Michał Górny


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-23 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-21 10:52 [gentoo-proxy-maint] [PATCH] www-plugins/passff-host: Fix python eclass warnings Haelwenn (lanodan) Monnier
2019-07-21 15:31 ` Michał Górny
2019-07-21 23:57   ` [gentoo-proxy-maint] [PATCH v2] " Haelwenn (lanodan) Monnier
2019-07-22  3:23     ` Michał Górny
2019-07-23 19:08       ` [gentoo-proxy-maint] [PATCH v3] " Haelwenn (lanodan) Monnier
2019-07-23 19:46         ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox