Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6fb0423ed0d4862611d45037392b978bfa1651b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: Treeve Jelbert <treeve AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6fb0423ed0d4862611d45037392b978bfa1651b3)
  • Date: Tue, 3 Mar 2009 10:26:27 -0800

On Tue, 3 Mar 2009 10:50:48 -0600
Treeve Jelbert <scm AT sourcemage.org> wrote:

> GIT changes to master grimoire by Treeve Jelbert
> <treeve AT sourcemage.org>:
>
> x11-toolkits/qt4/DETAILS | 35
> ++++++++++++++++++----------------- x11-toolkits/qt4/HISTORY |
> 9 +++++++++ x11-toolkits/qt4/PREPARE | 2 +-
> x11-toolkits/qt4/PRE_BUILD | 3 ---
> x11-toolkits/qt4/grind.diff | 29 -----------------------------
> 5 files changed, 28 insertions(+), 50 deletions(-)
>
> New commits:
> commit ae84e1e6767d5846356c21cbab3b57f7adafa022
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> qt4: => 4.5.0
>
> diff --git a/x11-toolkits/qt4/DETAILS b/x11-toolkits/qt4/DETAILS
> index de3e186..5c75bfa 100755
> --- a/x11-toolkits/qt4/DETAILS
> +++ b/x11-toolkits/qt4/DETAILS
> @@ -1,35 +1,36 @@
> SPELL=qt4
> SPELLX=qt-x11-opensource-src
> case $QT_VER in
> - snapshot)
> - VERSION=4.5.0-snapshot-$(date +%Y%m%d)
> - SOURCE_IGNORE=volatile
> - SOURCE=$SPELLX-$VERSION.tar.gz
> - URI=qt/snapshots/$SOURCE
> -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
> - ;;
> +# snapshot)
> +# VERSION=4.5.0-snapshot-$(date +%Y%m%d)
> +# SOURCE_IGNORE=volatile
> +# SOURCE=$SPELLX-$VERSION.tar.gz
> +# URI=qt/snapshots/$SOURCE
> +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
> +# ;;
> prerelease)
> - VERSION=4.5.0-rc1
> -
> SOURCE_HASH=sha512:58e71638694ee72554c5e02ee2cb2a26a717ae5dbd45f7413a778b9774ec98aac7f947221d693250a71a95992c2ee70debbe2b30f1d20bf4c53cfd62ce8bb453
> - SOURCE=${SPELLX}-$VERSION.tar.bz2
> + VERSION=4.5.0
> +
> SOURCE_HASH=sha512:9c392b72164c42877b75cdef89f5aab53fcbb148d01953701d8f1e8c41e5d36054f251e390af686297c8b8ee2bbcd1936de2589dee2e290c9d56ed2a0fec59e6
> + SOURCE=${SPELLX}-$VERSION.tar.gz
> URI=qt/source/$SOURCE
> SECURITY_PATCH=2
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-$VERSION
> ;;
> *) #stable
> - VERSION=4.4.3
> -
> SOURCE_HASH=sha512:62143283df90aa5525ea72b687fceacae46ea4b75ab84d6d55ff0f0c81b8a8c76923782eadc2772f569998df8593daa7635a03b5bf32fc48ed50ec1acc5a49b6
> + VERSION=4.5.0
> +
> SOURCE_HASH=sha512:9c392b72164c42877b75cdef89f5aab53fcbb148d01953701d8f1e8c41e5d36054f251e390af686297c8b8ee2bbcd1936de2589dee2e290c9d56ed2a0fec59e6
> SOURCE=$SPELLX-$VERSION.tar.bz2 URI=qt/source/$SOURCE
> SECURITY_PATCH=2
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
> esac
> - SOURCE_URL[0]=ftp://ftp.trolltech.com/$URI
> - SOURCE_URL[1]=ftp://ftp.silug.org/pub/$URI
> - SOURCE_URL[2]=ftp://ftp.planetmirror.com.au/pub/trolltech/$URI
> - WEB_SITE=http://www.trolltech.com/qt/x11.html
> + SOURCE_URL[0]=http://download.qtsoftware.com/$URI
> +# SOURCE_URL[1]=ftp://ftp.silug.org/pub/$URI
> +# SOURCE_URL[2]=ftp://ftp.planetmirror.com.au/pub/trolltech/$URI
> +#http://ftp.heanet.ie/mirrors/
> + WEB_SITE=http://www.qtsoftware.com//products
> ENTERED=20020410
> - LICENSE[0]=GPL
> + LICENSE[0]=LGPL
> DOCS="FAQ README README-QT.TXT"
> KEYWORDS="qt x11 libs"
> SHORT="Qt simplifies writing and maintaining GUI
> applications" diff --git a/x11-toolkits/qt4/HISTORY
> b/x11-toolkits/qt4/HISTORY index f48e9bd..11854fc 100644
> --- a/x11-toolkits/qt4/HISTORY
> +++ b/x11-toolkits/qt4/HISTORY
> @@ -1,3 +1,12 @@
> +2009-03-03 Treeve Jelbert <treeve AT sourcemage.org>
> + * DETAILS: version 4.5.0 (prerelease & stable)
> + disable snapshot, as no longer available
> + new website & urls
> + LICENSE now LGPL
> + * PREPARE: remove snapshot option
> + * grind.diff: deleted
> + * PRE_BUILD: don't apply patch
> +
> 2009-02-05 Treeve Jelbert <treeve AT sourcemage.org>
> * DETAILS: version 4.5.0-rc1 (prerelease)
> 4.5.0 ( snapshot )
> diff --git a/x11-toolkits/qt4/PREPARE b/x11-toolkits/qt4/PREPARE
> index d0198b7..5e2fd62 100755
> --- a/x11-toolkits/qt4/PREPARE
> +++ b/x11-toolkits/qt4/PREPARE
> @@ -1 +1 @@
> -config_query_list QT_VER "which version to build?" stable prerelease
> snapshot +config_query_list QT_VER "which version to build?" stable

You should persistent_remove the old QT_VER if it's set to snapshot,
since it's no longer a valid option.

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page