[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f5d9e55e38ddf99316fae7b210f054c68a095c4a)

lynx at mages.ath.cx lynx at mages.ath.cx
Mon Jan 7 15:40:41 EST 2008


On Monday 07 of January 2008 20:58:26 Vlad Glagolev wrote:
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,9 +1,7 @@
> -2008-01-07 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
> -     * utils/exmap: memory analysis tool that accurately determines
memory use
> -
>  2008-01-07 Vlad Glagolev <stealth at sourcemage.org>
>       * FUNCTIONS: added default function for building the perlish spells
>       * perl-cpan/FUNCTIONS: use this function from root
> +     * perl-cpan/libnet-perl: deprecated (dupe of updated perl-netlib)
Please, please do the following before commiting anything: git log -p
You can ease the reading by using a colored diff: git-config color.diff auto

> --- a/perl-cpan/dailystrips/DETAILS
> +++ b/perl-cpan/dailystrips/DETAILS
> @@ -6,11 +6,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
>      
> SOURCE_HASH=sha512:22dd8da94a63c115f893379310d77f229e659957ee567e5514572542
>7e55f990d0aaebfce9d26cbe553898ae3f9797b7150646b663427a27b0f7bf7b9ec527d9
> WEB_SITE=http://dailystrips.sourceforge.net/
>           ENTERED=20020226
> -         UPDATED=20020424
>        LICENSE[0]=GPL
>          KEYWORDS="web perl"
> -       BUILD_API=1
> -           SHORT="Downloads comics from the web."
> +           SHORT="Downloads comics from the web"
>  cat << EOF
>  This Perl script downloads the URL for the current comic of various
>  strips that are available online, and outputs these URLs to an HTML
> diff --git a/perl-cpan/dailystrips/HISTORY b/perl-cpan/dailystrips/HISTORY
> index 64355d4..51df4bd 100644
> --- a/perl-cpan/dailystrips/HISTORY
> +++ b/perl-cpan/dailystrips/HISTORY
> @@ -1,5 +1,7 @@
>  2008-01-07 Vlad Glagolev <stealth at sourcemage.org>
>       * BUILD: cleaned up
> +     * DETAILS: removed UPDATED&&BUILD_API
UPDATED!

> diff --git a/perl-cpan/net-dns/BUILD b/perl-cpan/net-dns/BUILD
> index 8279fa8..0ba8445 100755
> --- a/perl-cpan/net-dns/BUILD
> +++ b/perl-cpan/net-dns/BUILD
> @@ -1,3 +1 @@
> -export PERL_MM_USE_DEFAULT=1 &&
> -
> -default_build_perl
> +no | default_build_perl
$ no
bash: no: command not found

> diff --git a/perl-cpan/net-dns/DEPENDS b/perl-cpan/net-dns/DEPENDS
> index 5b15e5d..ade195d 100755
> --- a/perl-cpan/net-dns/DEPENDS
> +++ b/perl-cpan/net-dns/DEPENDS
> @@ -1,4 +1,4 @@
> -depends  perl &&
> -depends  digest-hmac &&
> -depends       mime-base64 &&
> -depends  test-simple
> +depends perl &&
> +depends digest-hmac &&
> +depends      mime-base64 &&
> +depends test-simple
Looks like a tab survived, heh.

> diff --git a/perl-cpan/pgsql_perl5/BUILD b/perl-cpan/pgsql_perl5/BUILD
> index ec7aa0f..3917ac3 100755
> --- a/perl-cpan/pgsql_perl5/BUILD
> +++ b/perl-cpan/pgsql_perl5/BUILD
> @@ -1,4 +1,2 @@
> -export POSTGRES_INCLUDE=${INSTALL_ROOT}/usr/include &&
> -export POSTGRES_LIB=${INSTALL_ROOT}/usr/lib &&
> -
> -default_build_perl
> +POSTGRES_INCLUDE=$INSTALL_ROOT/usr/include &&
> +POSTGRES_LIB=$INSTALL_ROOT/usr/lib | default_build_perl
Just curious, why the pipe?

-- 
We cannot command nature except by obeying her.  --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org




More information about the SM-Commit mailing list