Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d8ce857837fdabeedf7090bae67360c26d848d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d8ce857837fdabeedf7090bae67360c26d848d8)
  • Date: Mon, 22 Dec 2014 13:20:07 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/lilv-0/DETAILS | 7 +++----
audio-libs/lilv-0/HISTORY | 3 +++
audio-libs/sratom-0/DETAILS | 7 +++----
audio-libs/sratom-0/HISTORY | 3 +++
audio-libs/suil-0/DETAILS | 7 +++----
audio-libs/suil-0/HISTORY | 3 +++
audio-plugins/calf-plugins/DETAILS | 9 ++++-----
audio-plugins/calf-plugins/HISTORY | 3 +++
audio-soft/lilv-util/DETAILS | 7 +++----
audio-soft/lilv-util/HISTORY | 3 +++
python-pypi/trac-graphvizplugin/DETAILS | 9 ++++-----
python-pypi/trac-graphvizplugin/HISTORY | 3 +++
security/gtk-systrace/DETAILS | 21 +++++++++------------
security/gtk-systrace/HISTORY | 3 +++
14 files changed, 50 insertions(+), 38 deletions(-)

New commits:
commit 4d8ce857837fdabeedf7090bae67360c26d848d8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtk-systrace: Normalize SPELL field

commit 9f3460838be54fc47e6bce18cb3fb5a1dc00e8f6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

trac-graphvizplugin: Normalize SPELL field

commit 21847be569d605eb38dad93772e4289c6c54f7f7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lilv-util: Normalize SPELL field

commit 7c5ae9f8d5221c558d73d5fbea8c7f5850551f2d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

calf-plugins: Normalize SPELL field

commit 50c5372cb76a211397bb7135657f4a455e62b210
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

suil-0: Normalize SPELL field

commit 50ab8b94fd378076ee42469a7a2b9e3f60af3059
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sratom-0: Normalize SPELL field

commit 8a8b5ec4eb2f59ef7eb49ae6bd611220ef9f3732
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lilv-0: Normalize SPELL field

diff --git a/audio-libs/lilv-0/DETAILS b/audio-libs/lilv-0/DETAILS
index 4d4bee1..c23f6b4 100755
--- a/audio-libs/lilv-0/DETAILS
+++ b/audio-libs/lilv-0/DETAILS
@@ -1,14 +1,13 @@
# Trying to deal with multi-version install of library, as asked by upstream.
- SPELLBASE=lilv
- SPELL=$SPELLBASE-0
+ SPELL=lilv-0
VERSION=0.16.0
- SOURCE="${SPELLBASE}-${VERSION}.tar.bz2"
+ SOURCE="${SPELL%-*}-${VERSION}.tar.bz2"
SOURCE2="$SOURCE.sig"
SOURCE_URL=http://download.drobilla.net/${SOURCE}
SOURCE2_URL="$SOURCE_URL.sig"
SOURCE2_IGNORE=signature
SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLBASE}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
WEB_SITE="http://drobilla.net/software/sord/";
LICENSE[0]="ISC"
KEYWORDS=""
diff --git a/audio-libs/lilv-0/HISTORY b/audio-libs/lilv-0/HISTORY
index 84d7695..f31d1e5 100644
--- a/audio-libs/lilv-0/HISTORY
+++ b/audio-libs/lilv-0/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Normalize SPELL field
+
2014-08-24 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: fail-safe cleanup of non-libraries

diff --git a/audio-libs/sratom-0/DETAILS b/audio-libs/sratom-0/DETAILS
index 13e3b33..f770954 100755
--- a/audio-libs/sratom-0/DETAILS
+++ b/audio-libs/sratom-0/DETAILS
@@ -2,16 +2,15 @@
# we need to create separate spell that installs those and ensure
# that they don't end up here. Multiple library versions shall be
# installable in parallel.
- SPELLBASE=sratom
- SPELL=$SPELLBASE-0
+ SPELL=sratom-0
VERSION=0.4.2
- SOURCE="${SPELLBASE}-${VERSION}.tar.bz2"
+ SOURCE="${SPELL%-*}-${VERSION}.tar.bz2"
SOURCE2="$SOURCE.sig"
SOURCE_URL=http://download.drobilla.net/${SOURCE}
SOURCE2_URL="$SOURCE_URL.sig"
SOURCE2_IGNORE=signature
SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLBASE}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
WEB_SITE="http://drobilla.net/software/sord/";
LICENSE[0]="ISC"
ENTERED=20111220
diff --git a/audio-libs/sratom-0/HISTORY b/audio-libs/sratom-0/HISTORY
index 07d457f..bfeb743 100644
--- a/audio-libs/sratom-0/HISTORY
+++ b/audio-libs/sratom-0/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Normalize SPELL field
+
2013-10-23 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL: created

diff --git a/audio-libs/suil-0/DETAILS b/audio-libs/suil-0/DETAILS
index aca018e..ff2940b 100755
--- a/audio-libs/suil-0/DETAILS
+++ b/audio-libs/suil-0/DETAILS
@@ -1,14 +1,13 @@
# Trying to deal with multi-version install of library, as asked by upstream.
- SPELLBASE=suil
- SPELL=$SPELLBASE-0
+ SPELL=suil-0
VERSION=0.6.16
- SOURCE="${SPELLBASE}-${VERSION}.tar.bz2"
+ SOURCE="${SPELL%-*}-${VERSION}.tar.bz2"
SOURCE2="$SOURCE.sig"
SOURCE_URL=http://download.drobilla.net/${SOURCE}
SOURCE2_URL="$SOURCE_URL.sig"
SOURCE2_IGNORE=signature
SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLBASE}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
WEB_SITE="http://drobilla.net/software/sord/";
LICENSE[0]="ISC"
KEYWORDS=""
diff --git a/audio-libs/suil-0/HISTORY b/audio-libs/suil-0/HISTORY
index 07d457f..bfeb743 100644
--- a/audio-libs/suil-0/HISTORY
+++ b/audio-libs/suil-0/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Normalize SPELL field
+
2013-10-23 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL: created

diff --git a/audio-plugins/calf-plugins/DETAILS
b/audio-plugins/calf-plugins/DETAILS
index cb99bb1..489c385 100755
--- a/audio-plugins/calf-plugins/DETAILS
+++ b/audio-plugins/calf-plugins/DETAILS
@@ -1,10 +1,9 @@
- XSPELL=calf
- SPELL=$XSPELL-plugins
+ SPELL=calf-plugins
VERSION=0.0.19
- SOURCE="${XSPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${XSPELL}/${XSPELL}/${VERSION}/${SOURCE}
+ SOURCE="${SPELL%-*}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL%-*}/${SPELL%-*}/${VERSION}/${SOURCE}

SOURCE_HASH=sha512:b924552b7f3d1f48974ca46d02ba907e55a30fb22cdb13dac33ba7dacccfd3ff4909563e9fcc5bb99f331c463170c6929dfdb8a589e50ab5a0ae23f58f7cb5a6
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
WEB_SITE="http://calf.sourceforge.net/index.html";
LICENSE[0]=LGPL
ENTERED=20140324
diff --git a/audio-plugins/calf-plugins/HISTORY
b/audio-plugins/calf-plugins/HISTORY
index 4f7f9c7..043b257 100644
--- a/audio-plugins/calf-plugins/HISTORY
+++ b/audio-plugins/calf-plugins/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Normalize SPELL field
+
2014-03-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/audio-soft/lilv-util/DETAILS b/audio-soft/lilv-util/DETAILS
index 43808f6..50acac3 100755
--- a/audio-soft/lilv-util/DETAILS
+++ b/audio-soft/lilv-util/DETAILS
@@ -1,15 +1,14 @@
# Trying to deal with multi-version install of library, as asked by upstream.
# This is the tools package to the freshest lib.
- SPELLBASE=lilv
- SPELL=$SPELLBASE-util
+ SPELL=lilv-util
VERSION=0.16.0
- SOURCE="${SPELLBASE}-${VERSION}.tar.bz2"
+ SOURCE="${SPELL%-*}-${VERSION}.tar.bz2"
SOURCE2="$SOURCE.sig"
SOURCE_URL=http://download.drobilla.net/${SOURCE}
SOURCE2_URL="$SOURCE_URL.sig"
SOURCE2_IGNORE=signature
SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLBASE}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
WEB_SITE="http://drobilla.net/software/sord/";
LICENSE[0]="ISC"
KEYWORDS=""
diff --git a/audio-soft/lilv-util/HISTORY b/audio-soft/lilv-util/HISTORY
index 07d457f..bfeb743 100644
--- a/audio-soft/lilv-util/HISTORY
+++ b/audio-soft/lilv-util/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Normalize SPELL field
+
2013-10-23 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL: created

diff --git a/python-pypi/trac-graphvizplugin/DETAILS
b/python-pypi/trac-graphvizplugin/DETAILS
index edd5487..72d8e60 100755
--- a/python-pypi/trac-graphvizplugin/DETAILS
+++ b/python-pypi/trac-graphvizplugin/DETAILS
@@ -1,16 +1,15 @@
- TRAC_PLUGIN=graphvizplugin
- SPELL=trac-$TRAC_PLUGIN
+ SPELL=trac-graphvizplugin
if [[ "$TRAC_GRAPHVIZPLUGIN_CVS_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
fi
SOURCE_IGNORE='volatile'
- SOURCE="$TRAC_PLUGIN-cvs.tar.bz2"
+ SOURCE="${SPELL#*-}-cvs.tar.bz2"
TRAC_VERSION=0.9
-
SOURCE_URL[0]="svn://trac-hacks.org/svn/$TRAC_PLUGIN/$TRAC_VERSION/:$SPELL-$VERSION"
+
SOURCE_URL[0]="svn://trac-hacks.org/svn/${SPELL#*-}/$TRAC_VERSION/:$SPELL-$VERSION"
SOURCE_HINTS=old_svn_compat
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$TRAC_PLUGIN-$VERSION"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#*-}-$VERSION"
WEB_SITE='http://trac-hacks.org/wiki/GraphvizPlugin'
LICENSE[0]='?'
UPDATED=20051215
diff --git a/python-pypi/trac-graphvizplugin/HISTORY
b/python-pypi/trac-graphvizplugin/HISTORY
index b1ba4ee..9553aca 100644
--- a/python-pypi/trac-graphvizplugin/HISTORY
+++ b/python-pypi/trac-graphvizplugin/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, HISTORY: Normalize SPELL field
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider

diff --git a/security/gtk-systrace/DETAILS b/security/gtk-systrace/DETAILS
index f0b7068..fe4222c 100755
--- a/security/gtk-systrace/DETAILS
+++ b/security/gtk-systrace/DETAILS
@@ -1,10 +1,8 @@
- PKG_NAME=systrace
- SPELL=gtk-${PKG_NAME}
+ SPELL=gtk-systrace
VERSION=2003-06-23
- PKG_VER=0.1
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/notification-${PKG_VER}
- SOURCE_URL[0]=http://www.citi.umich.edu/u/provos/${PKG_NAME}/${SOURCE}
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/notification-0.1
+ SOURCE_URL[0]=http://www.citi.umich.edu/u/provos/${SPELL#*-}/$SOURCE

SOURCE_HASH=sha512:08f6ab0dd23ab71a4bb2980e97f8b078faf972e58c8b14926c54d2fa07b9ab57cfd490b72d0b3fab5b1034776761966d7387e83391631b189fa06aa4037090cc
LICENSE[0]=BSD
ENTERED=20030728
@@ -13,10 +11,9 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/notification-${PKG_VER}
BUILD_API=1
SHORT="Current snapshot of GTK Systrace front end invoked by
systrace."
cat << EOF
-Systrace enforces system call policies for applications by
-constraining the application's access to the system. The
-policy is generated interactively. Operations not covered
-by the policy raise an alarm, allowing an user to refine
-the currently configured policy.
-(See home page for more info about systrace userland utilities)
+Systrace enforces system call policies for applications by constraining the
+application's access to the system. The policy is generated interactively.
+Operations not covered by the policy raise an alarm, allowing an user to
refine
+the currently configured policy. (See home page for more info about systrace
+userland utilities)
EOF
diff --git a/security/gtk-systrace/HISTORY b/security/gtk-systrace/HISTORY
index bdc3436..78f6be3 100644
--- a/security/gtk-systrace/HISTORY
+++ b/security/gtk-systrace/HISTORY
@@ -1,3 +1,6 @@
+2014-12-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, HISTORY: Normalize SPELL field
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: use TRACK_ROOT when linking #9163




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d8ce857837fdabeedf7090bae67360c26d848d8), Ismael Luceno, 12/22/2014

Archive powered by MHonArc 2.6.24.

Top of Page