Renamed xbps-repo-checkvers -> xbps-checkvers.

This commit is contained in:
Juan RP
2014-04-07 10:45:25 +02:00
parent f270e6a025
commit 1ff1fc90cb
5 changed files with 7 additions and 6 deletions

2
.gitignore vendored

@ -12,7 +12,7 @@ bin/xbps-remove/xbps-remove
bin/xbps-rindex/xbps-rindex bin/xbps-rindex/xbps-rindex
bin/xbps-uhelper/xbps-uhelper bin/xbps-uhelper/xbps-uhelper
bin/xbps-uchroot/xbps-uchroot bin/xbps-uchroot/xbps-uchroot
bin/xbps-repo-checkvers/xbps-repo-checkvers bin/xbps-checkvers/xbps-checkvers
*.static *.static
*.so* *.so*
*.o *.o

7
NEWS

@ -1,8 +1,9 @@
xbps-0.36 (???): xbps-0.36 (???):
* xbps-repo-checkvers: new utility merged from https://github.com/xdave/xbps-src-utils * xbps-checkvers: new utility merged from https://github.com/xdave/xbps-src-utils
that is able to check which packages are outdated in the XBPS repositories by that is able to check which packages are outdated in the XBPS repositories or
comparing them against a xbps-packages repository. Written by xdave. a rootdir by comparing them against a xbps-packages repository.
Written by xdave and improved by myself.
xbps-0.35 (2014-04-01): xbps-0.35 (2014-04-01):

@ -10,6 +10,6 @@ SUBDIRS += xbps-remove
SUBDIRS += xbps-rindex SUBDIRS += xbps-rindex
SUBDIRS += xbps-uhelper SUBDIRS += xbps-uhelper
SUBDIRS += xbps-uchroot SUBDIRS += xbps-uchroot
SUBDIRS += xbps-repo-checkvers SUBDIRS += xbps-checkvers
include ../mk/subdir.mk include ../mk/subdir.mk

@ -1,7 +1,7 @@
TOPDIR = ../.. TOPDIR = ../..
-include $(TOPDIR)/config.mk -include $(TOPDIR)/config.mk
BIN = xbps-repo-checkvers BIN = xbps-checkvers
MAN = MAN =
include $(TOPDIR)/mk/prog.mk include $(TOPDIR)/mk/prog.mk