Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/snapper/
Date: Mon, 21 Dec 2015 07:47:38
Message-Id: 1450683945.4a4687e06c511dfd8f05e1076cdc0966ed1c634f.dlan@gentoo
1 commit: 4a4687e06c511dfd8f05e1076cdc0966ed1c634f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:39:20 2015 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 07:45:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4687e0
7
8 app-backup/snapper: drop old
9
10 Package-Manager: portage-2.2.26
11
12 app-backup/snapper/Manifest | 3 --
13 app-backup/snapper/snapper-0.2.3-r1.ebuild | 70 ------------------------------
14 app-backup/snapper/snapper-0.2.4.ebuild | 70 ------------------------------
15 app-backup/snapper/snapper-0.2.6.ebuild | 70 ------------------------------
16 4 files changed, 213 deletions(-)
17
18 diff --git a/app-backup/snapper/Manifest b/app-backup/snapper/Manifest
19 index 54e158e..b81b7b1 100644
20 --- a/app-backup/snapper/Manifest
21 +++ b/app-backup/snapper/Manifest
22 @@ -1,4 +1 @@
23 -DIST snapper-0.2.3.tar.bz2 451916 SHA256 6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a SHA512 a8b847e3bc0759a717f4256ed3c9e7ed675f040a56e80ea7ca2d7f12906198ecd141638f00acce02195b094a9db7fbdd5cb233012e3ba8be7a3502cba1bbd968 WHIRLPOOL cb4a0cd1f4c01ccbf213395f9b8c0eff325f5453fa0e05e37b4b525e6c0b276b3767194a06b2ea50b877883a6061f86817d773775842e161f3298e45573f6789
24 -DIST snapper-0.2.4.tar.bz2 458409 SHA256 8fc70b8e7a39dc3249ce9141e2c5f0623bb80f8e4150a543d8ed04d2ad27f399 SHA512 e986ebb482a7e30e4e97edc2882653a041c49c9291310469860fd9a0e93c46747ec31723f771a710a6fcce2f4863fdf672c623453ae27b4fb7cd911b8d4b35ed WHIRLPOOL 1627664909ea3a5959c6ff6a66c1dcbacbe835bce2f1f20cc4c380e8613545e8a0e3f7569c32f774a5534636b8321af71d78c21368e8b7a2104e05d241f5d8cd
25 -DIST snapper-0.2.6.tar.bz2 473015 SHA256 3390650be0e4709595d28df287a0e5902fb570e9fcb5ba992f435326bc53b75e SHA512 d49eef086d84f02106691872db6369b10cb55a6afe6f2cfb6c790330321397d66dc1aa0229d31d9e3c7b1efb6bd6c0fd9242dbb69a44fe3433233717df98a334 WHIRLPOOL 84a24153651dd9bd47e4f25012d87527b35b5dfd3b3a1da86fe0bdecbca032f5fe3c58ab1197a759058301b029961a2b5965dfb245a80cd50621af971d49a722
26 DIST snapper-0.2.8.tar.bz2 475053 SHA256 a44608648ed21a1346f8ae9345044901c39ad01abb501806a22c9d4a771eadc5 SHA512 ce1529062943c34b9de2eafb62c6e28b39bda6f4afc23ec5df5ddd42f213cbaf0d77d94d11d982285114ceecd27bd48206436119af84b2769ed4792aab01c75d WHIRLPOOL 3463cf8beb7adb1f3869645b20928dc21fc9cb72f8ed5275688e0b53c97b8103d0536e3246f12fcdc90c1889d221d13ce131b1920c7298232212c003ea9abb6d
27
28 diff --git a/app-backup/snapper/snapper-0.2.3-r1.ebuild b/app-backup/snapper/snapper-0.2.3-r1.ebuild
29 deleted file mode 100644
30 index 9bf8211..0000000
31 --- a/app-backup/snapper/snapper-0.2.3-r1.ebuild
32 +++ /dev/null
33 @@ -1,70 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit eutils
41 -
42 -DESCRIPTION="Command-line program for btrfs and ext4 snapshot management"
43 -HOMEPAGE="http://snapper.io/"
44 -SRC_URI="ftp://ftp.suse.com/pub/projects/snapper/${P}.tar.bz2"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="+btrfs ext4 lvm pam xattr"
50 -
51 -RDEPEND="dev-libs/boost[threads]
52 - dev-libs/libxml2
53 - dev-libs/icu:=
54 - sys-apps/acl
55 - sys-apps/dbus
56 - sys-apps/util-linux
57 - sys-libs/zlib
58 - virtual/libintl
59 - btrfs? ( <sys-fs/btrfs-progs-3.16 )
60 - ext4? ( sys-fs/e2fsprogs )
61 - lvm? ( sys-fs/lvm2 )
62 - pam? ( sys-libs/pam )
63 - xattr? ( sys-apps/attr )"
64 -
65 -DEPEND="${RDEPEND}
66 - sys-devel/gettext
67 - virtual/pkgconfig"
68 -
69 -DOCS=( AUTHORS README )
70 -
71 -src_prepare() {
72 - epatch "${FILESDIR}"/cron-confd.patch
73 -}
74 -
75 -src_configure() {
76 - local myeconfargs=(
77 - --with-conf="/etc/conf.d"
78 - --docdir="/usr/share/doc/${PF}"
79 - --disable-zypp
80 - $(use_enable btrfs)
81 - $(use_enable ext4)
82 - $(use_enable lvm)
83 - $(use_enable pam)
84 - $(use_enable xattr xattrs)
85 - )
86 -
87 - econf "${myeconfargs[@]}"
88 -}
89 -
90 -src_install() {
91 - default
92 - # Existing configuration file required to function
93 - newconfd data/sysconfig.snapper snapper
94 - prune_libtool_files
95 -}
96 -
97 -pkg_postinst() {
98 - elog "In order to use Snapper, you need to set up"
99 - elog "at least one config first. To do this, run:"
100 - elog "snapper create-config <subvolume>"
101 - elog "For more information, see man (8) snapper or"
102 - elog "http://snapper.io/documentation.html"
103 -}
104
105 diff --git a/app-backup/snapper/snapper-0.2.4.ebuild b/app-backup/snapper/snapper-0.2.4.ebuild
106 deleted file mode 100644
107 index 958c013..0000000
108 --- a/app-backup/snapper/snapper-0.2.4.ebuild
109 +++ /dev/null
110 @@ -1,70 +0,0 @@
111 -# Copyright 1999-2014 Gentoo Foundation
112 -# Distributed under the terms of the GNU General Public License v2
113 -# $Id$
114 -
115 -EAPI=5
116 -
117 -inherit eutils
118 -
119 -DESCRIPTION="Command-line program for btrfs and ext4 snapshot management"
120 -HOMEPAGE="http://snapper.io/"
121 -SRC_URI="ftp://ftp.suse.com/pub/projects/snapper/${P}.tar.bz2"
122 -
123 -LICENSE="GPL-2"
124 -SLOT="0"
125 -KEYWORDS="~amd64 ~x86"
126 -IUSE="+btrfs ext4 lvm pam xattr"
127 -
128 -RDEPEND="dev-libs/boost[threads]
129 - dev-libs/libxml2
130 - dev-libs/icu:=
131 - sys-apps/acl
132 - sys-apps/dbus
133 - sys-apps/util-linux
134 - sys-libs/zlib
135 - virtual/libintl
136 - btrfs? ( >=sys-fs/btrfs-progs-3.17.1 )
137 - ext4? ( sys-fs/e2fsprogs )
138 - lvm? ( sys-fs/lvm2 )
139 - pam? ( sys-libs/pam )
140 - xattr? ( sys-apps/attr )"
141 -
142 -DEPEND="${RDEPEND}
143 - sys-devel/gettext
144 - virtual/pkgconfig"
145 -
146 -DOCS=( AUTHORS README )
147 -
148 -src_prepare() {
149 - epatch "${FILESDIR}"/cron-confd.patch
150 -}
151 -
152 -src_configure() {
153 - local myeconfargs=(
154 - --with-conf="/etc/conf.d"
155 - --docdir="/usr/share/doc/${PF}"
156 - --disable-zypp
157 - $(use_enable btrfs)
158 - $(use_enable ext4)
159 - $(use_enable lvm)
160 - $(use_enable pam)
161 - $(use_enable xattr xattrs)
162 - )
163 -
164 - econf "${myeconfargs[@]}"
165 -}
166 -
167 -src_install() {
168 - default
169 - # Existing configuration file required to function
170 - newconfd data/sysconfig.snapper snapper
171 - prune_libtool_files
172 -}
173 -
174 -pkg_postinst() {
175 - elog "In order to use Snapper, you need to set up"
176 - elog "at least one config first. To do this, run:"
177 - elog "snapper create-config <subvolume>"
178 - elog "For more information, see man (8) snapper or"
179 - elog "http://snapper.io/documentation.html"
180 -}
181
182 diff --git a/app-backup/snapper/snapper-0.2.6.ebuild b/app-backup/snapper/snapper-0.2.6.ebuild
183 deleted file mode 100644
184 index 607ac4a..0000000
185 --- a/app-backup/snapper/snapper-0.2.6.ebuild
186 +++ /dev/null
187 @@ -1,70 +0,0 @@
188 -# Copyright 1999-2015 Gentoo Foundation
189 -# Distributed under the terms of the GNU General Public License v2
190 -# $Id$
191 -
192 -EAPI=5
193 -
194 -inherit eutils
195 -
196 -DESCRIPTION="Command-line program for btrfs and ext4 snapshot management"
197 -HOMEPAGE="http://snapper.io/"
198 -SRC_URI="ftp://ftp.suse.com/pub/projects/snapper/${P}.tar.bz2"
199 -
200 -LICENSE="GPL-2"
201 -SLOT="0"
202 -KEYWORDS="~amd64 ~x86"
203 -IUSE="+btrfs ext4 lvm pam xattr"
204 -
205 -RDEPEND="dev-libs/boost[threads]
206 - dev-libs/libxml2
207 - dev-libs/icu:=
208 - sys-apps/acl
209 - sys-apps/dbus
210 - sys-apps/util-linux
211 - sys-libs/zlib
212 - virtual/libintl
213 - btrfs? ( >=sys-fs/btrfs-progs-3.17.1 )
214 - ext4? ( sys-fs/e2fsprogs )
215 - lvm? ( sys-fs/lvm2 )
216 - pam? ( sys-libs/pam )
217 - xattr? ( sys-apps/attr )"
218 -
219 -DEPEND="${RDEPEND}
220 - sys-devel/gettext
221 - virtual/pkgconfig"
222 -
223 -DOCS=( AUTHORS README )
224 -
225 -src_prepare() {
226 - epatch "${FILESDIR}"/cron-confd.patch
227 -}
228 -
229 -src_configure() {
230 - local myeconfargs=(
231 - --with-conf="/etc/conf.d"
232 - --docdir="/usr/share/doc/${PF}"
233 - --disable-zypp
234 - $(use_enable btrfs)
235 - $(use_enable ext4)
236 - $(use_enable lvm)
237 - $(use_enable pam)
238 - $(use_enable xattr xattrs)
239 - )
240 -
241 - econf "${myeconfargs[@]}"
242 -}
243 -
244 -src_install() {
245 - default
246 - # Existing configuration file required to function
247 - newconfd data/sysconfig.snapper snapper
248 - prune_libtool_files
249 -}
250 -
251 -pkg_postinst() {
252 - elog "In order to use Snapper, you need to set up"
253 - elog "at least one config first. To do this, run:"
254 - elog "snapper create-config <subvolume>"
255 - elog "For more information, see man (8) snapper or"
256 - elog "http://snapper.io/documentation.html"
257 -}