commit:     0818344e4dfe29af3a8e6e18d53611b61467799d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 08:42:44 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May  9 08:47:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0818344e

app-backup/btrbk: drop KEYWORDS line from 9999 branch

This ends up having keywords put in it by eshowkw for no reason - not
defining it is already empty.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-backup/btrbk/btrbk-0.24.0-r1.ebuild | 3 +--
 app-backup/btrbk/btrbk-0.26.0.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.26.1.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.27.0.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.27.1-r1.ebuild | 3 +--
 app-backup/btrbk/btrbk-0.27.1.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.27.2.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.28.0.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.28.1.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.28.2.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.28.3.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.29.0.ebuild    | 3 +--
 app-backup/btrbk/btrbk-0.29.1.ebuild    | 1 -
 app-backup/btrbk/btrbk-9999.ebuild      | 3 +--
 14 files changed, 13 insertions(+), 27 deletions(-)

diff --git a/app-backup/btrbk/btrbk-0.24.0-r1.ebuild 
b/app-backup/btrbk/btrbk-0.24.0-r1.ebuild
index 8f10060231f..93502cbb34d 100644
--- a/app-backup/btrbk/btrbk-0.24.0-r1.ebuild
+++ b/app-backup/btrbk/btrbk-0.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="amd64 arm x86"

diff --git a/app-backup/btrbk/btrbk-0.26.0.ebuild 
b/app-backup/btrbk/btrbk-0.26.0.ebuild
index 8588eb6d0e3..06f23db240f 100644
--- a/app-backup/btrbk/btrbk-0.26.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.26.1.ebuild 
b/app-backup/btrbk/btrbk-0.26.1.ebuild
index 621ad7e2a0a..8638d66c308 100644
--- a/app-backup/btrbk/btrbk-0.26.1.ebuild
+++ b/app-backup/btrbk/btrbk-0.26.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.27.0.ebuild 
b/app-backup/btrbk/btrbk-0.27.0.ebuild
index 370a7611812..a9edd2bb91d 100644
--- a/app-backup/btrbk/btrbk-0.27.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS="amd64 arm x86"
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="amd64 arm x86"

diff --git a/app-backup/btrbk/btrbk-0.27.1-r1.ebuild 
b/app-backup/btrbk/btrbk-0.27.1-r1.ebuild
index e0800b810e0..57a9fcb682a 100644
--- a/app-backup/btrbk/btrbk-0.27.1-r1.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.27.1.ebuild 
b/app-backup/btrbk/btrbk-0.27.1.ebuild
index f364036c572..5781a69d01f 100644
--- a/app-backup/btrbk/btrbk-0.27.1.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.27.2.ebuild 
b/app-backup/btrbk/btrbk-0.27.2.ebuild
index b651574dfd6..327ff48d7a8 100644
--- a/app-backup/btrbk/btrbk-0.27.2.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.28.0.ebuild 
b/app-backup/btrbk/btrbk-0.28.0.ebuild
index ffd2ecb0e6f..c649cd367ac 100644
--- a/app-backup/btrbk/btrbk-0.28.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.28.1.ebuild 
b/app-backup/btrbk/btrbk-0.28.1.ebuild
index ffd2ecb0e6f..c649cd367ac 100644
--- a/app-backup/btrbk/btrbk-0.28.1.ebuild
+++ b/app-backup/btrbk/btrbk-0.28.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.28.2.ebuild 
b/app-backup/btrbk/btrbk-0.28.2.ebuild
index ffd2ecb0e6f..c649cd367ac 100644
--- a/app-backup/btrbk/btrbk-0.28.2.ebuild
+++ b/app-backup/btrbk/btrbk-0.28.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.28.3.ebuild 
b/app-backup/btrbk/btrbk-0.28.3.ebuild
index ffd2ecb0e6f..c649cd367ac 100644
--- a/app-backup/btrbk/btrbk-0.28.3.ebuild
+++ b/app-backup/btrbk/btrbk-0.28.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.29.0.ebuild 
b/app-backup/btrbk/btrbk-0.29.0.ebuild
index 7b91fc51e8b..f82156e37d5 100644
--- a/app-backup/btrbk/btrbk-0.29.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.29.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

diff --git a/app-backup/btrbk/btrbk-0.29.1.ebuild 
b/app-backup/btrbk/btrbk-0.29.1.ebuild
index 09f483d2795..73afd3da370 100644
--- a/app-backup/btrbk/btrbk-0.29.1.ebuild
+++ b/app-backup/btrbk/btrbk-0.29.1.ebuild
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS="~arm64"
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/app-backup/btrbk/btrbk-9999.ebuild 
b/app-backup/btrbk/btrbk-9999.ebuild
index 7b91fc51e8b..f82156e37d5 100644
--- a/app-backup/btrbk/btrbk-9999.ebuild
+++ b/app-backup/btrbk/btrbk-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git";
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
 else
        SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"

Reply via email to