From 9b2a7ba7e430ce8b9ead417974d35c1ac25dedec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 2 Jan 2019 19:18:50 -0300 Subject: [PATCH] qi: added tar to the blacklist, avoiding unavailability during upgrade. New version of Qi --- qi/Makefile | 4 ++-- qi/doc/qi.1 | 4 ++-- qi/etc/qirc.in | 2 +- qi/src/qi.in | 6 +++--- recipes/tools/qi/recipe | 4 ++-- sources/SOURCELIST.txt | 2 +- sources/qi-1.0-rc52.tar.lz.sha256 | 1 - sources/qi-1.0-rc53.tar.lz.sha256 | 1 + 8 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 sources/qi-1.0-rc52.tar.lz.sha256 create mode 100644 sources/qi-1.0-rc53.tar.lz.sha256 diff --git a/qi/Makefile b/qi/Makefile index 2b07af37..413cd512 100644 --- a/qi/Makefile +++ b/qi/Makefile @@ -1,6 +1,6 @@ # Makefile for Qi. # -# Copyright (c) 2015-2018 Matias Fonzo, . +# Copyright (c) 2015-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. project = qi -version = 1.0-rc52 +version = 1.0-rc53 ## DO NOT MAKE CHANGES HERE. # diff --git a/qi/doc/qi.1 b/qi/doc/qi.1 index b84ecae4..d05d1268 100644 --- a/qi/doc/qi.1 +++ b/qi/doc/qi.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. -.TH QI "1" "December 2018" "qi 1.0-rc52" "User Commands" +.TH QI "1" "January 2019" "qi 1.0-rc53" "User Commands" .SH NAME qi \- package manager .SH SYNOPSIS @@ -115,7 +115,7 @@ Linker flags .PP When FILE is \-, read standard input. .SH COPYRIGHT -Copyright \(co 2016\-2018 Matias Andres Fonzo. +Copyright \(co 2016\-2019 Matias Andres Fonzo. License GPLv3+: GNU GPL version 3 or later .br This is free software: you are free to change and redistribute it. diff --git a/qi/etc/qirc.in b/qi/etc/qirc.in index f22b7865..762ba68e 100644 --- a/qi/etc/qirc.in +++ b/qi/etc/qirc.in @@ -29,7 +29,7 @@ # "perl--+.tlz". This to try to perform an # atomic update instead of pruning the links through graft(1). # -blacklist="perl graft musl glibc" +#blacklist="perl graft tar musl glibc" #### SECOND SECTION: build settings diff --git a/qi/src/qi.in b/qi/src/qi.in index 6ef3d2c7..1ce649ea 100644 --- a/qi/src/qi.in +++ b/qi/src/qi.in @@ -1,5 +1,5 @@ #! /bin/sh - -# Copyright (C) 2016-2018 Matias Fonzo +# Copyright (C) 2016-2019 Matias Fonzo # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -89,7 +89,7 @@ version() { printf "%s\n" \ "$PROGRAM @VERSION@" \ - "Copyright (C) 2016-2018 Matias Andres Fonzo." \ + "Copyright (C) 2016-2019 Matias Andres Fonzo." \ "License GPLv3+: GNU GPL version 3 or later " \ "This is free software: you are free to change and redistribute it." \ "There is NO WARRANTY, to the extent permitted by law." @@ -1136,7 +1136,7 @@ EOF PROGRAM="${0##*/}" packagedir=@PACKAGEDIR@ targetdir=@TARGETDIR@ -blacklist="perl graft musl glibc" +blacklist="perl graft tar musl glibc" RC=RC RCFILE=@SYSCONFDIR@/qirc opt_install=opt_install.off diff --git a/recipes/tools/qi/recipe b/recipes/tools/qi/recipe index bcb81280..5b379721 100644 --- a/recipes/tools/qi/recipe +++ b/recipes/tools/qi/recipe @@ -1,6 +1,6 @@ # Build recipe for qi. # -# Copyright (c) 2017-2018 Matias Fonzo, . +# Copyright (c) 2017-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=qi -version=1.0-rc52 +version=1.0-rc53 arch=noarch release=1 diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 9955b03c..5db9b2d8 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -208,7 +208,7 @@ http://rsync.dragora.org/current/sources/libevent-246f44041e0782f728fa5ff2d39113 http://rsync.dragora.org/current/sources/perp-2.07.tar.gz http://rsync.dragora.org/current/sources/squashfs-tools-master.zip http://rsync.dragora.org/current/sources/xf86-video-intel-e5ff8e1.tar.lz -http://rsync.dragora.org/v3/sources/qi-1.0-rc52.tar.lz +http://rsync.dragora.org/v3/sources/qi-1.0-rc53.tar.lz http://savannah.c3sl.ufpr.br/libpipeline/libpipeline-1.5.0.tar.gz http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.44_01.tar.gz http://sethwklein.net/iana-etc-2.30.tar.bz2 diff --git a/sources/qi-1.0-rc52.tar.lz.sha256 b/sources/qi-1.0-rc52.tar.lz.sha256 deleted file mode 100644 index 43d357e8..00000000 --- a/sources/qi-1.0-rc52.tar.lz.sha256 +++ /dev/null @@ -1 +0,0 @@ -376112b0c3136b6f9431b6525686934668f0ee08a461dacf1ad09be5f2884ae8 qi-1.0-rc52.tar.lz diff --git a/sources/qi-1.0-rc53.tar.lz.sha256 b/sources/qi-1.0-rc53.tar.lz.sha256 new file mode 100644 index 00000000..97d8f7e5 --- /dev/null +++ b/sources/qi-1.0-rc53.tar.lz.sha256 @@ -0,0 +1 @@ +792168c9d8c6fa0be399e869e1e4a5118885846128eebf9625c12ca537d6831d qi-1.0-rc53.tar.lz -- 2.11.4.GIT