Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5cffe51fe5df82a7076544d5be57a4e0227a4e3d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Andraž 'ruskie' Levstik" <ruskie AT codemages.net>
  • To: <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5cffe51fe5df82a7076544d5be57a4e0227a4e3d)
  • Date: Sun, 31 Aug 2008 09:43:34 +0200

On 03:34:33 2008-08-31 Ladislav Hagara <ladislav.hagara AT unob.cz> wrote:
>
> > GIT changes to master grimoire by Florian Franzmann
> > <siflfran AT hawo.stw.uni-erlangen.de>:
> >
> > editors/vim/DETAILS | 22 +++++++++++++++++++++-
> > editors/vim/HISTORY | 4 ++++
> > editors/vim/PRE_BUILD | 8 ++++++++
> > 3 files changed, 33 insertions(+), 1 deletion(-)
> >
> > New commits:
> > commit 193d4aa3c6c1bbf59cafb00e513a881b17d6ed26
> > Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> > Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> >
> > editors/vim: added official patches
> >
> > diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
> > index 4fa11c6..13cb4cf 100755
> > --- a/editors/vim/DETAILS
> > +++ b/editors/vim/DETAILS
> > @@ -22,6 +22,26 @@
> > SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}${VERSION/\./}

> >
> > SOURCE_URL[3]=ftp://ftp2.us.vim.org/pub/vim/unix/${SOURCE}
> > SOURCE_URL[4]=ftp://ftp.us.vim.org/pub/vim/unix/${SOURCE}
> > SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
> > + PATCH_SOURCE=${VERSION}
> > +PATCH_SOURCE_URL=ftp://ftp.vim.org/pub/vim/patches/${VERSION}
> > + SOURCE2=${PATCH_SOURCE}.001
> > + SOURCE2_URL=${PATCH_SOURCE_URL}/${SOURCE2}
> > +
> > SOURCE2_HASH=sha512:35e3fb2f370812b5eabac73658ffc633decb7dbd6291fd52b9742de7672675782358af6f21915bf71b936b6f48a36300c55cb9d554b5c8c02b778d9c9ae12c97

> > + SOURCE3=${PATCH_SOURCE}.002
> > + SOURCE3_URL=${PATCH_SOURCE_URL}/${SOURCE3}
> > +
> > SOURCE3_HASH=sha512:cc5cef0d3594160be98a0fe84fe31d9b97a092eae3e557dd8b15f7a45604133c1b6d40cb2a38cab03a58c7b9217a6b9e5851593887d5d912c1a3ebe54c99c2df

> > + SOURCE4=${PATCH_SOURCE}.003
> > + SOURCE4_URL=${PATCH_SOURCE_URL}/${SOURCE4}
> > +
> > SOURCE4_HASH=sha512:73b015edb8da87ccf7bb14687123c0ce50ae9d8eb46c61cc453d62670ceb6813d82220dcc4b330b1340fd50c9f492421660f39cf34bd2e772941f8b4150dc772

> > + SOURCE5=${PATCH_SOURCE}.004
> > + SOURCE5_URL=${PATCH_SOURCE_URL}/${SOURCE5}
> > +
> > SOURCE5_HASH=sha512:412c76acfb2973aca02d271f0143ea2106234c530c57a4b050ca6ec2f154d8522d15a42fdd4979cb4080347395996b77d69ca3be136bdcebbea2a1d94e75a5f0

> > + SOURCE6=${PATCH_SOURCE}.005
> > + SOURCE6_URL=${PATCH_SOURCE_URL}/${SOURCE6}
> > +
> > SOURCE6_HASH=sha512:1781463013fbc578e4fa1663df011ef1ab29094f7cbd5970e0b91d93b0f8f760124d45b4d37785878371ec213d1654f2772a855835d41a7dec1d11721d59546f

> > + SOURCE7=${PATCH_SOURCE}.006
> > + SOURCE7_URL=${PATCH_SOURCE_URL}/${SOURCE7}
> > +
> > SOURCE7_HASH=sha512:cfccac81382cd5567aeabdaf09f812ad4b851db4a320f309f5af52591f5c719e4517404e9d1cebe91282a82bf545c08ba39d9f9acbc27dac77c613782e97be4f

> >
> > fi
> >
> > WEB_SITE=http://vim.sf.net
> > @@ -29,7 +49,7 @@ fi
> > ENTERED=20010922
> > UPDATED=20050919
> > KEYWORDS="editors"
> > - PATCHLEVEL=2
> > + PATCHLEVEL=3
> > SHORT="VIM is an improved version of vi."
> > cat << EOF
> > VIM is an improved version of the editor vi, one of the standard text
> > diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
> > index 64821cd..1ef0667 100644
> > --- a/editors/vim/HISTORY
> > +++ b/editors/vim/HISTORY
> > @@ -1,3 +1,7 @@
> > +2008-08-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> > + * DETAILS, PRE_BUILD: added official patches, increase
> > + PATCHLEVEL
> > +
> > 2008-08-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> > * PRE_BUILD, new_changelog_entry.patch: deleted
> > * DETAILS: updated to 7.2
> > diff --git a/editors/vim/PRE_BUILD b/editors/vim/PRE_BUILD
> > new file mode 100755
> > index 0000000..f683aa4
> > --- /dev/null
> > +++ b/editors/vim/PRE_BUILD
> > @@ -0,0 +1,8 @@
> > +default_pre_build &&
> > +cd ${SOURCE_DIRECTORY} &&
> > +patch -p0 < ${SOURCE_CACHE}/${SOURCE2} &&
> > +patch -p0 < ${SOURCE_CACHE}/${SOURCE3} &&
> > +patch -p0 < ${SOURCE_CACHE}/${SOURCE4} &&
> > +patch -p0 < ${SOURCE_CACHE}/${SOURCE5} &&
> > +patch -p0 < ${SOURCE_CACHE}/${SOURCE6} &&
> > +patch -p0 < ${SOURCE_CACHE}/${SOURCE7}
> > ___________________________________________
>
> Hashes of SOURCE2 and more are not checked automatically.
> You have to add unpack_file 2; unpack_file 3; ... to PRE_BUILD.
> Seems they are small files, imho they could go into grimoire after
> bzip2 them.
>

There is also verify_file 2 etc...


--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker

Be sure brain is in gear before engaging mouth.
Quis custodiet ipsos custodies.
Ryle hira.

Key id = F4C1F89C
Key fingerprint = 6FF2 8F20 4C9D DB36 B5B6 F134 884D 72CC F4C1 F89C





Archive powered by MHonArc 2.6.24.

Top of Page