gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1512: rearrange pkg-info printing a b


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1512: rearrange pkg-info printing a bit
Date: Thu, 20 Dec 2012 00:34:07 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1512
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2012-12-20 00:34:07 +0100
message:
  rearrange pkg-info printing a bit
modified:
  gar.mk
=== modified file 'gar.mk'
--- a/gar.mk    2012-12-19 23:06:25 +0000
+++ b/gar.mk    2012-12-19 23:34:07 +0000
@@ -126,7 +126,7 @@
 # what just happened when all the dependencies are finished.
 
 pkg-info:
-       @echo -e "$(MSG)Name:        $(NAME) ($(GARNAME))$(OFF)"
+       @echo -e "$(MSG)Name:$(OFF)        $(NAME)"
        @echo -e "$(MSG)Version:$(OFF)     $(GARVERSION)$(if 
$(PATCHNUM),-$(PATCHNUM))"
        @echo -e "$(MSG)URL:$(OFF)         $(HOME_URL)"
        @echo -e "$(MSG)Description:$(OFF) $(DESCRIPTION)"
@@ -138,22 +138,22 @@
 
 pkg-info-curt:
        @echo -e "$(OK)$(lastword $(subst /, ,$(dir $(shell 
pwd))))/$(MSG2)$(GARNAME) $(OFF)$(GARVERSION)"
-       @echo -e "  $(DESCRIPTION)"
+       @echo -e " $(DESCRIPTION)"
 
 # fetch-list   - Show list of files that would be retrieved by fetch.
 # NOTE: DOES NOT RUN pre-everything!
 fetch-list:
-       @echo -e "$(MSG)Name:$(OFF) $(GARNAME)"
-       @echo -e "$(MSG)Version:$(OFF) $(GARVERSION)"
+       @echo -e "$(MSG)Name:$(OFF)     $(GARNAME)"
+       @echo -e "$(MSG)Version:$(OFF)  $(GARVERSION)"
        @echo -e "$(MSG)Location:$(OFF) $(firstword 
$(MASTER_SITES))$(MASTER_SUBDIR)"
        @echo -e "$(MSG)Distribution files:$(OFF) "
-       @for i in $(DISTFILES); do echo "       $$i"; done
+       @for i in $(DISTFILES); do echo "          $$i"; done
        @echo -e "$(MSG)Patch files:$(OFF) "
-       @for i in $(PATCHFILES); do echo "      $$i"; done
+       @for i in $(PATCHFILES); do echo "        $$i"; done
        @echo -e "$(MSG)Signature files:$(OFF) "
-       @for i in $(SIGFILES); do echo "        $$i"; done
+       @for i in $(SIGFILES); do echo "          $$i"; done
        @echo -e "$(MSG)Dependencies:$(OFF) "
-       @for i in $(LIBDEPS) $(BUILDDEPS) $(if $(USE_TESTS),$(TESTDEPS),) ; do 
echo "   $$i"; done
+       @for i in $(LIBDEPS) $(BUILDDEPS) $(if $(USE_TESTS),$(TESTDEPS),) ; do 
echo "          $$i"; done
 
 # fetch                        - Retrieves $(DISTFILES) (and $(PATCHFILES) if 
defined)
 #                                into $(DOWNLOADDIR) as necessary.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]