Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/
Date: Mon, 31 Jul 2017 18:45:18
Message-Id: 1501525707.8b8c27e3f6650330085640edf96582513d6c0d27.soap@gentoo
1 commit: 8b8c27e3f6650330085640edf96582513d6c0d27
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Mon Jul 31 18:15:16 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 18:28:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8c27e3
7
8 app-backup/btrbk: Drop old versions
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/5251
12
13 app-backup/btrbk/Manifest | 2 --
14 app-backup/btrbk/btrbk-0.23.3.ebuild | 32 --------------------------------
15 app-backup/btrbk/btrbk-0.24.0.ebuild | 32 --------------------------------
16 app-backup/btrbk/btrbk-0.25.0.ebuild | 32 --------------------------------
17 4 files changed, 98 deletions(-)
18
19 diff --git a/app-backup/btrbk/Manifest b/app-backup/btrbk/Manifest
20 index 0c02b598eab..eb62507f4f6 100644
21 --- a/app-backup/btrbk/Manifest
22 +++ b/app-backup/btrbk/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST btrbk-0.23.3.tar.xz 69388 SHA256 779636116261e3e0fe64ec986e39be594c04454d87be8005115c8577f62b1725 SHA512 d9fc29b8e2a6e191be93c7845c7f1f99ab60fb4ec910d8b60947ef902b7fdaf789bc73a4884bdd6060f1b180cafaacd5fa8f93dc29624dfea8a2890618ce4012 WHIRLPOOL 4cc9aa102c46feccfb0b90e65d03dd53bed07d78e5a9ddd2afeccfe21fb29f9a2aeba8389771ee7c203598858fb94d59c0d19b73ce1fa29b3772e916bbf4f23b
25 DIST btrbk-0.24.0.tar.xz 72308 SHA256 032671c2905005d91a87b85acf8daec05df09bfad9e191092610094fb9a65906 SHA512 fbe180743743ead1241968765b5ae6eff37b2925bee8379443568c126426f2098d280a3f62d13e5f5b63f967ac9889ad9331d73f354d0cd441c907ba92258267 WHIRLPOOL 19052093dcec40d4a8bd5593538f6ec44ea2bbaf6a846f966cebb1f1ff76b9c94700a0bad6f16f33258f92fa05180efc2ba770f02db5553e755beb21b6761ed9
26 -DIST btrbk-0.25.0.tar.xz 73552 SHA256 21b77473e033ee4886e48802cb92c4a958465534169aee4b7238826a89a63650 SHA512 77a10fdf070129264cc62b2ff643ea4f28c1a4ecab7c026e697ba3b0e01be35674c038762669775f13e3848031ccc6b0e2ed9baef4aedf31ab7d66fdb31c1836 WHIRLPOOL dc14b29e22b4b6070f0c43079c81c29eae273469353019ebbd9a0099a996f2707fd894c6fca9c75a93c150f4b6d27859ecc2f70881423367d079d484646f9a5c
27 DIST btrbk-0.25.1.tar.xz 74904 SHA256 25bbfe9352b833761c2ec929d744faa2b33670dac0dc00b6e51ed0d2d64e0c0b SHA512 6802e379f49c5433a811f6f844cf2663c752b23d8d678f001bb8cba9b099c7527983e23169814c7469ab8682b95fa0f742d1088415747ebebfe0fcc36425cd05 WHIRLPOOL 05850216548c01d86b0ec508e11d8085dec597b41bad491cbf65aa9f41432a09b2a0f79ec821bf16c0e7f24271bcb4cce1f9b52352d7d6cd67ef2ac9850a19e0
28
29 diff --git a/app-backup/btrbk/btrbk-0.23.3.ebuild b/app-backup/btrbk/btrbk-0.23.3.ebuild
30 deleted file mode 100644
31 index bcd1444ba4e..00000000000
32 --- a/app-backup/btrbk/btrbk-0.23.3.ebuild
33 +++ /dev/null
34 @@ -1,32 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit systemd
41 -
42 -if [[ ${PV} == "9999" ]] ; then
43 - EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
44 - inherit git-r3
45 - SRC_URI=""
46 - KEYWORDS=""
47 -else
48 - SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
49 - KEYWORDS="amd64 ~arm ~x86"
50 -fi
51 -
52 -DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"
53 -HOMEPAGE="https://digint.ch/btrbk/"
54 -LICENSE="GPL-3+"
55 -SLOT="0"
56 -IUSE="+pv"
57 -
58 -DEPEND=""
59 -RDEPEND="dev-lang/perl
60 - net-misc/openssh
61 - pv? ( sys-apps/pv )
62 - >=sys-fs/btrfs-progs-3.18.2"
63 -
64 -src_install() {
65 - emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" SYSTEMDDIR="$(systemd_get_systemunitdir)" install
66 -}
67
68 diff --git a/app-backup/btrbk/btrbk-0.24.0.ebuild b/app-backup/btrbk/btrbk-0.24.0.ebuild
69 deleted file mode 100644
70 index 3dc20edfce5..00000000000
71 --- a/app-backup/btrbk/btrbk-0.24.0.ebuild
72 +++ /dev/null
73 @@ -1,32 +0,0 @@
74 -# Copyright 1999-2017 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -
79 -inherit systemd
80 -
81 -if [[ ${PV} == "9999" ]] ; then
82 - EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
83 - inherit git-r3
84 - SRC_URI=""
85 - KEYWORDS=""
86 -else
87 - SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
88 - KEYWORDS="amd64 arm x86"
89 -fi
90 -
91 -DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"
92 -HOMEPAGE="https://digint.ch/btrbk/"
93 -LICENSE="GPL-3+"
94 -SLOT="0"
95 -IUSE="+pv"
96 -
97 -DEPEND=""
98 -RDEPEND="dev-lang/perl
99 - net-misc/openssh
100 - pv? ( sys-apps/pv )
101 - >=sys-fs/btrfs-progs-3.18.2"
102 -
103 -src_install() {
104 - emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" SYSTEMDDIR="$(systemd_get_systemunitdir)" install
105 -}
106
107 diff --git a/app-backup/btrbk/btrbk-0.25.0.ebuild b/app-backup/btrbk/btrbk-0.25.0.ebuild
108 deleted file mode 100644
109 index 11d760f7b36..00000000000
110 --- a/app-backup/btrbk/btrbk-0.25.0.ebuild
111 +++ /dev/null
112 @@ -1,32 +0,0 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -inherit systemd
119 -
120 -if [[ ${PV} == "9999" ]] ; then
121 - EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
122 - inherit git-r3
123 - SRC_URI=""
124 - KEYWORDS=""
125 -else
126 - SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
127 - KEYWORDS="~amd64 ~arm ~x86"
128 -fi
129 -
130 -DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"
131 -HOMEPAGE="https://digint.ch/btrbk/"
132 -LICENSE="GPL-3+"
133 -SLOT="0"
134 -IUSE="+pv"
135 -
136 -DEPEND=""
137 -RDEPEND="dev-lang/perl
138 - net-misc/openssh
139 - pv? ( sys-apps/pv )
140 - >=sys-fs/btrfs-progs-3.18.2"
141 -
142 -src_install() {
143 - emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" SYSTEMDDIR="$(systemd_get_systemunitdir)" install
144 -}