]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
simplepkg 0.4.9pre18
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 31 Jan 2007 23:53:05 +0000 (23:53 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 31 Jan 2007 23:53:05 +0000 (23:53 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@142 04377dda-e619-0410-9926-eae83683ac58

doc/CHANGELOG
simplepkg.SlackBuild
src/simplaret

index b447fcb855e4670e2ae3305545791813f9c40ab9..be926a3cb4b638ae60d9519e399c5912e1aebf8a 100644 (file)
@@ -1,6 +1,10 @@
 simplepkg changelog
 -------------------
 
+0.4.9pre18: simplaret:
+            - enhanced http retrieval: curl support
+            - enhanced verbosity
+
 0.4.9pre10-17: lots of simplaret fixes
 
 0.4.9pre9: createpkg:
index 8730c34ce41652f11da2a4eac126b76c876e01f6..19fdf7cbad84700a2ac2d6cf9b6c0088d18fd6b1 100755 (executable)
@@ -6,7 +6,7 @@
 PACKAGE="simplepkg"
 PACK_DIR="package-$PACKAGE"
 BUILD=${BUILD:=1rha}
-VERSION="0.4.9pre17"
+VERSION="0.4.9pre18"
 ARCH="noarch"
 LIBEXEC="/usr/libexec/$PACKAGE"
 BINDIR="/usr/bin"
index add9be8e5ecfcb3dec8447e66037598e64819261..f2d2ebd396a2817065c2ec5721887c1b239dbcd4 100755 (executable)
@@ -38,7 +38,7 @@ function simplaret_usage {
 function simplaret_get_index {
 
   for file in `simplaret_metafiles`; do
-    echo getting $1/$file
+    echo getting $1/$file:
     simplaret_download $1 $file $2 --no-verbose
   done
 
@@ -424,7 +424,8 @@ function simplaret_search_and_delete {
           if [ "`package_version $candidate`" == "`package_version $result`" ] && \
              [ "`package_build $candidate`" == "`package_build $result`" ]; then
              if [ "$3" != "--silent" ]; then
-               echo package $candidate already downloaded and stored at `dirname $file`
+               echo package $candidate already downloaded
+               echo package $candidate stored at `dirname $file`
              else echo $file
              fi
              return 1
@@ -533,7 +534,7 @@ function simplaret_search_and_download_patch {
 
   # check if the patch was already downloaded
   if echo "$DOWNLOADED_PATCHES" | grep -q " $ARCH:$VERSION:$sugested "; then
-    echo "jail $root needs package $sugested, but it's already downloaded, skipping donwload"
+    echo "jail $root needs package $sugested (already downloaded, skipping)"
   fi
 
   # search if its installed in the jail