public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/venus/
@ 2020-02-09 16:42 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     fa5ded6d130c632cf601594066d33a11297ec384
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:27:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:37:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5ded6d

www-apps/venus: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...nus-20100911-r1.ebuild => venus-20100911-r3.ebuild} | 18 ++++++++++--------
 ...nus-20100911-r2.ebuild => venus-20100911-r4.ebuild} | 18 ++++++++++--------
 2 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/www-apps/venus/venus-20100911-r1.ebuild b/www-apps/venus/venus-20100911-r3.ebuild
similarity index 74%
rename from www-apps/venus/venus-20100911-r1.ebuild
rename to www-apps/venus/venus-20100911-r3.ebuild
index 44d5059cd31..22880183610 100644
--- a/www-apps/venus/venus-20100911-r1.ebuild
+++ b/www-apps/venus/venus-20100911-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
 SLOT="0"
 
 RDEPEND="
-	dev-python/bsddb3[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/httplib2[${PYTHON_USEDEP}]
-	dev-python/utidylib[${PYTHON_USEDEP}]
-	django? ( dev-python/django[${PYTHON_USEDEP}] )
-	genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
-	redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
+	$(python_gen_cond_dep '
+		dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+		dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+		dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
+		dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
+		django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
+		genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
+		redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
+	')
 	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 

diff --git a/www-apps/venus/venus-20100911-r2.ebuild b/www-apps/venus/venus-20100911-r4.ebuild
similarity index 74%
rename from www-apps/venus/venus-20100911-r2.ebuild
rename to www-apps/venus/venus-20100911-r4.ebuild
index dd264089df0..cd6f9036e37 100644
--- a/www-apps/venus/venus-20100911-r2.ebuild
+++ b/www-apps/venus/venus-20100911-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
 SLOT="0"
 
 RDEPEND="
-	dev-python/bsddb3[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/httplib2[${PYTHON_USEDEP}]
-	dev-python/utidylib[${PYTHON_USEDEP}]
-	django? ( dev-python/django[${PYTHON_USEDEP}] )
-	genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
-	redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
+	$(python_gen_cond_dep '
+		dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+		dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+		dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
+		dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
+		django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
+		genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
+		redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
+	')
 	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/venus/
@ 2016-12-24 10:18 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2016-12-24 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f0d4d81eb7231fb763a1f66be5fa8ec6a64761a0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 10:17:13 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 10:17:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d4d81e

www-apps/venus: x86 stable wrt bug #538728

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apps/venus/venus-20100911.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/venus/venus-20100911.ebuild b/www-apps/venus/venus-20100911.ebuild
index d645d1e..6e173ba 100644
--- a/www-apps/venus/venus-20100911.ebuild
+++ b/www-apps/venus/venus-20100911.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://intertwingly.net/code/venus/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="PSF-2.2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="django genshi redland test"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/venus/
@ 2016-12-23 12:48 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2016-12-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0c2ab35f087870605b61e86e263775a480bba1cd
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 12:47:09 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 12:47:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2ab35f

www-apps/venus: amd64 stable

Gentoo-bug: 538728

Package-Manager: portage-2.3.0

 www-apps/venus/venus-20100911.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/venus/venus-20100911.ebuild b/www-apps/venus/venus-20100911.ebuild
index 69e148a..d645d1e 100644
--- a/www-apps/venus/venus-20100911.ebuild
+++ b/www-apps/venus/venus-20100911.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ HOMEPAGE="http://intertwingly.net/code/venus/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="PSF-2.2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="django genshi redland test"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/venus/
@ 2016-05-21 15:38 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     479627ab16b2d648f2618db385d8cde8a25b97c1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:37:50 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:38:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479627ab

www-apps/venus: Cleanup due to #249864

Package-Manager: portage-2.3.0_rc1

 www-apps/venus/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/www-apps/venus/metadata.xml b/www-apps/venus/metadata.xml
index b0b5f71..1f74e91 100644
--- a/www-apps/venus/metadata.xml
+++ b/www-apps/venus/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
- <maintainer type="person">
-   <email>tampakrap@gentoo.org</email>
- </maintainer>
  <maintainer type="project">
    <email>web-apps@gentoo.org</email>
    <name>Gentoo Webapps</name>


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

end of thread, other threads:[~2020-02-09 16:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:42 [gentoo-commits] repo/gentoo:master commit in: www-apps/venus/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2016-12-24 10:18 Agostino Sarubbo
2016-12-23 12:48 Aaron Bauman
2016-05-21 15:38 Pacho Ramos

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