Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ae3d0458d129e725c1fe33c656a0da98dcdc3608)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ae3d0458d129e725c1fe33c656a0da98dcdc3608)
  • Date: Wed, 17 Sep 2008 12:48:26 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/lottanzb/DEPENDS | 5 +++++
python-pypi/lottanzb/DETAILS | 20 ++++++++++++++++++++
python-pypi/lottanzb/HISTORY | 3 +++
python-pypi/lottanzb/PREPARE | 1 +
python-pypi/moinmoin/DEPENDS | 6 +++++-
python-pypi/moinmoin/HISTORY | 3 +++
7 files changed, 40 insertions(+), 1 deletion(-)

New commits:
commit ae3d0458d129e725c1fe33c656a0da98dcdc3608
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/moinmoin: instead of removing mod_python, query which to use

commit a758e38637b069534550777835282d13db18412b
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/lottanzb: new spell, a PyGTK2 HellaNZB frontend

diff --git a/ChangeLog b/ChangeLog
index 1e562f1..0329006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-17 Elisamuel Resto <ryuji AT sourcemage.org>
+ * python-pypi/lottanzb: new spell, a PyGTK2 HellaNZB frontend
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* xfce/xfce4-cellmodem-plugin: new spell, cellmodem plugin for xfce4

diff --git a/python-pypi/lottanzb/DEPENDS b/python-pypi/lottanzb/DEPENDS
new file mode 100755
index 0000000..dffc4a7
--- /dev/null
+++ b/python-pypi/lottanzb/DEPENDS
@@ -0,0 +1,5 @@
+depends pygtk2 &&
+
+suggest_depends hellanzb \
+ "" "" \
+ "For local usage of HellaNZB"
diff --git a/python-pypi/lottanzb/DETAILS b/python-pypi/lottanzb/DETAILS
new file mode 100755
index 0000000..6df1a2f
--- /dev/null
+++ b/python-pypi/lottanzb/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=lottanzb
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.org/releases/${SOURCE}
+
SOURCE_HASH=sha512:1a8af1857b81079fb8b68a1044e204821b2c6d2aec56732427b463269f51f13b23545d6a44ae1777431afb99b5df24f75f240b83db12f5929ef05ef2e70c6f7d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.lottanzb.org/";
+ LICENSE[0]=GPL
+ ENTERED=20080917
+ SHORT="A Usenet client that automates the download of files from
Usenet with NZB files."
+
+cat << EOF
+LottaNZB is a Usenet client that automates the download of files from Usenet
+with the help of NZB files. It can enqueue NZB files directly from within
your
+file manager and Web browser. It supports Newzbin.com, bandwidth throttling,
+and multiple Usenet servers. The download queue can be rearranged and NZB
+files can be added using drag'n'drop. It can be easily configured without
+having to manually edit configuration files. Supported languages included
+English, Dutch, Danish, French, and German.
+EOF
diff --git a/python-pypi/lottanzb/HISTORY b/python-pypi/lottanzb/HISTORY
new file mode 100644
index 0000000..9a45265
--- /dev/null
+++ b/python-pypi/lottanzb/HISTORY
@@ -0,0 +1,3 @@
+2008-09-17 Elisamuel Resto <ryuji AT sourcemage.org>
+ * PREPARE, DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/lottanzb/PREPARE b/python-pypi/lottanzb/PREPARE
new file mode 100755
index 0000000..f6c5c18
--- /dev/null
+++ b/python-pypi/lottanzb/PREPARE
@@ -0,0 +1 @@
+message "Note that you need HellaNZB installed either remotely or locally
for LottaNZB to work"
diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index 236cf75..7be238d 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -7,7 +7,11 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
fi &&

if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- suggest_depends mod_wsgi "" "" "for a faster server (reccomended w/apache)"
+ config_query_list APACHE_PYMOD "For a faster server (mod_wsgi
recommended)" none mod_wsgi mod_python &&
+
+ if [[ "${APACHE_PYMOD}" != "none" ]]; then
+ depends ${APACHE_PYMOD}
+ fi
fi &&

suggest_depends -sub PYTHON xapian-bindings "" "" "for an indexed search
engine" &&
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index 183bb9e..fe99492 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-17 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: instead of removing mod_python, query for which to use
+
2008-09-16 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.7.2, SECURITY_PATCH=1; gather documentation
* DEPENDS: mod_python -> mod_wsgi, wsgi is a better alternative




Archive powered by MHonArc 2.6.24.

Top of Page