Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f84b8c29e85808a3756f33879ba727f7aec28bc5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f84b8c29e85808a3756f33879ba727f7aec28bc5)
  • Date: Fri, 28 Jun 2013 11:44:57 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-libs/libdiscid/DETAILS | 6 +++---
audio-libs/libdiscid/HISTORY | 3 +++
devel/gccxml/DEPENDS | 3 ++-
devel/gccxml/DETAILS | 6 +++---
devel/gccxml/HISTORY | 4 ++++
python-pypi/pybindgen/BUILD | 1 +
python-pypi/pybindgen/DEPENDS | 3 +++
python-pypi/pybindgen/DETAILS | 18 ++++++++++++++++++
python-pypi/pybindgen/HISTORY | 4 ++++
python-pypi/pybindgen/INSTALL | 1 +
10 files changed, 42 insertions(+), 7 deletions(-)

New commits:
commit f84b8c29e85808a3756f33879ba727f7aec28bc5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pybindgen-0.16.0

commit 13ba0da22a94eab9bb4a6c7262fb3197b53c4b14
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gccxml: => git

commit 9c80ed3469a3c9eb61619438f696ce32ebd75418
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libdiscid: => 0.5.1

diff --git a/audio-libs/libdiscid/DETAILS b/audio-libs/libdiscid/DETAILS
index afee0da..1d45067 100755
--- a/audio-libs/libdiscid/DETAILS
+++ b/audio-libs/libdiscid/DETAILS
@@ -1,8 +1,8 @@
SPELL=libdiscid
- VERSION=0.2.2
-
SOURCE_HASH=sha512:5a10b16cd3698641276ebb7b9dc9bc4aeeca8afeda2b3850a0c9309fecfcba5d0c0954f7de3e077460bcb409e056e3b69f23aad677f522891751c0edc4b657cd
+ VERSION=0.5.1
+
SOURCE_HASH=sha512:8cf095eb1b5816af7d4c9501f0fa8e6366be2e3eaf11d9c42bcbce11d8afca1b667e3a54a79b43c284916f1f72360bea8496cfeac8c96d3d6b7284c2ce2b2157
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://users.musicbrainz.org/~matt/${SOURCE}
+ SOURCE_URL[0]=http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://musicbrainz.org/doc/libdiscid";
LICENSE[0]=LGPL
diff --git a/audio-libs/libdiscid/HISTORY b/audio-libs/libdiscid/HISTORY
index 86dd1d8..684ec9b 100644
--- a/audio-libs/libdiscid/HISTORY
+++ b/audio-libs/libdiscid/HISTORY
@@ -1,3 +1,6 @@
+2013-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * version 0.5.1
+
2008-11-27 Treeve Jelbert <treeve AT sourcemage.org>
* version 0.2.2

diff --git a/devel/gccxml/DEPENDS b/devel/gccxml/DEPENDS
index f36acc9..7450ea4 100755
--- a/devel/gccxml/DEPENDS
+++ b/devel/gccxml/DEPENDS
@@ -1 +1,2 @@
-depends cmake
+depends cmake &&
+depends git
diff --git a/devel/gccxml/DETAILS b/devel/gccxml/DETAILS
index 599376e..ea96f2e 100755
--- a/devel/gccxml/DETAILS
+++ b/devel/gccxml/DETAILS
@@ -2,10 +2,10 @@
if [[ "$GCCXML_AUTOUPDATE" == y ]]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=cvs
+ VERSION=git
fi
- SOURCE=$SPELL-cvs.tar.bz2
-
SOURCE_URL[0]=cvs://:pserver:anoncvs AT www.gccxml.org:/cvsroot/GCC_XML:${SPELL}
+ SOURCE=$SPELL-git.tar.bz2
+ SOURCE_URL[0]=git://github.com/gccxml/gccxml.git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
diff --git a/devel/gccxml/HISTORY b/devel/gccxml/HISTORY
index 2fdc225..4e27b40 100644
--- a/devel/gccxml/HISTORY
+++ b/devel/gccxml/HISTORY
@@ -1,3 +1,7 @@
+2013-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: now hosteted at github
+ * DEPENDS: add git
+
2011-09-22 Ismael Luceno <ismael AT sourcemage.org>
* PREPARE: Use prepare_select_branch

diff --git a/python-pypi/pybindgen/BUILD b/python-pypi/pybindgen/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/python-pypi/pybindgen/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/python-pypi/pybindgen/DEPENDS b/python-pypi/pybindgen/DEPENDS
new file mode 100755
index 0000000..3e78464
--- /dev/null
+++ b/python-pypi/pybindgen/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends gccxml &&
+optional_depends pygccxml '' '' 'describe API in Python terms'
diff --git a/python-pypi/pybindgen/DETAILS b/python-pypi/pybindgen/DETAILS
new file mode 100755
index 0000000..c0af06c
--- /dev/null
+++ b/python-pypi/pybindgen/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pybindgen
+ VERSION=0.16.0
+
SOURCE_HASH=sha512:5571a7d9f56f45bc408c4bf89382cc34a722ce8bba72bc7c125ef2c1d2ea6cb4c2a2508e97ca8de4f1f33da6bb3598ff83debcdb58259a1886e6a37c4e5bf0c6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=http://code.google.com/p/$SPELL
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ LICENSE[0]=LGPL
+ ENTERED=20130628
+ KEYWORDS="Python C++"
+ SHORT="generate Python bindings for C/C++ code"
+cat << EOF
+A tool to generate Python bindings for C/C++ code. It is itself written in
Python
+(unlike almost any other tool out there), lending it the powerful ability of
making it
+possible to extend or tweak the code generator without loss of mental
sanity. It
+generates extension modules that are small and fast.
+PyBindGen is highly portable.
+EOF
diff --git a/python-pypi/pybindgen/HISTORY b/python-pypi/pybindgen/HISTORY
new file mode 100644
index 0000000..cd1361a
--- /dev/null
+++ b/python-pypi/pybindgen/HISTORY
@@ -0,0 +1,4 @@
+2013-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.16.0
+ spell created
+
diff --git a/python-pypi/pybindgen/INSTALL b/python-pypi/pybindgen/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/python-pypi/pybindgen/INSTALL
@@ -0,0 +1 @@
+waf_install



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f84b8c29e85808a3756f33879ba727f7aec28bc5), Treeve Jelbert, 06/28/2013

Archive powered by MHonArc 2.6.24.

Top of Page