summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2009-01-03 10:49:25 +0100
committerAndraž Levstik2009-01-03 10:49:25 +0100
commit2cb134d32197750ba09ee1000ab5647b139fdde9 (patch)
treee004dece0e9282bd27c952826d26e3f0407edaa7
parentf25abf7806217a8f26236f816d87941011269f1e (diff)
jcl: new spell, jabber component library
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/jcl/DEPENDS4
-rwxr-xr-xpython-pypi/jcl/DETAILS14
-rw-r--r--python-pypi/jcl/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 137b34279c..156139525c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-01-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* python-pypi/pyxmpp: new spell, python xmpp library
+ * python-pypi/jcl: new spell, python jabber component library
2009-01-03 Ladislav Hagara <hgr@vabo.cz>
* audio-players/cdcd: new spell, a console CD player
diff --git a/python-pypi/jcl/DEPENDS b/python-pypi/jcl/DEPENDS
new file mode 100755
index 0000000000..87d95d3588
--- /dev/null
+++ b/python-pypi/jcl/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends pyxmpp &&
+depends pysqlite &&
+depends sqlobject
diff --git a/python-pypi/jcl/DETAILS b/python-pypi/jcl/DETAILS
new file mode 100755
index 0000000000..948e5a3796
--- /dev/null
+++ b/python-pypi/jcl/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=jcl
+ VERSION=0.1b1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://people.happycoders.org/dax/projects/release/${SPELL}/0.1/${SOURCE}
+ SOURCE_HASH=sha512:faac0cb9caf8efc08728a38f4fefb1ca7df87e8615a84f87300d05e14b0d88759ce512cead6c6089e2fc2cb683a5b84d63a55b46ae9fc6a194b67d382a261633
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.1"
+ WEB_SITE="http://people.happycoders.org/dax/projects/jcl"
+ LICENSE[0]=LGPL
+ ENTERED=20090103
+ SHORT="JCL aims to create a common base for Jabber server components."
+cat << EOF
+JCL aims to create a common base for Jabber server components. It handle
+account registration and propose different component behaviors to inherit from.
+EOF
diff --git a/python-pypi/jcl/HISTORY b/python-pypi/jcl/HISTORY
new file mode 100644
index 0000000000..830e2bb959
--- /dev/null
+++ b/python-pypi/jcl/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+