[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/files/, www-apps/venus/

2020-04-09 Thread Mikle Kolyada
commit: 3bba40048f899a04066c7108d68b2c8d7b4c0df8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  9 08:08:11 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  9 08:10:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bba4004

www-apps/venus: remove last-rited pkg

Closes: https://bugs.gentoo.org/271058
Closes: https://bugs.gentoo.org/706362

Signed-off-by: Mikle Kolyada  gentoo.org>

 www-apps/venus/Manifest   |  1 -
 www-apps/venus/files/postinstall-en.txt   | 10 
 www-apps/venus/files/venus-bsddb3.patch   | 39 ---
 www-apps/venus/files/venus-xml-utf8.patch | 80 --
 www-apps/venus/metadata.xml   | 13 -
 www-apps/venus/venus-20100911-r3.ebuild   | 77 -
 www-apps/venus/venus-20100911-r4.ebuild   | 81 ---
 7 files changed, 301 deletions(-)

diff --git a/www-apps/venus/Manifest b/www-apps/venus/Manifest
deleted file mode 100644
index 9708804a84d..000
--- a/www-apps/venus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST venus-20100911.tar.bz2 349639 BLAKE2B 
386b6b7381b9dbf9515fdad03179a844dcf884a928d291b8a7b3a1897b4f67bec9418e2fec5373f640b5eab7c028671e28ff92e08461f779869b81c0388fd54b
 SHA512 
516a503e1e43e4bf694f007382603d6415bf508f79feb8db55dba533ca9b8b367f922ede84b2ef4ec74684f81ad17919ba754abfe5e79aac51da732ceb8c2897

diff --git a/www-apps/venus/files/postinstall-en.txt 
b/www-apps/venus/files/postinstall-en.txt
deleted file mode 100644
index 37427c4a8d5..000
--- a/www-apps/venus/files/postinstall-en.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-INSTALLATION
-
-Installation instructions can be found at:
-
-http://intertwingly.net/code/venus/docs/
-/usr/share/doc/\${PF}/html
-
-Example configuration files can be found at:
-
-${VHOST_ROOT}/conf

diff --git a/www-apps/venus/files/venus-bsddb3.patch 
b/www-apps/venus/files/venus-bsddb3.patch
deleted file mode 100644
index b57499c2369..000
--- a/www-apps/venus/files/venus-bsddb3.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Use bsddb3 instead of deprecated python[berkdb]. Patch by Arfrever.
-
 a/planet/idindex.py
-+++ b/planet/idindex.py
-@@ -13,8 +13,8 @@
- cache = config.cache_directory()
- index=os.path.join(cache,'index')
- if not os.path.exists(index): return None
--import dbhash
--return dbhash.open(filename(index, 'id'),'w')
-+import bsddb3
-+return bsddb3.hashopen(filename(index, 'id'),'w')
- except Exception, e:
- if e.__class__.__name__ == 'DBError': e = e.args[-1]
- from planet import logger as log
-@@ -35,8 +35,8 @@
- cache = config.cache_directory()
- index=os.path.join(cache,'index')
- if not os.path.exists(index): os.makedirs(index)
--import dbhash
--index = dbhash.open(filename(index, 'id'),'c')
-+import bsddb3
-+index = bsddb3.hashopen(filename(index, 'id'),'c')
- 
- try:
- import libxml2
 a/tests/test_idindex.py
-+++ b/tests/test_idindex.py
-@@ -67,8 +67,8 @@
- self.assertEqual(12,len(doc.getElementsByTagName('planet:name')))
- 
- try:
--module = 'dbhash'
-+import bsddb3
- except ImportError:
--planet.logger.warn("dbhash is not available => can't test id index")
-+planet.logger.warn("bsddb3 is not available => can't test id index")
- for method in dir(idIndexTest):
- if method.startswith('test_'):  delattr(idIndexTest,method)

diff --git a/www-apps/venus/files/venus-xml-utf8.patch 
b/www-apps/venus/files/venus-xml-utf8.patch
deleted file mode 100644
index f7c29782ff4..000
--- a/www-apps/venus/files/venus-xml-utf8.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -Nuar --exclude '*~' venus.orig/themes/common/atom.xml.xslt 
venus/themes/common/atom.xml.xslt
 venus.orig/themes/common/atom.xml.xslt 2010-09-11 06:41:53.0 
-0700
-+++ venus/themes/common/atom.xml.xslt  2017-03-17 17:24:51.668976850 -0700
-@@ -1,3 +1,4 @@
-+
- http://www.w3.org/1999/XSL/Transform; version="1.0"
- xmlns:access="http://www.bloglines.com/about/specs/fac-1.0;
- xmlns:atom="http://www.w3.org/2005/Atom;
-@@ -7,6 +8,7 @@
- xmlns="http://www.w3.org/1999/xhtml;
-   exclude-result-prefixes="planet xhtml">
- 
-+  
-   
-   
- 
-diff -Nuar --exclude '*~' venus.orig/themes/common/foafroll.xml.xslt 
venus/themes/common/foafroll.xml.xslt
 venus.orig/themes/common/foafroll.xml.xslt 2010-09-11 06:41:53.0 
-0700
-+++ venus/themes/common/foafroll.xml.xslt  2017-03-17 17:25:01.477165384 
-0700
-@@ -1,3 +1,4 @@
-+
- http://www.w3.org/1999/XSL/Transform; version="1.0"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
-   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#;
-@@ -8,7 +9,7 @@
- xmlns:planet="http://planet.intertwingly.net/;
- exclude-result-prefixes="atom planet">
-  

[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/

2020-02-09 Thread Michał Górny
commit: fa5ded6d130c632cf601594066d33a11297ec384
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 20:27:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:37:12 2020 +
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  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}"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/, www-apps/venus/files/

2017-03-17 Thread Robin H. Johnson
commit: 35982ce4254d5153e3feaf277bf5a70ff3661eaa
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Mar 18 00:33:59 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Mar 18 00:34:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35982ce4

www-apps/venus: set encoding on output files.

Package-Manager: portage-2.3.3

 www-apps/venus/files/venus-xml-utf8.patch | 80 +++
 www-apps/venus/venus-20100911-r2.ebuild   | 78 ++
 2 files changed, 158 insertions(+)

diff --git a/www-apps/venus/files/venus-xml-utf8.patch 
b/www-apps/venus/files/venus-xml-utf8.patch
new file mode 100644
index 000..f7c29782ff4
--- /dev/null
+++ b/www-apps/venus/files/venus-xml-utf8.patch
@@ -0,0 +1,80 @@
+diff -Nuar --exclude '*~' venus.orig/themes/common/atom.xml.xslt 
venus/themes/common/atom.xml.xslt
+--- venus.orig/themes/common/atom.xml.xslt 2010-09-11 06:41:53.0 
-0700
 venus/themes/common/atom.xml.xslt  2017-03-17 17:24:51.668976850 -0700
+@@ -1,3 +1,4 @@
++
+ http://www.w3.org/1999/XSL/Transform; version="1.0"
+ xmlns:access="http://www.bloglines.com/about/specs/fac-1.0;
+ xmlns:atom="http://www.w3.org/2005/Atom;
+@@ -7,6 +8,7 @@
+ xmlns="http://www.w3.org/1999/xhtml;
+   exclude-result-prefixes="planet xhtml">
+ 
++  
+   
+   
+ 
+diff -Nuar --exclude '*~' venus.orig/themes/common/foafroll.xml.xslt 
venus/themes/common/foafroll.xml.xslt
+--- venus.orig/themes/common/foafroll.xml.xslt 2010-09-11 06:41:53.0 
-0700
 venus/themes/common/foafroll.xml.xslt  2017-03-17 17:25:01.477165384 
-0700
+@@ -1,3 +1,4 @@
++
+ http://www.w3.org/1999/XSL/Transform; version="1.0"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#;
+@@ -8,7 +9,7 @@
+ xmlns:planet="http://planet.intertwingly.net/;
+ exclude-result-prefixes="atom planet">
+  
+-  
++  
+ 
+   
+ 
+diff -Nuar --exclude '*~' venus.orig/themes/common/opml.xml.xslt 
venus/themes/common/opml.xml.xslt
+--- venus.orig/themes/common/opml.xml.xslt 2010-09-11 06:41:53.0 
-0700
 venus/themes/common/opml.xml.xslt  2017-03-17 17:26:20.930692531 -0700
+@@ -1,9 +1,10 @@
++
+ http://www.w3.org/1999/XSL/Transform; version="1.0"
+ xmlns:atom="http://www.w3.org/2005/Atom;
+ xmlns:planet="http://planet.intertwingly.net/;
+ exclude-result-prefixes="atom planet">
+  
+-  
++  
+ 
+   http://exslt.org/dates-and-times;>
+ 
+diff -Nuar --exclude '*~' venus.orig/themes/common/rss10.xml.tmpl 
venus/themes/common/rss10.xml.tmpl
+--- venus.orig/themes/common/rss10.xml.tmpl2010-09-11 06:41:53.0 
-0700
 venus/themes/common/rss10.xml.tmpl 2017-03-17 17:26:18.558646942 -0700
+@@ -1,4 +1,4 @@
+-
++
+ http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:dc="http://purl.org/dc/elements/1.1/;
+diff -Nuar --exclude '*~' venus.orig/themes/common/rss20.xml.tmpl 
venus/themes/common/rss20.xml.tmpl
+--- venus.orig/themes/common/rss20.xml.tmpl2010-09-11 06:41:53.0 
-0700
 venus/themes/common/rss20.xml.tmpl 2017-03-17 17:26:16.718611577 -0700
+@@ -1,4 +1,4 @@
+-
++
+ http://www.w3.org/2005/Atom;>
+ 
+ 
+diff -Nuar --exclude '*~' venus.orig/themes/common/validate.html.xslt 
venus/themes/common/validate.html.xslt
+--- venus.orig/themes/common/validate.html.xslt2010-09-11 
06:41:53.0 -0700
 venus/themes/common/validate.html.xslt 2017-03-17 17:26:58.275410251 
-0700
+@@ -1,8 +1,10 @@
++
+ http://www.w3.org/1999/XSL/Transform; version="1.0"
+ xmlns:atom="http://www.w3.org/2005/Atom;
+ xmlns:xhtml="http://www.w3.org/1999/xhtml;
+ xmlns:planet="http://planet.intertwingly.net/;
+ xmlns="http://www.w3.org/1999/xhtml;>
++  
+  
+   
+ http://www.w3.org/1999/xhtml;>

diff --git a/www-apps/venus/venus-20100911-r2.ebuild 
b/www-apps/venus/venus-20100911-r2.ebuild
new file mode 100644
index 000..2ca1b2e9620
--- /dev/null
+++ b/www-apps/venus/venus-20100911-r2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit webapp python-single-r1
+
+WEBAPP_MANUAL_SLOT="yes"
+
+DESCRIPTION="A feed aggregator application"
+HOMEPAGE="http://intertwingly.net/code/venus/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="PSF-2.2"
+KEYWORDS="~amd64 ~x86"
+IUSE="django genshi redland 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? ( 

[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/

2016-12-24 Thread Agostino Sarubbo
commit: f0d4d81eb7231fb763a1f66be5fa8ec6a64761a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:13 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:13 2016 +
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  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"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/

2016-12-23 Thread Aaron Bauman
commit: 0c2ab35f087870605b61e86e263775a480bba1cd
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Dec 23 12:47:09 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Dec 23 12:47:09 2016 +
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"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/

2016-05-21 Thread Pacho Ramos
commit: 479627ab16b2d648f2618db385d8cde8a25b97c1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 21 15:37:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 21 15:38:40 2016 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
- 
-   tampak...@gentoo.org
- 
  
web-a...@gentoo.org
Gentoo Webapps