Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1615bcecbf133c2ba3e1b469de7ee3d70d7faf35)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Arjan Bouter <abouter AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1615bcecbf133c2ba3e1b469de7ee3d70d7faf35)
  • Date: Tue, 20 Sep 2011 16:47:12 +0200

> GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:
>
> ftp/rtorrent/DEPENDS | 1
> ftp/rtorrent/DETAILS | 4
> +--
> ftp/rtorrent/HISTORY | 5
> ++++
> ftp/rtorrent/PRE_BUILD | 2 -
> ftp/rtorrent/TRIGGERS | 1
> ftp/rtorrent/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch | 10
> --------
> ftp/rtorrent/rtorrent-ncurses.patch | 12
> ++++++++++
> 7 files changed, 21 insertions(+), 14 deletions(-)
>
> New commits:
> commit 1615bcecbf133c2ba3e1b469de7ee3d70d7faf35
> Author: Arjan Bouter <abouter AT sourcemage.org>
> Commit: Arjan Bouter <abouter AT sourcemage.org>
>
> rtorrent: version 0.8.9, redid the patch as it somehow failed and switch
> the forced dep to a check_self trigger.
>
> diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
> index 68df96e..3a5341e 100755
> --- a/ftp/rtorrent/DEPENDS
> +++ b/ftp/rtorrent/DEPENDS
> @@ -1,5 +1,4 @@
> depends libtorrent &&
> -force_depends libtorrent &&
> depends curl &&
>
> optional_depends xmlrpc-c \
> diff --git a/ftp/rtorrent/DETAILS b/ftp/rtorrent/DETAILS
> index 8d35f14..ef8f46a 100755
> --- a/ftp/rtorrent/DETAILS
> +++ b/ftp/rtorrent/DETAILS
> @@ -1,12 +1,12 @@
> SPELL=rtorrent
> - VERSION=0.8.7
> + VERSION=0.8.9
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
> WEB_SITE=http://libtorrent.rakshasa.no
> ENTERED=20050214
> LICENSE[0]=GPL
> -
> SOURCE_HASH=sha512:9853f9bf18f0c0e3471628a50817159e88f6a76dd212f2c11b742c695de5403ea3a0d2b72fcd170ec8f1e35d4d1a8ec14d35f0b8294fc6664a9cf2b9f4b88d54
> +
> SOURCE_HASH=sha512:32b6377279fc22a0e42f80f0d4275a9b940866bed639e0b022088380b9a6bffe9ec642eba3866f5ee3fb1d3cc1c63b75283b15726b59fead790f643d6a053b7d
> KEYWORDS="bittorrent ftp"
> SHORT='Rtorrent is a bittorrent client using libTorrent.'
> cat << EOF
> diff --git a/ftp/rtorrent/HISTORY b/ftp/rtorrent/HISTORY
> index 059670f..dabd83c 100644
> --- a/ftp/rtorrent/HISTORY
> +++ b/ftp/rtorrent/HISTORY
> @@ -1,3 +1,8 @@
> +2011-09-20 Arjan Bouter <abouter AT sourcemage.org>
> + * DETAILS: version 0.8.9
> + * DEPENDS removed forced dep on libtorrent to avoid casting it every
> time
> + * TRIGGERS: added a check_self on casting libtorrent

The purpose of force_depends and check_self is different.
The force_depends assures that the latest version of libtorrent is
installed. This is for users and even developers who don't run sorcery
system-update and only scribe update and cast spells randomly. DEPENDS
could contain some check, if installed version of libtorent is less than
version of libtorrent, force_depends it.

--
Ladislav Hagara








Archive powered by MHonArc 2.6.24.

Top of Page