Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9f22b26d22f75f31f066e175ef52480b437e0db4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9f22b26d22f75f31f066e175ef52480b437e0db4)
  • Date: Thu, 18 Feb 2016 18:58:05 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

audio-libs/dcadec/DETAILS | 8 ++++----
audio-libs/dcadec/HISTORY | 4 ++++
libs/crossguid/DETAILS | 3 ++-
libs/crossguid/HISTORY | 4 ++++
4 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 9f22b26d22f75f31f066e175ef52480b437e0db4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/crossguid: made get_scm_version work, git_http -> git

commit 80f24b60ee43994a90574004006b70c21dc7a379
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-libs/dcadec: fixed versioning

diff --git a/audio-libs/dcadec/DETAILS b/audio-libs/dcadec/DETAILS
index 511fdbd..f020009 100755
--- a/audio-libs/dcadec/DETAILS
+++ b/audio-libs/dcadec/DETAILS
@@ -1,9 +1,9 @@
SPELL=dcadec
- VERSION=
- SOURCE="v0.2.0.tar.gz"
- SOURCE_URL[0]=https://github.com/foo86/${SPELL}/archive/${SOURCE}
+ VERSION=0.2.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/foo86/${SPELL}/archive/v${VERSION}.tar.gz

SOURCE_HASH=sha512:94edcc0b4449882ebeb08f8b39fe44a5302731df2dad3a3e0b0f787fd7c2c3e3992fed95e6f594af516e982cec34b057aab30e6457c098df61f495a487125acb
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.2.0"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/foo86/dcadec/";
LICENSE[0]=LGPL
ENTERED=20160207
diff --git a/audio-libs/dcadec/HISTORY b/audio-libs/dcadec/HISTORY
index 3873d75..7b10bc7 100644
--- a/audio-libs/dcadec/HISTORY
+++ b/audio-libs/dcadec/HISTORY
@@ -1,3 +1,7 @@
+2016-02-18 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: fixed VERSION, SOURCE, SOURCE_UTL[0] and SOURCE_DIRECTORY
+ for correct versioning
+
2016-02-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DETAILS, INSTALL: spell created

diff --git a/libs/crossguid/DETAILS b/libs/crossguid/DETAILS
index f703d00..a89727a 100755
--- a/libs/crossguid/DETAILS
+++ b/libs/crossguid/DETAILS
@@ -1,8 +1,9 @@
+. "$GRIMOIRE/FUNCTIONS"
SPELL=crossguid
VERSION=$(get_scm_version)
SOURCE=$SPELL-git.tar.bz2
SOURCE_IGNORE=volatile
- SOURCE_URL[0]=git_http://github.com/graeme-hill/crossguid.git
+ SOURCE_URL[0]=git://github.com/graeme-hill/crossguid.git
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/graeme-hill/crossguid";
diff --git a/libs/crossguid/HISTORY b/libs/crossguid/HISTORY
index f187ec7..55e68c8 100644
--- a/libs/crossguid/HISTORY
+++ b/libs/crossguid/HISTORY
@@ -1,3 +1,7 @@
+2016-02-18 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: added sourcing of $GRIMOIRE/FUNCTIONS for get_scm_version,
+ git_http -> git
+
2016-02-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9f22b26d22f75f31f066e175ef52480b437e0db4), Pavel Vinogradov, 02/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page