New commits:
commit ae739ba66a2ec3eec6353553ff6e2c4e594abe4e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
couchdb: Updated to 0.11.0
Added main site as SOURCE_URL[0]
Switched to upstream GPG key
commit 2c51ff25619126c469516f8cb01e8a03d0c52c56
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
+2010-05-05 Eric Sandall <sandalle AT sourcemage.org>
+ * python-pypi/python-distutils-extra: Added to easily integrate
gettext
+ into Python's distutils
+ * python-pypi/desktopcouch: Added a CouchDB on every desktop, and the
code
+ to help it happen
+
2010-05-04 Peng Chang (Charles) <chp AT sourcemage.org>
* i18n/ibus-pinyin: new spell, Chinese pinyin IM for IBus framework
diff --git a/apache.gpg b/apache.gpg
index 4142fe8..2313701 100644
Binary files a/apache.gpg and b/apache.gpg differ
diff --git a/chat-im/gajim/DETAILS b/chat-im/gajim/DETAILS
index 8f82b85..5b5795c 100755
--- a/chat-im/gajim/DETAILS
+++ b/chat-im/gajim/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.13.4
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[1]=http://www.gajim.org/downloads/$BRANCH/$SOURCE
+ SOURCE_URL[0]=http://www.gajim.org/downloads/$BRANCH/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.gajim.org/
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 8e40d47..75bcc59 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,6 @@
+2010-05-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: First SOURCE_URL is 0, not 1
+
2010-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.13.4
diff --git a/database/couchdb/DETAILS b/database/couchdb/DETAILS
index 7ce2ea7..b513974 100755
--- a/database/couchdb/DETAILS
+++ b/database/couchdb/DETAILS
@@ -1,8 +1,11 @@
SPELL=couchdb
- VERSION=0.9.1
+ VERSION=0.11.0
SOURCE="apache-${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://mirror.nyi.net/apache/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:160c0346483d9c33cc4141e7ec03ef836c6b8a546e7e993f4911ea25ba86c4c6bd90ca35b26e46f7a999fee49dc95a6e8ef63543b5747f34f4abc8691e38ce7f
+ SOURCE2="$SOURCE.asc"
+ SOURCE_GPG="apache.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
+ SOURCE_URL[0]=http://www.apache.org/dist/$SPELL/$VERSION/$SOURCE
+ SOURCE_URL[1]=http://mirror.nyi.net/apache/${SPELL}/${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=http://www.apache.org/dist/$SPELL/$VERSION/$SOURCE2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/apache-${SPELL}-${VERSION}"
WEB_SITE="couchdb.apache.org"
LICENSE[0]=apache
diff --git a/database/couchdb/HISTORY b/database/couchdb/HISTORY
index 5d2ecf8..cb854e3 100644
--- a/database/couchdb/HISTORY
+++ b/database/couchdb/HISTORY
@@ -1,3 +1,8 @@
+2010-05-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.11.0
+ Added main site as SOURCE_URL[0]
+ Switched to upstream GPG key
+
2009-09-04 Bearcat M. Sandor <sourcemage AT feline-soul.com>
* DEPENDS, DETAILS: spell created
diff --git a/python-pypi/desktopcouch/DEPENDS
b/python-pypi/desktopcouch/DEPENDS
new file mode 100755
index 0000000..6c4f0ca
--- /dev/null
+++ b/python-pypi/desktopcouch/DEPENDS
@@ -0,0 +1,3 @@
+depends couchdb &&
+depends python &&
+depends setuptools
diff --git a/python-pypi/desktopcouch/DETAILS
b/python-pypi/desktopcouch/DETAILS
new file mode 100755
index 0000000..701d3db
--- /dev/null
+++ b/python-pypi/desktopcouch/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=desktopcouch
+ VERSION=0.6.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_URL[0]="http://launchpad.net/$SPELL/trunk/$VERSION/+download/$SOURCE"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://launchpad.net/desktopcouch
+ LICENSE[0]=GPLv3
+ ENTERED=20100505
+ SHORT="A CouchDB on every desktop, and the code to help it happen"
+cat << EOF
+This is Desktop Couch, an infrastructure to place a CouchDB on every desktop
+and provide APIs and management tools for applications to store data within
+it and share that data between computers and to the cloud.
+EOF
diff --git a/python-pypi/desktopcouch/HISTORY
b/python-pypi/desktopcouch/HISTORY
new file mode 100644
index 0000000..d8a704c
--- /dev/null
+++ b/python-pypi/desktopcouch/HISTORY
@@ -0,0 +1,3 @@
+2010-05-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/python-pypi/desktopcouch/desktopcouch-0.6.4.tar.gz.sig
b/python-pypi/desktopcouch/desktopcouch-0.6.4.tar.gz.sig
new file mode 100644
index 0000000..e7b4a44
Binary files /dev/null and
b/python-pypi/desktopcouch/desktopcouch-0.6.4.tar.gz.sig differ
diff --git a/python-pypi/python-distutils-extra/DEPENDS
b/python-pypi/python-distutils-extra/DEPENDS
new file mode 100755
index 0000000..5c12de2
--- /dev/null
+++ b/python-pypi/python-distutils-extra/DEPENDS
@@ -0,0 +1,3 @@
+depends gettext &&
+depends setuptools &&
+depends python
diff --git a/python-pypi/python-distutils-extra/DETAILS
b/python-pypi/python-distutils-extra/DETAILS
new file mode 100755
index 0000000..7147586
--- /dev/null
+++ b/python-pypi/python-distutils-extra/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=python-distutils-extra
+ VERSION=2.18
+ SOURCE=dist-$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_URL[0]=http://launchpad.net/$SPELL/trunk/${VERSION:0:4}/+download/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=https://launchpad.net/python-distutils-extra
+ LICENSE[0]=GPLv2
+ ENTERED=20100505
+ SHORT="Easily integrate gettext into Python's distutils"
+cat << EOF
+Enables you to easily integrate gettext support, themed icons and
scrollkeeper
+based documentation into Python's distutils.
+EOF
diff --git a/python-pypi/python-distutils-extra/HISTORY
b/python-pypi/python-distutils-extra/HISTORY
new file mode 100644
index 0000000..d8a704c
--- /dev/null
+++ b/python-pypi/python-distutils-extra/HISTORY
@@ -0,0 +1,3 @@
+2010-05-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git
a/python-pypi/python-distutils-extra/dist-python-distutils-extra-2.18.tar.gz.sig
b/python-pypi/python-distutils-extra/dist-python-distutils-extra-2.18.tar.gz.sig
new file mode 100644
index 0000000..372f584
Binary files /dev/null and
b/python-pypi/python-distutils-extra/dist-python-distutils-extra-2.18.tar.gz.sig
differ
[SM-Commit] GIT changes to master grimoire by Eric Sandall (e9f13ff98ad4ca39bca7cbb33e24932197894795),
Eric Sandall, 05/06/2010