]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
setting svn keywords in some files
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 1 Dec 2008 15:44:50 +0000 (15:44 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 1 Dec 2008 15:44:50 +0000 (15:44 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@615 04377dda-e619-0410-9926-eae83683ac58

trunk/mkbuild/generic.mkSlackBuild
trunk/mkbuild/model.mkbuild
trunk/src/createpkg
trunk/src/mkbuild
trunk/src/simplaret

index c889fde6846d0adc179d34a46136d07c5e9f6568..8cccbb285b1b866642a6fe6b82f17df6ea7dcf93 100644 (file)
@@ -3,6 +3,7 @@
 ##
 ## Version 0.9.9 - Luis ( luis at riseup d0t net)
 ##                 Alves ( rudsonalves at yahoo d0t com d0t br )
+## Version $Rev$ - $Author$
 #################################################################
 #!/bin/bash
 <head> off
index a6ad02222e1355f5cd2b985e3cb469dfea2f7853..84dc256e915e1015cf3d0c5633fee39ac18d72bc 100644 (file)
@@ -1,8 +1,19 @@
-#################################################################
-## Generic template for Mkbuild
-##
-## Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
-#################################################################
+#
+#  This mkbuild is free software; you can redistribute it and/or modify it under the
+#  terms of the GNU General Public License as published by the Free Software
+#  Foundation; either version 2 of the License, or any later version.
+#
+#  This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY
+#  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+#  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License along with
+#  this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+#  Place - Suite 330, Boston, MA 02111-1307, USA
+#
+# Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
+# Version $Rev$ - $Author$
+
 #--------------------
 # Personal variables
 #--------------------
index 90d14d736d93cbe08e25e082f110a8b8a60ea07d..296a5fada8b8b1fdfbba362a17d189332798ae4c 100644 (file)
@@ -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
index 653c2b3f9979cf6c90ef025bab4b6c85943e31d2..afb85711ac2d6ead106ff1b30ef889828e0edb60 100755 (executable)
 #
 # 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
index d6555a0b4206584520ce2f8704dd618cbfc9283c..b36f4c49c690ac28bf084615828d977a992787be 100755 (executable)
@@ -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