Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (1628af2ef3f02b874f3c1f02b11abca71f3c50e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (1628af2ef3f02b874f3c1f02b11abca71f3c50e0)
  • Date: Sun, 25 May 2014 07:45:48 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 4 ++
database/mariadb/HISTORY | 2 -
devel/splint/0001-fix-dependencies-in-Makefile.in.patch | 25
++++++++++++++++
devel/splint/DEPENDS | 1
devel/splint/HISTORY | 4 ++
devel/splint/PRE_BUILD | 4 ++
python-pypi/attic/DEPENDS | 8 +++++
python-pypi/attic/DETAILS | 16 ++++++++++
python-pypi/attic/HISTORY | 3 +
python-pypi/msgpack-python/DEPENDS | 2 -
python-pypi/msgpack-python/DETAILS | 4 +-
python-pypi/msgpack-python/HISTORY | 4 ++
python-pypi/python-llfuse/DEPENDS | 4 ++
python-pypi/python-llfuse/DETAILS | 13 ++++++++
python-pypi/python-llfuse/HISTORY | 3 +
15 files changed, 93 insertions(+), 4 deletions(-)

New commits:
commit 1c0eb4771e84a285e9f15ad9bf8ab27320c0da49
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mariadb: corrected HISTORY entry

commit a64381232dbc2614525e3cac1ae32b18cde27bba
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/attic: new spell, a backup tool

commit d10854fe51cf2cfa2df83e856b8045a9dac29508
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-llfuse: new spell, bindings for the fuse low-level API

commit 024005ffc7ef879019d7c1813907387c7a808e13
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/msgpack-python: version 0.4.2

commit 9ff3a41474100306407c01efc334f5f3cb2d50df
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/splint: fix dependency in Makefile.in

diff --git a/ChangeLog b/ChangeLog
index 7729145..951d866 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/python-llfuse: new spell, bindings for fuse's low-level
API
+ * python-pypi/attic: new spell,, a backup tool
+
2014-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-hasktags: new spell, ctags for haskell

diff --git a/database/mariadb/HISTORY b/database/mariadb/HISTORY
index 2028321..1f7cc04 100644
--- a/database/mariadb/HISTORY
+++ b/database/mariadb/HISTORY
@@ -1,5 +1,5 @@
2014-05-13 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 5.5.36 (5.5 branch); added mirror for 5.5
+ * DETAILS: updated spell to 5.5.37 (5.5 branch); added mirror for 5.5
branch; cleaned up
* CONFIGURE: added config option for tmp tables

diff --git a/devel/splint/0001-fix-dependencies-in-Makefile.in.patch
b/devel/splint/0001-fix-dependencies-in-Makefile.in.patch
new file mode 100644
index 0000000..209e871
--- /dev/null
+++ b/devel/splint/0001-fix-dependencies-in-Makefile.in.patch
@@ -0,0 +1,25 @@
+From c79298d8813e010cfce30b31c66008c1a7c99392 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+Date: Sat, 24 May 2014 19:24:23 +0200
+Subject: [PATCH] fix dependencies in Makefile.in
+
+---
+ src/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.in b/src/Makefile.in
+index 7615e79..ed52d12 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -480,7 +480,7 @@ am__objects_18 = constraintList.$(OBJEXT)
constraintResolve.$(OBJEXT) \
+ constraint.$(OBJEXT) loopHeuristics.$(OBJEXT)
+ am__objects_19 =
+ am__objects_20 = $(am__objects_19)
+-am__objects_21 = $(am__objects_7) $(am__objects_16) $(am__objects_17) \
++am__objects_21 = $(am_objects_12) $(am__objects_7) $(am__objects_16)
$(am__objects_17) \
+ $(am__objects_18) $(am__objects_20) $(am__objects_19)
+ am_splint_OBJECTS = $(am__objects_21)
+ splint_OBJECTS = $(am_splint_OBJECTS)
+--
+1.9.3
+
diff --git a/devel/splint/DEPENDS b/devel/splint/DEPENDS
new file mode 100755
index 0000000..5584a0a
--- /dev/null
+++ b/devel/splint/DEPENDS
@@ -0,0 +1 @@
+depends autoconf
diff --git a/devel/splint/HISTORY b/devel/splint/HISTORY
index 44d48b7..63ad1b2 100644
--- a/devel/splint/HISTORY
+++ b/devel/splint/HISTORY
@@ -1,3 +1,7 @@
+2014-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, 0001-fix-dependencies-in-Makefile.in.patch, DEPENDS:
+ fix dependency in Makefile.in
+
2008-05-20 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 3.1.2, corrected WEB_SITE.
* BUILD: Replaced ./configure && make with default_build,
diff --git a/devel/splint/PRE_BUILD b/devel/splint/PRE_BUILD
new file mode 100755
index 0000000..dfc431e
--- /dev/null
+++ b/devel/splint/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/0001-fix-dependencies-in-Makefile.in.patch &&
+autoconf
diff --git a/python-pypi/attic/DEPENDS b/python-pypi/attic/DEPENDS
new file mode 100755
index 0000000..1689f00
--- /dev/null
+++ b/python-pypi/attic/DEPENDS
@@ -0,0 +1,8 @@
+depends python3 &&
+depends msgpack-python &&
+depends openssl &&
+depends cython &&
+optional_depends python-llfuse \
+ "" \
+ "" \
+ ""
diff --git a/python-pypi/attic/DETAILS b/python-pypi/attic/DETAILS
new file mode 100755
index 0000000..782f354
--- /dev/null
+++ b/python-pypi/attic/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=attic
+ VERSION=0.12
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/jborg/${SPELL}/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:91a8441ea09141d4fd24d18cac3fd346f340a9e99cb97c62dfdabbb2efa8968dc8e7baa384fb5b8222a711eef258b1fa14fb29c2479b81ec49cf21485abce87a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://attic-backup.org/";
+ LICENSE[0]=BSD
+ ENTERED=20140525
+ SHORT="a deduplicating backup program"
+cat << EOF
+Attic is a deduplicating backup program written in Python. The main goal of
+Attic is to provide an efficient and secure way to backup data. The data
+deduplication technique used makes Attic suitable for daily backups since
+only the changes are stored.
+EOF
diff --git a/python-pypi/attic/HISTORY b/python-pypi/attic/HISTORY
new file mode 100644
index 0000000..09bf331
--- /dev/null
+++ b/python-pypi/attic/HISTORY
@@ -0,0 +1,3 @@
+2014-05-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/msgpack-python/DEPENDS
b/python-pypi/msgpack-python/DEPENDS
index 6e84a0e..e4ea57a 100755
--- a/python-pypi/msgpack-python/DEPENDS
+++ b/python-pypi/msgpack-python/DEPENDS
@@ -1 +1 @@
-depends python
+depends PYTHON
diff --git a/python-pypi/msgpack-python/DETAILS
b/python-pypi/msgpack-python/DETAILS
index 8caa8c8..69cdffc 100755
--- a/python-pypi/msgpack-python/DETAILS
+++ b/python-pypi/msgpack-python/DETAILS
@@ -1,8 +1,8 @@
SPELL=msgpack-python
- VERSION=0.1.13
+ VERSION=0.4.2
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="http://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}#md5=a6781bf2b670963c0ff1316976e66b14";
-
SOURCE_HASH=sha512:fa2e4871093d0fa10f15cb34a2f379c1b0040c1c33f412966c0aba0f7bf531134f8e6d122e3bed9eaae32499cba6beb95efcaf2a8723ddbba61f12e9d6b4a3d1
+
SOURCE_HASH=sha512:73cae17c08d34bd721828b1759b998372600e26fdfc62c16cb571b5cb41bf1a65ef98af65db0e48da229461f835aa17a547b03b25f407f570e493d8f363ab507
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://msgpack.org/";
LICENSE[0]=Apache
diff --git a/python-pypi/msgpack-python/HISTORY
b/python-pypi/msgpack-python/HISTORY
index c74d5e3..b37a29a 100644
--- a/python-pypi/msgpack-python/HISTORY
+++ b/python-pypi/msgpack-python/HISTORY
@@ -1,3 +1,7 @@
+2014-05-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.4.2
+ * DEPENDS: depend on PYTHON instead of python
+
2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/python-pypi/python-llfuse/DEPENDS
b/python-pypi/python-llfuse/DEPENDS
new file mode 100755
index 0000000..fe60ad2
--- /dev/null
+++ b/python-pypi/python-llfuse/DEPENDS
@@ -0,0 +1,4 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends attr &&
+depends fuse
diff --git a/python-pypi/python-llfuse/DETAILS
b/python-pypi/python-llfuse/DETAILS
new file mode 100755
index 0000000..ad69108
--- /dev/null
+++ b/python-pypi/python-llfuse/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-llfuse
+ VERSION=0.40
+ SOURCE="llfuse-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/l/llfuse/${SOURCE}
+
SOURCE_HASH=sha512:b568d14e181c316d592d01b7879d2b04c717759124d9462b7f848c251322a6a376881050d209d4cf3d0d6c5218ec1880cb64f19bd64b73f09fd06818447f3dfd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/llfuse-${VERSION}"
+ WEB_SITE="https://code.google.com/p/python-llfuse/";
+ LICENSE[0]=LGPL
+ ENTERED=20140525
+ SHORT="a set of Python bindings for the low level FUSE API"
+cat << EOF
+LLFUSE is a set of Python bindings for the low level FUSE API.
+EOF
diff --git a/python-pypi/python-llfuse/HISTORY
b/python-pypi/python-llfuse/HISTORY
new file mode 100644
index 0000000..09bf331
--- /dev/null
+++ b/python-pypi/python-llfuse/HISTORY
@@ -0,0 +1,3 @@
+2014-05-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (1628af2ef3f02b874f3c1f02b11abca71f3c50e0), Vlad Glagolev, 05/25/2014

Archive powered by MHonArc 2.6.24.

Top of Page