summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/isso/isso-9999.ebuild49
-rw-r--r--www-apps/isso/metadata.xml9
2 files changed, 58 insertions, 0 deletions
diff --git a/www-apps/isso/isso-9999.ebuild b/www-apps/isso/isso-9999.ebuild
new file mode 100644
index 00000000..5a1333f1
--- /dev/null
+++ b/www-apps/isso/isso-9999.ebuild
@@ -0,0 +1,49 @@
+# By eroen, 2014
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# $Header: $
+
+EAPI=5
+# setup.py explicitly fail on -python3_0 -python3_1 -python3_2
+# setup.py explicitly support python2_6 python2_7 python3_3
+# dev-python/configparser -python2_6
+# dev-python/itsdangerous -python3_4
+# dev-python/ipaddr -python2_6
+# dev-python/misaka -python2_6 -python3_3 -python3_4
+# dev-python/html5lib -python3_4
+# dev-python/werkzeug -python3_2
+PYTHON_COMPAT=( python2_7 )
+
+if [[ $PV == *9999* ]]; then
+ inherit distutils-r1 git-r3
+ EGIT_REPO_URI=https://github.com/posativ/isso.git
+else
+ inherit distutils-r1
+ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+fi
+
+DESCRIPTION="lightweight Disqus alternative"
+HOMEPAGE="http://posativ.org/isso https://pypi.python.org/pypi/isso/ https://github.com/posativ/isso/"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+LIBDEPEND="dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/itsdangerous[${PYTHON_USEDEP}]
+ dev-python/misaka[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep \
+ "dev-python/configparser[$(python_gen_usedep 'python2*')]
+ >=dev-python/ipaddr-2.1[$(python_gen_usedep 'python2*')]
+ >=dev-python/werkzeug-0.8[$(python_gen_usedep 'python2*')]" \
+ 'python2*')
+ $(python_gen_cond_dep \
+ ">=dev-python/werkzeug-0.9[$(python_gen_usedep 'python2*')]" \
+ 'python3*')"
+HDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${HDEPEND}\
+ ${LIBDEPEND}"
+RDEPEND="${LIBDEPEND}"
diff --git a/www-apps/isso/metadata.xml b/www-apps/isso/metadata.xml
new file mode 100644
index 00000000..a3e26e8a
--- /dev/null
+++ b/www-apps/isso/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+Isso is a lightweight commenting server similar to Disqus. It allows anonymous
+comments, maintains identity and is simple to administrate. It uses JavaScript
+and cross-origin ressource sharing for easy integration into static websites.
+ </longdescription>
+</pkgmetadata>