diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-01 15:44:50 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-01 15:44:50 +0000 |
commit | 89d8e101ac029f127a2579c531052e42d2ebd33b (patch) | |
tree | 025e5b042afb885218ca9c1878dd2bd13c5301b6 /trunk/src | |
parent | 864b5977907566c44257f99312d88e203b151d22 (diff) | |
download | simplepkg-89d8e101ac029f127a2579c531052e42d2ebd33b.tar.gz simplepkg-89d8e101ac029f127a2579c531052e42d2ebd33b.tar.bz2 |
setting svn keywords in some files
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@615 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rw-r--r-- | trunk/src/createpkg | 1 | ||||
-rwxr-xr-x | trunk/src/mkbuild | 11 | ||||
-rwxr-xr-x | trunk/src/simplaret | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 90d14d7..296a5fa 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -22,6 +22,7 @@ # SVN="svn://repository", defaults do http://slack.sarava.org/slackbuilds # SYNC="yes|no", whether to always update the repository # +# Version $Rev$ - $Author$ #--------------------------------------------------- # Createpkg functions diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index 653c2b3..afb8571 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -18,9 +18,10 @@ # # Based in model generic.SlackBuild of Luiz # -# Version: -PROG_VERSION=1.2.8 -PROG_NAME=`basename $0` +# Version $Rev$ - $Author$ + +PROG_VERSION="1.2.8" +PROG_NAME="`basename $0`" #-------------------------------------------------------------------- # Functions @@ -541,7 +542,7 @@ function apply_mkpatch { # ------------------- svn functions ------------------------------ function submit_slackbuild { - # Commit SlackBuild in local Slack.Sarava tree + # Submit SlackBuild in local Slack.Sarava tree if [ $UID -ne 0 ]; then echo "Only root can submit SlackBuilds..." return 1 @@ -574,7 +575,7 @@ function submit_slackbuild { function submit_mkbuild { - # Commit mkbuild in local mkbuild Slack.Sarava tree + # Submit mkbuild in local mkbuild Slack.Sarava tree if [ $UID -ne 0 ]; then echo "Only root can submit mkbuild..." return 1 diff --git a/trunk/src/simplaret b/trunk/src/simplaret index d6555a0..b36f4c4 100755 --- a/trunk/src/simplaret +++ b/trunk/src/simplaret @@ -1,6 +1,6 @@ #!/bin/bash # -# simplaret v0.3: simplepkg's retrieval tool +# simplaret $Rev$: simplepkg's retrieval tool # feedback: rhatto at riseup.net | gpl # # Simplaret is free software; you can redistribute it and/or modify it under the |