public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2014-09-16  7:58 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2014-09-16  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     24ff12fe7fe6ea71770dafd58f3bc249f8477167
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Sep 16 07:58:10 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 07:58:10 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=24ff12fe

Fix dateutil dependency to a version that works.

Package-Manager: portage-2.2.8-r1

---
 dev-util/reviewboard/ChangeLog                 | 3 +++
 dev-util/reviewboard/reviewboard-1.7.28.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/ChangeLog b/dev-util/reviewboard/ChangeLog
index c83c71a..8846bb6 100644
--- a/dev-util/reviewboard/ChangeLog
+++ b/dev-util/reviewboard/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2014; Hans de Graaff <graaff@gentoo.org> reviewboard-1.7.28.ebuild:
+  Fix dateutil dependency to a version that works.
+
 *reviewboard-1.7.28 (14 Sep 2014)
 
   14 Sep 2014; Hans de Graaff <graaff@gentoo.org> +reviewboard-1.7.28.ebuild,

diff --git a/dev-util/reviewboard/reviewboard-1.7.28.ebuild b/dev-util/reviewboard/reviewboard-1.7.28.ebuild
index 00b2bfd..4ef2bef 100644
--- a/dev-util/reviewboard/reviewboard-1.7.28.ebuild
+++ b/dev-util/reviewboard/reviewboard-1.7.28.ebuild
@@ -31,7 +31,7 @@ RDEPEND=">=dev-python/django-1.4.14[${PYTHON_USEDEP},sqlite]
 	>=dev-python/markdown-2.2.1[${PYTHON_USEDEP}]
 	>=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}]
 	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-dateutil:python-2
 	dev-python/python-memcached[${PYTHON_USEDEP}]
 	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
 	dev-python/recaptcha-client[${PYTHON_USEDEP}]"


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2015-11-21  7:11 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2015-11-21  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4b8074f2524715763877f6671a7960bdd48ad7c4
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Nov 21 07:10:58 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 07:10:58 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4b8074f2

dev-util/reviewboard: add 2.5.1.1

Package-Manager: portage-2.2.20.1

 dev-util/reviewboard/Manifest                   |   1 +
 dev-util/reviewboard/metadata.xml               |  13 +++
 dev-util/reviewboard/reviewboard-2.5.1.1.ebuild | 122 ++++++++++++++++++++++++
 3 files changed, 136 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
new file mode 100644
index 0000000..4cad3b1
--- /dev/null
+++ b/dev-util/reviewboard/Manifest
@@ -0,0 +1 @@
+DIST ReviewBoard-2.5.1.1.tar.gz 12734864 SHA256 96cbef615fc654dbb4220257ecc49d6e569b183fe92c2150fcd676ac84f7a892 SHA512 920bf14817b442df973e493707668e39ede1365dc528a67811009e142ac325c5f89b0e176397b2ef6a68c2558c237258c09ec333a814c1c1a9f2e6a8b95b05cf WHIRLPOOL 0059a96e3dbe7ae59cda3b7d4034ecb21adc6b8911fdd211e54ce542ff2ec6d3e7bfc9cbfd694f10494ff55db012685c51bd634fb85e2e55d3987799b340a414

diff --git a/dev-util/reviewboard/metadata.xml b/dev-util/reviewboard/metadata.xml
new file mode 100644
index 0000000..033a94f
--- /dev/null
+++ b/dev-util/reviewboard/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>graaff@gentoo.org</email>
+		<name>Hans de Graaff</name>
+	</maintainer>
+	<use>
+		<flag name='codebase'>Enables a build of the docs/codebase folder</flag>
+		<flag name='manual'>Enables a build of the docs/manual folder</flag>
+		<flag name='rnotes'>Enables a doc build of the release notes</flag>
+	</use>
+</pkgmetadata>

diff --git a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild b/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
new file mode 100644
index 0000000..134f326
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers an easy way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.4.0[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
+	elog "to use the corresponding database backend."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2015-11-21  8:30 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2015-11-21  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     27d9b67aa355b45bca78bd4ba1eae4f8718a3339
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Nov 21 08:30:17 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 08:30:17 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=27d9b67a

dev-util/reviewboard: add 2.0.20

I can't seem to migrate directly to 2.5.1.1 so hopefully
doing this in two steps works better.

Also change markdown depependency to a version still
supported in Gentoo.

Package-Manager: portage-2.2.20.1

 dev-util/reviewboard/Manifest                                |  1 +
 ...{reviewboard-2.5.1.1.ebuild => reviewboard-2.0.20.ebuild} | 12 ++++++++----
 dev-util/reviewboard/reviewboard-2.5.1.1.ebuild              |  6 +++++-
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 4cad3b1..6293046 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1 +1,2 @@
+DIST ReviewBoard-2.0.20.tar.gz 8360873 SHA256 cb83d5aabcb2a685043cd2dd516b833e6f73d3777fcbd0402a3c347f8ac75196 SHA512 9a6f9e1bc3a59264f365b4ce057cb4961e8ead03cc11735e909e280109a5a30a9ec12d16eb2679e7b8e83abe92fc7caacfa82ca1d31ee487e54c6891880ed7aa WHIRLPOOL ead1ff1af5e0d6239822c498e8b87044a3fb93b5a7f8fe94588f0e2f8b9766f13f88dbfe7c4b25d482bc7618621105871c9d60f1193f32b6450b9cdf0a2f441e
 DIST ReviewBoard-2.5.1.1.tar.gz 12734864 SHA256 96cbef615fc654dbb4220257ecc49d6e569b183fe92c2150fcd676ac84f7a892 SHA512 920bf14817b442df973e493707668e39ede1365dc528a67811009e142ac325c5f89b0e176397b2ef6a68c2558c237258c09ec333a814c1c1a9f2e6a8b95b05cf WHIRLPOOL 0059a96e3dbe7ae59cda3b7d4034ecb21adc6b8911fdd211e54ce542ff2ec6d3e7bfc9cbfd694f10494ff55db012685c51bd634fb85e2e55d3987799b340a414

diff --git a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild b/dev-util/reviewboard/reviewboard-2.0.20.ebuild
similarity index 91%
copy from dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
copy to dev-util/reviewboard/reviewboard-2.0.20.ebuild
index 134f326..66ba44f 100644
--- a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.0.20.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_PN="ReviewBoard"
 DESCRIPTION="A web-based code review tool that offers developers an easy way to handle code reviews"
 HOMEPAGE="http://www.reviewboard.org/"
-SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/2.0/${MY_PN}-${PV}.tar.gz"
 KEYWORDS="~amd64 ~x86"
 IUSE="codebase doc manual rnotes test"
 
@@ -25,11 +25,12 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
 	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
 	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
-	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.8.22[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.9[${PYTHON_USEDEP}]
 	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
 	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.4.0[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
 	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
 	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
 	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
@@ -56,6 +57,9 @@ python_prepare_all() {
 	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
 	sed -e 's:==1.5:>=1.5:' -i setup.py || die
 
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
 	distutils-r1_python_prepare_all
 }
 

diff --git a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild b/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
index 134f326..c9e615a 100644
--- a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
@@ -29,7 +29,8 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
 	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
 	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.4.0[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
 	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
 	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
 	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
@@ -56,6 +57,9 @@ python_prepare_all() {
 	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
 	sed -e 's:==1.5:>=1.5:' -i setup.py || die
 
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
 	distutils-r1_python_prepare_all
 }
 


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2015-12-07  7:12 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2015-12-07  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     838977e68d50b7546ed286e779e7ddbbfc28c5a8
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Dec  7 07:12:13 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 07:12:13 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=838977e6

dev-util/reviewboard: add 2.5.2

Package-Manager: portage-2.2.20.1

 dev-util/reviewboard/Manifest                 |   1 +
 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 126 ++++++++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 6293046..f1b2989 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,2 +1,3 @@
 DIST ReviewBoard-2.0.20.tar.gz 8360873 SHA256 cb83d5aabcb2a685043cd2dd516b833e6f73d3777fcbd0402a3c347f8ac75196 SHA512 9a6f9e1bc3a59264f365b4ce057cb4961e8ead03cc11735e909e280109a5a30a9ec12d16eb2679e7b8e83abe92fc7caacfa82ca1d31ee487e54c6891880ed7aa WHIRLPOOL ead1ff1af5e0d6239822c498e8b87044a3fb93b5a7f8fe94588f0e2f8b9766f13f88dbfe7c4b25d482bc7618621105871c9d60f1193f32b6450b9cdf0a2f441e
 DIST ReviewBoard-2.5.1.1.tar.gz 12734864 SHA256 96cbef615fc654dbb4220257ecc49d6e569b183fe92c2150fcd676ac84f7a892 SHA512 920bf14817b442df973e493707668e39ede1365dc528a67811009e142ac325c5f89b0e176397b2ef6a68c2558c237258c09ec333a814c1c1a9f2e6a8b95b05cf WHIRLPOOL 0059a96e3dbe7ae59cda3b7d4034ecb21adc6b8911fdd211e54ce542ff2ec6d3e7bfc9cbfd694f10494ff55db012685c51bd634fb85e2e55d3987799b340a414
+DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc WHIRLPOOL 2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
new file mode 100644
index 0000000..c9e615a
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers an easy way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
+	elog "to use the corresponding database backend."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-02-14 19:29 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-02-14 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9a10047925fdfd5280adda84a548022ec61434f1
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 18:05:09 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 18:05:09 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9a100479

dev-util/reviewboard: fix description warning

Package-Manager: portage-2.2.26

 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
index 2cb3d70..7005756 100644
--- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite"
 inherit distutils-r1
 
 MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers an easy way to handle code reviews"
+DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
 HOMEPAGE="http://www.reviewboard.org/"
 SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
 KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-02-14 19:29 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-02-14 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f60c91b511a99f70e4655faa9f55dd274f49bf14
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 18:00:53 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 18:00:53 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f60c91b5

dev-util/reviewboard: add missing dependency on pillow

Thanks to Consus for letting me know.

Package-Manager: portage-2.2.26

 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
index c9e615a..2cb3d70 100644
--- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
@@ -32,6 +32,7 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
 	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
 	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
 	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
 	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-02-16 19:57 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-02-16 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e6b05bc20bc392cf91702849fec924de63ae0d91
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Feb 16 19:57:44 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 19:57:44 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e6b05bc2

dev-util/reviewboard: update django-evolution version

This version of reviewboard actually needs 0.7.6.
Thanks to Consus for the notification.

Package-Manager: portage-2.2.26

 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
index 7005756..acc9452 100644
--- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_PN}-${PV}
 
 RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
-	>=dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
+	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
 	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
 	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
 	dev-python/django-multiselectfield[${PYTHON_USEDEP}]


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-02-19  7:21 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-02-19  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     282f6d5460712bb9df83729f019114932b0aafc9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 19 07:21:50 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 07:21:50 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=282f6d54

dev-util/reviewboard: fix elog messages

Make sure elog messages about mysql and postgres reflect
reality. Django no longer has these USE flags.

Thanks for Consus for pointing this out.

Package-Manager: portage-2.2.26

 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
index acc9452..40bc783 100644
--- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
@@ -119,8 +119,8 @@ pkg_postinst() {
 	elog "You must install any VCS tool you wish ${PN} to support."
 	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
 	elog
-	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
-	elog "to use the corresponding database backend."
+	elog "Install dev-python/mysql-python for mysql support."
+	elog "Install dev-python/psycopg for postgres support."
 	elog
 	elog "For speed and responsiveness, consider installing net-misc/memcached"
 	elog "and dev-python/python-memcached"


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-02-24  7:15 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-02-24  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6b87a65ce6c26aad95945bcf40605106a98136ea
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Feb 24 07:15:36 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 07:15:36 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6b87a65c

dev-util/reviewboard: add 2.5.3

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                 |   1 +
 dev-util/reviewboard/reviewboard-2.5.3.ebuild | 127 ++++++++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index f1b2989..8cbef5a 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,3 +1,4 @@
 DIST ReviewBoard-2.0.20.tar.gz 8360873 SHA256 cb83d5aabcb2a685043cd2dd516b833e6f73d3777fcbd0402a3c347f8ac75196 SHA512 9a6f9e1bc3a59264f365b4ce057cb4961e8ead03cc11735e909e280109a5a30a9ec12d16eb2679e7b8e83abe92fc7caacfa82ca1d31ee487e54c6891880ed7aa WHIRLPOOL ead1ff1af5e0d6239822c498e8b87044a3fb93b5a7f8fe94588f0e2f8b9766f13f88dbfe7c4b25d482bc7618621105871c9d60f1193f32b6450b9cdf0a2f441e
 DIST ReviewBoard-2.5.1.1.tar.gz 12734864 SHA256 96cbef615fc654dbb4220257ecc49d6e569b183fe92c2150fcd676ac84f7a892 SHA512 920bf14817b442df973e493707668e39ede1365dc528a67811009e142ac325c5f89b0e176397b2ef6a68c2558c237258c09ec333a814c1c1a9f2e6a8b95b05cf WHIRLPOOL 0059a96e3dbe7ae59cda3b7d4034ecb21adc6b8911fdd211e54ce542ff2ec6d3e7bfc9cbfd694f10494ff55db012685c51bd634fb85e2e55d3987799b340a414
 DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc WHIRLPOOL 2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e
+DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9

diff --git a/dev-util/reviewboard/reviewboard-2.5.3.ebuild b/dev-util/reviewboard/reviewboard-2.5.3.ebuild
new file mode 100644
index 0000000..40bc783
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.3.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Install dev-python/mysql-python for mysql support."
+	elog "Install dev-python/psycopg for postgres support."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-02-24 13:42 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-02-24 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9d6b98a11e1b3331679794bc5caa5a63c396fd0e
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Feb 24 13:42:02 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 13:42:02 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9d6b98a1

dev-util/reviewboard: fix Djblets dependency

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-util/reviewboard/reviewboard-2.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.3.ebuild b/dev-util/reviewboard/reviewboard-2.5.3.ebuild
index 40bc783..a4605e6 100644
--- a/dev-util/reviewboard/reviewboard-2.5.3.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.3.ebuild
@@ -25,7 +25,7 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
 	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
 	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.1[${PYTHON_USEDEP}]
 	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
 	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
 	dev-python/docutils[${PYTHON_USEDEP}]


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-03-04  6:08 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-03-04  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6b1c392d96de948d9614ed562a3e3ffdacb348b9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Mar  4 06:06:11 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 06:06:11 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6b1c392d

cleanup

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                   |   2 -
 dev-util/reviewboard/reviewboard-2.0.20.ebuild  | 126 ------------------------
 dev-util/reviewboard/reviewboard-2.5.1.1.ebuild | 126 ------------------------
 3 files changed, 254 deletions(-)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 8cbef5a..14ca298 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,4 +1,2 @@
-DIST ReviewBoard-2.0.20.tar.gz 8360873 SHA256 cb83d5aabcb2a685043cd2dd516b833e6f73d3777fcbd0402a3c347f8ac75196 SHA512 9a6f9e1bc3a59264f365b4ce057cb4961e8ead03cc11735e909e280109a5a30a9ec12d16eb2679e7b8e83abe92fc7caacfa82ca1d31ee487e54c6891880ed7aa WHIRLPOOL ead1ff1af5e0d6239822c498e8b87044a3fb93b5a7f8fe94588f0e2f8b9766f13f88dbfe7c4b25d482bc7618621105871c9d60f1193f32b6450b9cdf0a2f441e
-DIST ReviewBoard-2.5.1.1.tar.gz 12734864 SHA256 96cbef615fc654dbb4220257ecc49d6e569b183fe92c2150fcd676ac84f7a892 SHA512 920bf14817b442df973e493707668e39ede1365dc528a67811009e142ac325c5f89b0e176397b2ef6a68c2558c237258c09ec333a814c1c1a9f2e6a8b95b05cf WHIRLPOOL 0059a96e3dbe7ae59cda3b7d4034ecb21adc6b8911fdd211e54ce542ff2ec6d3e7bfc9cbfd694f10494ff55db012685c51bd634fb85e2e55d3987799b340a414
 DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc WHIRLPOOL 2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e
 DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9

diff --git a/dev-util/reviewboard/reviewboard-2.0.20.ebuild b/dev-util/reviewboard/reviewboard-2.0.20.ebuild
deleted file mode 100644
index 66ba44f..0000000
--- a/dev-util/reviewboard/reviewboard-2.0.20.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers an easy way to handle code reviews"
-HOMEPAGE="http://www.reviewboard.org/"
-SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/2.0/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="codebase doc manual rnotes test"
-
-LICENSE="MIT"
-SLOT="0"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
-	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
-	>=dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
-	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
-	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
-	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.8.22[${PYTHON_USEDEP}]
-	<dev-python/Djblets-0.9[${PYTHON_USEDEP}]
-	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
-	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-	dev-python/python-memcached[${PYTHON_USEDEP}]
-	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
-	dev-python/recaptcha-client[${PYTHON_USEDEP}]
-	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
-# Tests mostly access the inet and when run mostly fail
-RESTRICT=test
-
-python_prepare_all() {
-	# Running uglify is a problem right now, so skip this step. Rather
-	# have newer versions than compacted javascript.
-	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
-
-	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
-	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
-	sed -e 's:==1.5:>=1.5:' -i setup.py || die
-
-	# Use newer markdown version still available
-	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	# See https://code.google.com/p/reviewboard/issues/ #3009
-	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
-	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
-	local msg="Generating docs for"
-	if use doc; then
-		if use manual; then
-			rm -rf docs/manual/webapi//2.0/resources/ || die
-			einfo;einfo "$msg manual"
-			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
-		fi
-
-		if use codebase; then
-			pushd docs/codebase &> /dev/null
-			ln -sf ../../contrib/internal/conf/settings_local.py .
-			popd &> /dev/null
-			einfo;einfo "$msg codebase"
-			emake -C docs/codebase html
-		fi
-
-		if use rnotes; then
-			einfo;einfo "$msg release notes"
-			emake -C docs/releasenotes html
-		fi
-	fi
-}
-
-python_test() {
-	pushd ${PN} > /dev/null
-	ln -sf contrib/internal/conf/settings_local.py .
-	"${PYTHON}" manage.py test || die
-}
-
-python_install_all() {
-	if use doc; then
-		if use manual; then
-			insinto /usr/share/doc/${PF}/manual
-			doins -r docs/manual/_build/html/
-		fi
-		if use codebase; then
-			insinto /usr/share/doc/${PF}/codebase
-			doins -r docs/codebase/_build/html/
-		fi
-		if use rnotes; then
-			insinto /usr/share/doc/${PF}/release_notes
-			doins -r docs/releasenotes/_build/html/
-		fi
-	fi
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "You must install any VCS tool you wish ${PN} to support."
-	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
-	elog
-	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
-	elog "to use the corresponding database backend."
-	elog
-	elog "For speed and responsiveness, consider installing net-misc/memcached"
-	elog "and dev-python/python-memcached"
-}

diff --git a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild b/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
deleted file mode 100644
index c9e615a..0000000
--- a/dev-util/reviewboard/reviewboard-2.5.1.1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers an easy way to handle code reviews"
-HOMEPAGE="http://www.reviewboard.org/"
-SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="codebase doc manual rnotes test"
-
-LICENSE="MIT"
-SLOT="0"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
-	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
-	>=dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
-	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
-	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
-	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
-	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
-	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
-	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-	dev-python/python-memcached[${PYTHON_USEDEP}]
-	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
-	dev-python/recaptcha-client[${PYTHON_USEDEP}]
-	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
-# Tests mostly access the inet and when run mostly fail
-RESTRICT=test
-
-python_prepare_all() {
-	# Running uglify is a problem right now, so skip this step. Rather
-	# have newer versions than compacted javascript.
-	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
-
-	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
-	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
-	sed -e 's:==1.5:>=1.5:' -i setup.py || die
-
-	# Use newer markdown version still available
-	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	# See https://code.google.com/p/reviewboard/issues/ #3009
-	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
-	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
-	local msg="Generating docs for"
-	if use doc; then
-		if use manual; then
-			rm -rf docs/manual/webapi//2.0/resources/ || die
-			einfo;einfo "$msg manual"
-			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
-		fi
-
-		if use codebase; then
-			pushd docs/codebase &> /dev/null
-			ln -sf ../../contrib/internal/conf/settings_local.py .
-			popd &> /dev/null
-			einfo;einfo "$msg codebase"
-			emake -C docs/codebase html
-		fi
-
-		if use rnotes; then
-			einfo;einfo "$msg release notes"
-			emake -C docs/releasenotes html
-		fi
-	fi
-}
-
-python_test() {
-	pushd ${PN} > /dev/null
-	ln -sf contrib/internal/conf/settings_local.py .
-	"${PYTHON}" manage.py test || die
-}
-
-python_install_all() {
-	if use doc; then
-		if use manual; then
-			insinto /usr/share/doc/${PF}/manual
-			doins -r docs/manual/_build/html/
-		fi
-		if use codebase; then
-			insinto /usr/share/doc/${PF}/codebase
-			doins -r docs/codebase/_build/html/
-		fi
-		if use rnotes; then
-			insinto /usr/share/doc/${PF}/release_notes
-			doins -r docs/releasenotes/_build/html/
-		fi
-	fi
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "You must install any VCS tool you wish ${PN} to support."
-	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
-	elog
-	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
-	elog "to use the corresponding database backend."
-	elog
-	elog "For speed and responsiveness, consider installing net-misc/memcached"
-	elog "and dev-python/python-memcached"
-}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-04-16  6:07 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-04-16  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1a2a4304f395ef9082fee8507f5ebdff20e92d35
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Apr 16 06:07:50 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 06:07:50 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=1a2a4304

add 2.5.4 (security fixes)

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                 |   1 +
 dev-util/reviewboard/reviewboard-2.5.4.ebuild | 127 ++++++++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 14ca298..e9d0ce3 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,2 +1,3 @@
 DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc WHIRLPOOL 2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e
 DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9
+DIST ReviewBoard-2.5.4.tar.gz 12750803 SHA256 46bd233843bc1bd92a160c1852385f45d6c3436fd1a0d026db4806f4e0ff17d8 SHA512 930a2427479c3158766c8d5c15991d283a8e5da8acd8c1a70ce30c4e295085e7538eac108260608bc0533cda6f836258e64df307935cff604ac025f87e6f2fcb WHIRLPOOL 7b0b1104e55f9cd586bc4c888c91d2d8b4b33e4a53cda0a47b720c7039acf868b52aa1b81a84ed46601f80157e665af09b884c7cf4d24b9847cb832bb7bf61a7

diff --git a/dev-util/reviewboard/reviewboard-2.5.4.ebuild b/dev-util/reviewboard/reviewboard-2.5.4.ebuild
new file mode 100644
index 0000000..a4605e6
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.4.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.1[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Install dev-python/mysql-python for mysql support."
+	elog "Install dev-python/psycopg for postgres support."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-04-22  6:40 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-04-22  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     593f3a8be60c2f2666e6dc2e515ec989c1af730d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 22 06:40:43 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 06:40:43 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=593f3a8b

Use proper Djblets dependency

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-util/reviewboard/reviewboard-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.4.ebuild b/dev-util/reviewboard/reviewboard-2.5.4.ebuild
index a4605e6..2443492 100644
--- a/dev-util/reviewboard/reviewboard-2.5.4.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.4.ebuild
@@ -25,7 +25,7 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
 	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
 	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9.1[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.3[${PYTHON_USEDEP}]
 	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
 	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
 	dev-python/docutils[${PYTHON_USEDEP}]


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-05-19  5:40 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-05-19  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f9399ce539094c20b7f7112f53026d1a9db5b1ee
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu May 19 05:40:35 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 19 05:40:35 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f9399ce5

add 2.5.5

Package-Manager: portage-2.2.28
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                 |   1 +
 dev-util/reviewboard/reviewboard-2.5.5.ebuild | 127 ++++++++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index e9d0ce3..472ab74 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,3 +1,4 @@
 DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc WHIRLPOOL 2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e
 DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9
 DIST ReviewBoard-2.5.4.tar.gz 12750803 SHA256 46bd233843bc1bd92a160c1852385f45d6c3436fd1a0d026db4806f4e0ff17d8 SHA512 930a2427479c3158766c8d5c15991d283a8e5da8acd8c1a70ce30c4e295085e7538eac108260608bc0533cda6f836258e64df307935cff604ac025f87e6f2fcb WHIRLPOOL 7b0b1104e55f9cd586bc4c888c91d2d8b4b33e4a53cda0a47b720c7039acf868b52aa1b81a84ed46601f80157e665af09b884c7cf4d24b9847cb832bb7bf61a7
+DIST ReviewBoard-2.5.5.tar.gz 12765349 SHA256 539218b2fbbf4c472c163c34ec232c43d386ac3f041144d7186a18542ef06f9a SHA512 9a4e8c5f57fe5a78715389a2af5378152dbe30f1a9566a1a2369bec43cf07a765357e8778c949796446391cea0aacd38d3bd20e0c3d3a068961a1ec37449e3f6 WHIRLPOOL c520b357979f0bd1bf42aa0a6e10cb9b448ea2c572617fef697d652c1b0e6c70059932508dad70a250055a6b181dca540ea753517b2d5ad19726e2c1ed881159

diff --git a/dev-util/reviewboard/reviewboard-2.5.5.ebuild b/dev-util/reviewboard/reviewboard-2.5.5.ebuild
new file mode 100644
index 0000000..2443492
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.5.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.3[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Install dev-python/mysql-python for mysql support."
+	elog "Install dev-python/psycopg for postgres support."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-06-03  5:43 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-06-03  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0253400739b11d08ab07488b9077896220e92343
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun  3 05:43:05 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 05:43:05 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=02534007

add 2.5.6

Package-Manager: portage-2.2.28
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                 |   1 +
 dev-util/reviewboard/reviewboard-2.5.6.ebuild | 128 ++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 472ab74..5423b61 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -2,3 +2,4 @@ DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2
 DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9
 DIST ReviewBoard-2.5.4.tar.gz 12750803 SHA256 46bd233843bc1bd92a160c1852385f45d6c3436fd1a0d026db4806f4e0ff17d8 SHA512 930a2427479c3158766c8d5c15991d283a8e5da8acd8c1a70ce30c4e295085e7538eac108260608bc0533cda6f836258e64df307935cff604ac025f87e6f2fcb WHIRLPOOL 7b0b1104e55f9cd586bc4c888c91d2d8b4b33e4a53cda0a47b720c7039acf868b52aa1b81a84ed46601f80157e665af09b884c7cf4d24b9847cb832bb7bf61a7
 DIST ReviewBoard-2.5.5.tar.gz 12765349 SHA256 539218b2fbbf4c472c163c34ec232c43d386ac3f041144d7186a18542ef06f9a SHA512 9a4e8c5f57fe5a78715389a2af5378152dbe30f1a9566a1a2369bec43cf07a765357e8778c949796446391cea0aacd38d3bd20e0c3d3a068961a1ec37449e3f6 WHIRLPOOL c520b357979f0bd1bf42aa0a6e10cb9b448ea2c572617fef697d652c1b0e6c70059932508dad70a250055a6b181dca540ea753517b2d5ad19726e2c1ed881159
+DIST ReviewBoard-2.5.6.tar.gz 12766625 SHA256 de8ba27ac80d95f5ac6a810159c1bd55970596f56ec7c4ee147b5f907f818087 SHA512 6b9f94c8080bba85f8c87f3dc329ba752bd149492f5170378a38694e718a3d43345c9824d0bb82b26ba78273275154a46fa6382e1c9b3e332b4606c96a2bbd9f WHIRLPOOL a40a00e15834eba8cdd2f4324b660a0c35cca7d2fe2d1cd3cb29dbbc236b82bd450e989ff9aed67f9947d2e24f036f03f67acf6fcbab37301850ba7bdda28126

diff --git a/dev-util/reviewboard/reviewboard-2.5.6.ebuild b/dev-util/reviewboard/reviewboard-2.5.6.ebuild
new file mode 100644
index 0000000..b03837e
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.6.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	<dev-python/django-haystack-2.5[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.3[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Install dev-python/mysql-python for mysql support."
+	elog "Install dev-python/psycopg for postgres support."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-06-04  3:50 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-06-04  3:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4d316f1b3c5a3b9092f2c71a0bf6afd734899791
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jun  4 03:50:06 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 03:50:06 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4d316f1b

add 2.5.6.1

Package-Manager: portage-2.2.28
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                                           | 2 +-
 .../{reviewboard-2.5.6.ebuild => reviewboard-2.5.6.1.ebuild}            | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 5423b61..76cf3d3 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -2,4 +2,4 @@ DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2
 DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9
 DIST ReviewBoard-2.5.4.tar.gz 12750803 SHA256 46bd233843bc1bd92a160c1852385f45d6c3436fd1a0d026db4806f4e0ff17d8 SHA512 930a2427479c3158766c8d5c15991d283a8e5da8acd8c1a70ce30c4e295085e7538eac108260608bc0533cda6f836258e64df307935cff604ac025f87e6f2fcb WHIRLPOOL 7b0b1104e55f9cd586bc4c888c91d2d8b4b33e4a53cda0a47b720c7039acf868b52aa1b81a84ed46601f80157e665af09b884c7cf4d24b9847cb832bb7bf61a7
 DIST ReviewBoard-2.5.5.tar.gz 12765349 SHA256 539218b2fbbf4c472c163c34ec232c43d386ac3f041144d7186a18542ef06f9a SHA512 9a4e8c5f57fe5a78715389a2af5378152dbe30f1a9566a1a2369bec43cf07a765357e8778c949796446391cea0aacd38d3bd20e0c3d3a068961a1ec37449e3f6 WHIRLPOOL c520b357979f0bd1bf42aa0a6e10cb9b448ea2c572617fef697d652c1b0e6c70059932508dad70a250055a6b181dca540ea753517b2d5ad19726e2c1ed881159
-DIST ReviewBoard-2.5.6.tar.gz 12766625 SHA256 de8ba27ac80d95f5ac6a810159c1bd55970596f56ec7c4ee147b5f907f818087 SHA512 6b9f94c8080bba85f8c87f3dc329ba752bd149492f5170378a38694e718a3d43345c9824d0bb82b26ba78273275154a46fa6382e1c9b3e332b4606c96a2bbd9f WHIRLPOOL a40a00e15834eba8cdd2f4324b660a0c35cca7d2fe2d1cd3cb29dbbc236b82bd450e989ff9aed67f9947d2e24f036f03f67acf6fcbab37301850ba7bdda28126
+DIST ReviewBoard-2.5.6.1.tar.gz 12768789 SHA256 415c40472efcf153c8d223ea217234b444d56816bb89b5178b2ac2dedb6268ee SHA512 909d437c7328e9a3cec0a339e69966004f296232545a3e3d1ebd2f2591cbdea398b16fde450656b4f86fc4f3ada0e9592d56c37135f62de011ebf1d3b4fc90fd WHIRLPOOL ddd322140707af145c5d61806c69062f35b7b9cbf29c9ac6521935aa068f1fc7ba5810ab459e8dd1933bd5056418779fe7b3ac9f9522c7aa3d9c4d57423c200b

diff --git a/dev-util/reviewboard/reviewboard-2.5.6.ebuild b/dev-util/reviewboard/reviewboard-2.5.6.1.ebuild
similarity index 100%
rename from dev-util/reviewboard/reviewboard-2.5.6.ebuild
rename to dev-util/reviewboard/reviewboard-2.5.6.1.ebuild


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-10-19  5:38 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-10-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     839574765c0990957b47a8498b8f231e4e10dc57
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Oct 19 05:38:03 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 05:38:03 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=83957476

add 2.5.7

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                 |   1 +
 dev-util/reviewboard/reviewboard-2.5.7.ebuild | 128 ++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 426337c..68f048d 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,2 +1,3 @@
 DIST ReviewBoard-2.5.5.tar.gz 12765349 SHA256 539218b2fbbf4c472c163c34ec232c43d386ac3f041144d7186a18542ef06f9a SHA512 9a4e8c5f57fe5a78715389a2af5378152dbe30f1a9566a1a2369bec43cf07a765357e8778c949796446391cea0aacd38d3bd20e0c3d3a068961a1ec37449e3f6 WHIRLPOOL c520b357979f0bd1bf42aa0a6e10cb9b448ea2c572617fef697d652c1b0e6c70059932508dad70a250055a6b181dca540ea753517b2d5ad19726e2c1ed881159
 DIST ReviewBoard-2.5.6.1.tar.gz 12768789 SHA256 415c40472efcf153c8d223ea217234b444d56816bb89b5178b2ac2dedb6268ee SHA512 909d437c7328e9a3cec0a339e69966004f296232545a3e3d1ebd2f2591cbdea398b16fde450656b4f86fc4f3ada0e9592d56c37135f62de011ebf1d3b4fc90fd WHIRLPOOL ddd322140707af145c5d61806c69062f35b7b9cbf29c9ac6521935aa068f1fc7ba5810ab459e8dd1933bd5056418779fe7b3ac9f9522c7aa3d9c4d57423c200b
+DIST ReviewBoard-2.5.7.tar.gz 12925352 SHA256 ea1ccf2f6ecc5670fb7eab485b58ac7a0847ba16734bd62b6ab3d582751927d1 SHA512 ad6e88a73f43be3cad2ae2c8ecc93bfc1c8d557138fce1970b7ab71c20a83c947b3a0491d97bfebb07ba10da02705d436d3bf90e1a153171c0cd2994ec233863 WHIRLPOOL f49c279a395e8727139d50fb7b5fd065e651f3868d64c029971000411afbccfb0afb191d3bc56e9d46f60c1e31149d67024869a22b1504a4faed7f1f841090d7

diff --git a/dev-util/reviewboard/reviewboard-2.5.7.ebuild b/dev-util/reviewboard/reviewboard-2.5.7.ebuild
new file mode 100644
index 0000000..b0177fb
--- /dev/null
+++ b/dev-util/reviewboard/reviewboard-2.5.7.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+MY_PN="ReviewBoard"
+DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
+HOMEPAGE="http://www.reviewboard.org/"
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="codebase doc manual rnotes test"
+
+LICENSE="MIT"
+SLOT="0"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
+	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
+	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
+	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
+	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
+	<dev-python/django-haystack-2.5[${PYTHON_USEDEP}]
+	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.3[${PYTHON_USEDEP}]
+	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
+	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
+	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+	dev-python/python-memcached[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
+	dev-python/recaptcha-client[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
+# Tests mostly access the inet and when run mostly fail
+RESTRICT=test
+
+python_prepare_all() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
+
+	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
+	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
+	sed -e 's:==1.5:>=1.5:' -i setup.py || die
+
+	# Use newer markdown version still available
+	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	# See https://code.google.com/p/reviewboard/issues/ #3009
+	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
+	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
+	local msg="Generating docs for"
+	if use doc; then
+		if use manual; then
+			rm -rf docs/manual/webapi//2.0/resources/ || die
+			einfo;einfo "$msg manual"
+			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
+		fi
+
+		if use codebase; then
+			pushd docs/codebase &> /dev/null
+			ln -sf ../../contrib/internal/conf/settings_local.py .
+			popd &> /dev/null
+			einfo;einfo "$msg codebase"
+			emake -C docs/codebase html
+		fi
+
+		if use rnotes; then
+			einfo;einfo "$msg release notes"
+			emake -C docs/releasenotes html
+		fi
+	fi
+}
+
+python_test() {
+	pushd ${PN} > /dev/null
+	ln -sf contrib/internal/conf/settings_local.py .
+	"${PYTHON}" manage.py test || die
+}
+
+python_install_all() {
+	if use doc; then
+		if use manual; then
+			insinto /usr/share/doc/${PF}/manual
+			doins -r docs/manual/_build/html/
+		fi
+		if use codebase; then
+			insinto /usr/share/doc/${PF}/codebase
+			doins -r docs/codebase/_build/html/
+		fi
+		if use rnotes; then
+			insinto /usr/share/doc/${PF}/release_notes
+			doins -r docs/releasenotes/_build/html/
+		fi
+	fi
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "You must install any VCS tool you wish ${PN} to support."
+	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
+	elog
+	elog "Install dev-python/mysql-python for mysql support."
+	elog "Install dev-python/psycopg for postgres support."
+	elog
+	elog "For speed and responsiveness, consider installing net-misc/memcached"
+	elog "and dev-python/python-memcached"
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-10-19  5:38 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-10-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c75d70085fc8d8e856174435ece10d167bf753
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Oct 19 05:28:33 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 05:28:33 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f8c75d70

cleanup

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 dev-util/reviewboard/Manifest                 |   3 -
 dev-util/reviewboard/metadata.xml             |   2 +-
 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 127 --------------------------
 dev-util/reviewboard/reviewboard-2.5.3.ebuild | 127 --------------------------
 dev-util/reviewboard/reviewboard-2.5.4.ebuild | 127 --------------------------
 5 files changed, 1 insertion(+), 385 deletions(-)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 76cf3d3..426337c 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,5 +1,2 @@
-DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc WHIRLPOOL 2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e
-DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63 WHIRLPOOL b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9
-DIST ReviewBoard-2.5.4.tar.gz 12750803 SHA256 46bd233843bc1bd92a160c1852385f45d6c3436fd1a0d026db4806f4e0ff17d8 SHA512 930a2427479c3158766c8d5c15991d283a8e5da8acd8c1a70ce30c4e295085e7538eac108260608bc0533cda6f836258e64df307935cff604ac025f87e6f2fcb WHIRLPOOL 7b0b1104e55f9cd586bc4c888c91d2d8b4b33e4a53cda0a47b720c7039acf868b52aa1b81a84ed46601f80157e665af09b884c7cf4d24b9847cb832bb7bf61a7
 DIST ReviewBoard-2.5.5.tar.gz 12765349 SHA256 539218b2fbbf4c472c163c34ec232c43d386ac3f041144d7186a18542ef06f9a SHA512 9a4e8c5f57fe5a78715389a2af5378152dbe30f1a9566a1a2369bec43cf07a765357e8778c949796446391cea0aacd38d3bd20e0c3d3a068961a1ec37449e3f6 WHIRLPOOL c520b357979f0bd1bf42aa0a6e10cb9b448ea2c572617fef697d652c1b0e6c70059932508dad70a250055a6b181dca540ea753517b2d5ad19726e2c1ed881159
 DIST ReviewBoard-2.5.6.1.tar.gz 12768789 SHA256 415c40472efcf153c8d223ea217234b444d56816bb89b5178b2ac2dedb6268ee SHA512 909d437c7328e9a3cec0a339e69966004f296232545a3e3d1ebd2f2591cbdea398b16fde450656b4f86fc4f3ada0e9592d56c37135f62de011ebf1d3b4fc90fd WHIRLPOOL ddd322140707af145c5d61806c69062f35b7b9cbf29c9ac6521935aa068f1fc7ba5810ab459e8dd1933bd5056418779fe7b3ac9f9522c7aa3d9c4d57423c200b

diff --git a/dev-util/reviewboard/metadata.xml b/dev-util/reviewboard/metadata.xml
index 033a94f..78c20cd 100644
--- a/dev-util/reviewboard/metadata.xml
+++ b/dev-util/reviewboard/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
+	<maintainer type="person">
 		<email>graaff@gentoo.org</email>
 		<name>Hans de Graaff</name>
 	</maintainer>

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
deleted file mode 100644
index 40bc783..0000000
--- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
-HOMEPAGE="http://www.reviewboard.org/"
-SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="codebase doc manual rnotes test"
-
-LICENSE="MIT"
-SLOT="0"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
-	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
-	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
-	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
-	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
-	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9[${PYTHON_USEDEP}]
-	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
-	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-	dev-python/python-memcached[${PYTHON_USEDEP}]
-	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
-	dev-python/recaptcha-client[${PYTHON_USEDEP}]
-	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
-# Tests mostly access the inet and when run mostly fail
-RESTRICT=test
-
-python_prepare_all() {
-	# Running uglify is a problem right now, so skip this step. Rather
-	# have newer versions than compacted javascript.
-	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
-
-	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
-	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
-	sed -e 's:==1.5:>=1.5:' -i setup.py || die
-
-	# Use newer markdown version still available
-	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	# See https://code.google.com/p/reviewboard/issues/ #3009
-	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
-	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
-	local msg="Generating docs for"
-	if use doc; then
-		if use manual; then
-			rm -rf docs/manual/webapi//2.0/resources/ || die
-			einfo;einfo "$msg manual"
-			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
-		fi
-
-		if use codebase; then
-			pushd docs/codebase &> /dev/null
-			ln -sf ../../contrib/internal/conf/settings_local.py .
-			popd &> /dev/null
-			einfo;einfo "$msg codebase"
-			emake -C docs/codebase html
-		fi
-
-		if use rnotes; then
-			einfo;einfo "$msg release notes"
-			emake -C docs/releasenotes html
-		fi
-	fi
-}
-
-python_test() {
-	pushd ${PN} > /dev/null
-	ln -sf contrib/internal/conf/settings_local.py .
-	"${PYTHON}" manage.py test || die
-}
-
-python_install_all() {
-	if use doc; then
-		if use manual; then
-			insinto /usr/share/doc/${PF}/manual
-			doins -r docs/manual/_build/html/
-		fi
-		if use codebase; then
-			insinto /usr/share/doc/${PF}/codebase
-			doins -r docs/codebase/_build/html/
-		fi
-		if use rnotes; then
-			insinto /usr/share/doc/${PF}/release_notes
-			doins -r docs/releasenotes/_build/html/
-		fi
-	fi
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "You must install any VCS tool you wish ${PN} to support."
-	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
-	elog
-	elog "Install dev-python/mysql-python for mysql support."
-	elog "Install dev-python/psycopg for postgres support."
-	elog
-	elog "For speed and responsiveness, consider installing net-misc/memcached"
-	elog "and dev-python/python-memcached"
-}

diff --git a/dev-util/reviewboard/reviewboard-2.5.3.ebuild b/dev-util/reviewboard/reviewboard-2.5.3.ebuild
deleted file mode 100644
index a4605e6..0000000
--- a/dev-util/reviewboard/reviewboard-2.5.3.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
-HOMEPAGE="http://www.reviewboard.org/"
-SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="codebase doc manual rnotes test"
-
-LICENSE="MIT"
-SLOT="0"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
-	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
-	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
-	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
-	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
-	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9.1[${PYTHON_USEDEP}]
-	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
-	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-	dev-python/python-memcached[${PYTHON_USEDEP}]
-	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
-	dev-python/recaptcha-client[${PYTHON_USEDEP}]
-	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
-# Tests mostly access the inet and when run mostly fail
-RESTRICT=test
-
-python_prepare_all() {
-	# Running uglify is a problem right now, so skip this step. Rather
-	# have newer versions than compacted javascript.
-	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
-
-	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
-	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
-	sed -e 's:==1.5:>=1.5:' -i setup.py || die
-
-	# Use newer markdown version still available
-	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	# See https://code.google.com/p/reviewboard/issues/ #3009
-	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
-	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
-	local msg="Generating docs for"
-	if use doc; then
-		if use manual; then
-			rm -rf docs/manual/webapi//2.0/resources/ || die
-			einfo;einfo "$msg manual"
-			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
-		fi
-
-		if use codebase; then
-			pushd docs/codebase &> /dev/null
-			ln -sf ../../contrib/internal/conf/settings_local.py .
-			popd &> /dev/null
-			einfo;einfo "$msg codebase"
-			emake -C docs/codebase html
-		fi
-
-		if use rnotes; then
-			einfo;einfo "$msg release notes"
-			emake -C docs/releasenotes html
-		fi
-	fi
-}
-
-python_test() {
-	pushd ${PN} > /dev/null
-	ln -sf contrib/internal/conf/settings_local.py .
-	"${PYTHON}" manage.py test || die
-}
-
-python_install_all() {
-	if use doc; then
-		if use manual; then
-			insinto /usr/share/doc/${PF}/manual
-			doins -r docs/manual/_build/html/
-		fi
-		if use codebase; then
-			insinto /usr/share/doc/${PF}/codebase
-			doins -r docs/codebase/_build/html/
-		fi
-		if use rnotes; then
-			insinto /usr/share/doc/${PF}/release_notes
-			doins -r docs/releasenotes/_build/html/
-		fi
-	fi
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "You must install any VCS tool you wish ${PN} to support."
-	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
-	elog
-	elog "Install dev-python/mysql-python for mysql support."
-	elog "Install dev-python/psycopg for postgres support."
-	elog
-	elog "For speed and responsiveness, consider installing net-misc/memcached"
-	elog "and dev-python/python-memcached"
-}

diff --git a/dev-util/reviewboard/reviewboard-2.5.4.ebuild b/dev-util/reviewboard/reviewboard-2.5.4.ebuild
deleted file mode 100644
index 2443492..0000000
--- a/dev-util/reviewboard/reviewboard-2.5.4.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers a way to handle code reviews"
-HOMEPAGE="http://www.reviewboard.org/"
-SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/2.5/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="codebase doc manual rnotes test"
-
-LICENSE="MIT"
-SLOT="0"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
-	<dev-python/django-1.7[${PYTHON_USEDEP},sqlite]
-	>=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
-	<dev-python/django-evolution-0.8[${PYTHON_USEDEP}]
-	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
-	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9.3[${PYTHON_USEDEP}]
-	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
-	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/markdown-2.7[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.12[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-	>=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-	dev-python/python-memcached[${PYTHON_USEDEP}]
-	>=dev-python/pytz-2012h[${PYTHON_USEDEP}]
-	dev-python/recaptcha-client[${PYTHON_USEDEP}]
-	>=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
-# Tests mostly access the inet and when run mostly fail
-RESTRICT=test
-
-python_prepare_all() {
-	# Running uglify is a problem right now, so skip this step. Rather
-	# have newer versions than compacted javascript.
-	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i reviewboard/settings.py || die
-
-	# https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
-	# # The version bordering of python-dateutil is long out of date and wrong since end of March 2012!
-	sed -e 's:==1.5:>=1.5:' -i setup.py || die
-
-	# Use newer markdown version still available
-	sed -i -e '/markdown/ s/2.4/2.6/g' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	# See https://code.google.com/p/reviewboard/issues/ #3009
-	# until build of manual can find and use ROOT_URLCONF, only possible build path for manual
-	# requires sacrificing the resources section, all of which call on ROOT_URLCONF
-	local msg="Generating docs for"
-	if use doc; then
-		if use manual; then
-			rm -rf docs/manual/webapi//2.0/resources/ || die
-			einfo;einfo "$msg manual"
-			DJANGO_SETTINGS_MODULE="django.conf" emake -C docs/manual html
-		fi
-
-		if use codebase; then
-			pushd docs/codebase &> /dev/null
-			ln -sf ../../contrib/internal/conf/settings_local.py .
-			popd &> /dev/null
-			einfo;einfo "$msg codebase"
-			emake -C docs/codebase html
-		fi
-
-		if use rnotes; then
-			einfo;einfo "$msg release notes"
-			emake -C docs/releasenotes html
-		fi
-	fi
-}
-
-python_test() {
-	pushd ${PN} > /dev/null
-	ln -sf contrib/internal/conf/settings_local.py .
-	"${PYTHON}" manage.py test || die
-}
-
-python_install_all() {
-	if use doc; then
-		if use manual; then
-			insinto /usr/share/doc/${PF}/manual
-			doins -r docs/manual/_build/html/
-		fi
-		if use codebase; then
-			insinto /usr/share/doc/${PF}/codebase
-			doins -r docs/codebase/_build/html/
-		fi
-		if use rnotes; then
-			insinto /usr/share/doc/${PF}/release_notes
-			doins -r docs/releasenotes/_build/html/
-		fi
-	fi
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "You must install any VCS tool you wish ${PN} to support."
-	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
-	elog
-	elog "Install dev-python/mysql-python for mysql support."
-	elog "Install dev-python/psycopg for postgres support."
-	elog
-	elog "For speed and responsiveness, consider installing net-misc/memcached"
-	elog "and dev-python/python-memcached"
-}


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

* [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
@ 2016-10-21  6:43 Hans de Graaff
  0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-10-21  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b2009adead20f45d7687ab928b27bc338a73dbfa
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct 21 06:43:10 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 06:43:10 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=b2009ade

dev-util/reviewboard: update Djblets dependency

Package-Manager: portage-2.3.0

 dev-util/reviewboard/reviewboard-2.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.7.ebuild b/dev-util/reviewboard/reviewboard-2.5.7.ebuild
index b0177fb..9b6156c 100644
--- a/dev-util/reviewboard/reviewboard-2.5.7.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.7.ebuild
@@ -26,7 +26,7 @@ RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
 	>=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
 	<dev-python/django-haystack-2.5[${PYTHON_USEDEP}]
 	dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-	>=dev-python/Djblets-0.9.3[${PYTHON_USEDEP}]
+	>=dev-python/Djblets-0.9.4[${PYTHON_USEDEP}]
 	<dev-python/Djblets-0.10[${PYTHON_USEDEP}]
 	>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
 	dev-python/docutils[${PYTHON_USEDEP}]


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

end of thread, other threads:[~2016-10-21  6:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19  5:38 [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-10-21  6:43 Hans de Graaff
2016-10-19  5:38 Hans de Graaff
2016-06-04  3:50 Hans de Graaff
2016-06-03  5:43 Hans de Graaff
2016-05-19  5:40 Hans de Graaff
2016-04-22  6:40 Hans de Graaff
2016-04-16  6:07 Hans de Graaff
2016-03-04  6:08 Hans de Graaff
2016-02-24 13:42 Hans de Graaff
2016-02-24  7:15 Hans de Graaff
2016-02-19  7:21 Hans de Graaff
2016-02-16 19:57 Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2015-12-07  7:12 Hans de Graaff
2015-11-21  8:30 Hans de Graaff
2015-11-21  7:11 Hans de Graaff
2014-09-16  7:58 Hans de Graaff

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