Skip to Content.
Sympa Menu

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

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 (92eaf911df253d824b4fc8f6733cdcf7e36ab56d)
  • Date: Fri, 26 Dec 2014 01:04:30 -0600

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

graphics-libs/opencv/DETAILS | 4 ++--
graphics-libs/opencv/HISTORY | 3 +++
utils/puppet/DETAILS | 6 +++---
utils/puppet/HISTORY | 3 +++
4 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit 92eaf911df253d824b4fc8f6733cdcf7e36ab56d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

puppet: Fix SOURCE to make it a proper tarball name

commit 567df843e5b0acd3bec18e71f3f4378b5d7e219e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

opencv: Fix SOURCE to make it a proper tarball name

diff --git a/graphics-libs/opencv/DETAILS b/graphics-libs/opencv/DETAILS
index 501384d..cb1132f 100755
--- a/graphics-libs/opencv/DETAILS
+++ b/graphics-libs/opencv/DETAILS
@@ -1,9 +1,9 @@
SPELL=opencv
VERSION=2.4.9

SOURCE_HASH=sha512:a24b4bc0f7e58246e55370cdacd161f54b282d71a4ffbd654dd4b158031c9f8f93b8cb5a171f8266d4a776375573eff6b6b88793a812df99b3f516176e7a55b1
- SOURCE=$VERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
- SOURCE_URL[0]=https://github.com/Itseez/opencv/archive/$SOURCE
+ SOURCE_URL[0]=https://github.com/Itseez/opencv/archive/$VERSION.tar.gz
TMPFS=off
WEB_SITE=http://opencv.org
LICENSE[0]=BSD
diff --git a/graphics-libs/opencv/HISTORY b/graphics-libs/opencv/HISTORY
index 5d87fec..5a58d80 100644
--- a/graphics-libs/opencv/HISTORY
+++ b/graphics-libs/opencv/HISTORY
@@ -1,3 +1,6 @@
+2014-12-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fix SOURCE to make it a proper tarball name
+
2014-07-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.9
* PRE_BUILD, pkgconfig.patch: patch from Arch added
diff --git a/utils/puppet/DETAILS b/utils/puppet/DETAILS
index a74f600..17e0596 100755
--- a/utils/puppet/DETAILS
+++ b/utils/puppet/DETAILS
@@ -1,10 +1,10 @@
SPELL=puppet
VERSION=3.7.3
- SOURCE="${VERSION}.tar.gz"
- SOURCE_URL[0]=https://github.com/puppetlabs/${SPELL}/archive/${SOURCE}
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/puppetlabs/$SPELL/archive/$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
#
SOURCE_HASH=sha512:a563421f57e30eb09dc0596f4769ccaa45e9f9c6f29aa4072f370cc95cb50aab00b9ec3450289ea20b7383bb184c491a2ddbe003845beb7d01d328083f3dbad7
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/puppet-${VERSION}"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://puppetlabs.com/";
LICENSE[0]=GPL
ENTERED=20100617
diff --git a/utils/puppet/HISTORY b/utils/puppet/HISTORY
index 54d1290..51e39b0 100644
--- a/utils/puppet/HISTORY
+++ b/utils/puppet/HISTORY
@@ -1,3 +1,6 @@
+2014-12-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fix SOURCE to make it a proper tarball name
+
2014-12-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.7.3
SOURCE_URL updated



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (92eaf911df253d824b4fc8f6733cdcf7e36ab56d), Ismael Luceno, 12/26/2014

Archive powered by MHonArc 2.6.24.

Top of Page