Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5b5cdf8e326ad16997f197d034a9731df092b3fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5b5cdf8e326ad16997f197d034a9731df092b3fb)
  • Date: Thu, 5 Mar 2009 15:05:49 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
mobile/gammu/DETAILS | 4 ++--
mobile/gammu/HISTORY | 5 +++++
mobile/gammu/PRE_BUILD | 4 ++++
mobile/gammu/UP_TRIGGERS | 3 +++
python-pypi/python-gammu/BUILD | 1 +
python-pypi/python-gammu/DEPENDS | 3 +--
python-pypi/python-gammu/DETAILS | 22 +++++++---------------
python-pypi/python-gammu/DOWNLOAD | 1 +
python-pypi/python-gammu/HISTORY | 5 +++++
python-pypi/python-gammu/INSTALL | 1 +
python-pypi/python-gammu/PRE_BUILD | 1 +
12 files changed, 34 insertions(+), 19 deletions(-)

New commits:
commit 5b5cdf8e326ad16997f197d034a9731df092b3fb
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

python-pypi/python-gammu: spell deprecated [now inclided in gammu]

via the new deprecation method @
http://bugs.sourcemage.org/show_bug.cgi?id=14683
comments welcome

commit 53832da8ffd79972b7199b4eef82e0bff393b159
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gammu: changes for python-gammu deprecation

commit c19a32e5e8a8f18a2b45cc0d118b0208535c36ea
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gammu: 1.23.1
many changes, now includes the python bindings

diff --git a/ChangeLog b/ChangeLog
index d27abbf..224de7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-03-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * python-pypi/python-gammu: spell deprecated [now inclided in gammu]
+
2009-03-03 Julien "_kaze_" ROZO <julien AT rozo.org>
* libs/libaio: new spell, asynchronous I/O access library
* disk/zfs-fuse: new spell, a port of ZFS to the FUSE framework
diff --git a/mobile/gammu/DETAILS b/mobile/gammu/DETAILS
index e9b84ea..6634635 100755
--- a/mobile/gammu/DETAILS
+++ b/mobile/gammu/DETAILS
@@ -1,8 +1,8 @@
SPELL=gammu
- VERSION=1.22.1
+ VERSION=1.23.1
SOURCE="$SPELL-$VERSION.tar.bz2"
SOURCE_URL[0]=http://dl.cihar.com/$SPELL/releases/$SOURCE
-
SOURCE_HASH=sha512:76e9008963212660792c8c8f9c04555adbb1dab895422d4de7f201c4775d469e3bbe6b186bbfba58f6ee39ac7759e155b914a2ad2e2424b4d4a2a3a074968a72
+
SOURCE_HASH=sha512:254a1a5804c8e9d7b9a39e8b3a5c142a1364653d27129c7e9213569929b1c10d5584128eff933d76c944e034b1804c8a8ee57cce7beb67e7350e2ef990815664
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://cihar.com/gammu/";
LICENSE[0]=GPL
diff --git a/mobile/gammu/HISTORY b/mobile/gammu/HISTORY
index 6d21a8f..c4f7806 100644
--- a/mobile/gammu/HISTORY
+++ b/mobile/gammu/HISTORY
@@ -1,3 +1,8 @@
+2009-03-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_BUILD: added to fix compilation
+ * DETAILS: updated spell to 1.23.1
+ * UP_TRIGGERS: dispel python-gammu
+
2009-01-17 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 1.22.1
* BUILD: now uses cmake_build, backup functionality is enabled if
diff --git a/mobile/gammu/PRE_BUILD b/mobile/gammu/PRE_BUILD
new file mode 100755
index 0000000..079c822
--- /dev/null
+++ b/mobile/gammu/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+sed -i 's,(atoi(argv\[i\])<chars_read,& \&\& atoi(argv\[i\]) > 0,' \
+ $SOURCE_DIRECTORY/helper/message-cmdline.c
+
diff --git a/mobile/gammu/UP_TRIGGERS b/mobile/gammu/UP_TRIGGERS
new file mode 100755
index 0000000..f3b9ed2
--- /dev/null
+++ b/mobile/gammu/UP_TRIGGERS
@@ -0,0 +1,3 @@
+if spell_installed python-gammu; then
+ up_trigger python-gammu dispel_self
+fi
diff --git a/python-pypi/python-gammu/BUILD b/python-pypi/python-gammu/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/python-gammu/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/python-gammu/DEPENDS
b/python-pypi/python-gammu/DEPENDS
index dd07fab..cd3c2d3 100755
--- a/python-pypi/python-gammu/DEPENDS
+++ b/python-pypi/python-gammu/DEPENDS
@@ -1,2 +1 @@
-depends python &&
-depends gammu
+depends gammu
diff --git a/python-pypi/python-gammu/DETAILS
b/python-pypi/python-gammu/DETAILS
index 845bdb3..6dae805 100755
--- a/python-pypi/python-gammu/DETAILS
+++ b/python-pypi/python-gammu/DETAILS
@@ -1,15 +1,7 @@
- SPELL=python-gammu
- VERSION=0.27
- SOURCE="$SPELL-$VERSION.tar.bz2"
- SOURCE_URL[0]=http://dl.cihar.com/$SPELL/latest/$SOURCE
-
SOURCE_HASH=sha512:1d894e1a02854c9184552842cd718cd2e8176695463dfff2536b3ffbfda044202eab19fa5423a0cb2340c4530d3807a55d01bab60aab559f00142cf6ff17bced
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://cihar.com/gammu/python/";
- LICENSE[0]=GPL
- ENTERED=20081210
- SHORT="Python bindings for Gammu."
-cat << EOF
-python-gammu is a set of Python bindings for Gammu, the GSM mobile manager
-for various cellular phones. It can work with any phone that Gammu supports,
-including many models by Nokia, Siemens, and Alcatel.
-EOF
+ SPELL=python-gammu
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by gammu]
+ EOF
diff --git a/python-pypi/python-gammu/DOWNLOAD
b/python-pypi/python-gammu/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/python-gammu/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/python-gammu/HISTORY
b/python-pypi/python-gammu/HISTORY
index 8c43a91..d3d987b 100644
--- a/python-pypi/python-gammu/HISTORY
+++ b/python-pypi/python-gammu/HISTORY
@@ -1,3 +1,8 @@
+2009-03-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * spell deprecated [now included in gammu]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2008-12-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS, DETAILS: spell created

diff --git a/python-pypi/python-gammu/INSTALL
b/python-pypi/python-gammu/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/python-gammu/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/python-gammu/PRE_BUILD
b/python-pypi/python-gammu/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/python-gammu/PRE_BUILD
@@ -0,0 +1 @@
+true



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5b5cdf8e326ad16997f197d034a9731df092b3fb), Jaka Kranjc, 03/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page