Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (2de771055474cb91fc7590be6a885c123114876d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (2de771055474cb91fc7590be6a885c123114876d)
  • Date: Wed, 6 Jan 2010 14:23:26 -0600

GIT changes to master binary grimoire by Eric Sandall
<esandall@esandall-desktop.(none)>:

bin-http/google-chrome-bin/DETAILS | 8
++++----
bin-http/google-chrome-bin/HISTORY | 5
+++++
bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig | 0
bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig | 0
dev/null |binary
5 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 2de771055474cb91fc7590be6a885c123114876d
Author: Eric Sandall <esandall@esandall-desktop.(none)>
Commit: Eric Sandall <esandall@esandall-desktop.(none)>

google-chrome-bin: Fix typos in x86_64 and x86 SOURCE

commit 3d96a0c78a6741f9ded67d5b80bdba436f980a45
Author: Eric Sandall <esandall@esandall-desktop.(none)>
Commit: Eric Sandall <esandall@esandall-desktop.(none)>

google-chrome-bin: Apparently these RPMs change daily, switching to
unversioned SOURCE_IGNORE and setting VERSION to "beta_current"

diff --git a/bin-http/google-chrome-bin/DETAILS
b/bin-http/google-chrome-bin/DETAILS
index 6c55194..4c536e0 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=google-chrome-bin
- VERSION=4.0.249.43
+ VERSION=beta_current
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
- SOURCE=${SPELL/-bin}-beta_current_x86_64.rpm
+ SOURCE=${SPELL/-bin/}-${VERSION}_x86_64.rpm
else
- SOURCE=$SPELL/-bin/}-beta_current_i386.rpm
+ SOURCE=${SPELL/-bin/}-${VERSION}_i386.rpm
fi
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://dl.google.com/linux/direct/$SOURCE
LICENSE[0]=http://www.google.com/chrome/eula.html
diff --git a/bin-http/google-chrome-bin/HISTORY
b/bin-http/google-chrome-bin/HISTORY
index 2bdbfad..eb0f2fe 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,3 +1,8 @@
+2010-01-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Apparently these RPMs change daily, switching to
unversioned SOURCE_IGNORE
+ and setting VERSION to "beta_current"
+ Fix typos in x86_64 and x86 SOURCE
+
2010-01-05 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created

diff --git
a/bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig
b/bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig
deleted file mode 100644
index 9f5c131..0000000
Binary files
a/bin-http/google-chrome-bin/google-chrome-beta_current_i386.rpm.sig and
/dev/null differ
diff --git
a/bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig
b/bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig
deleted file mode 100644
index 362f46f..0000000
Binary files
a/bin-http/google-chrome-bin/google-chrome-beta_current_x86_64.rpm.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (2de771055474cb91fc7590be6a885c123114876d), Eric Sandall, 01/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page