Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/
Date: Fri, 22 Jun 2018 11:23:22
Message-Id: 1529666552.ae03b680cf5c119364c94dbe3c21d139c1ef724f.polynomial-c@gentoo
1 commit: ae03b680cf5c119364c94dbe3c21d139c1ef724f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 22 11:22:32 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 11:22:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae03b680
7
8 sys-libs/libblockdev: Removed old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-libs/libblockdev/Manifest | 2 -
13 sys-libs/libblockdev/libblockdev-2.15-r1.ebuild | 82 -------------------------
14 sys-libs/libblockdev/libblockdev-2.16.ebuild | 82 -------------------------
15 3 files changed, 166 deletions(-)
16
17 diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest
18 index 37e47ca667b..d428c73bda0 100644
19 --- a/sys-libs/libblockdev/Manifest
20 +++ b/sys-libs/libblockdev/Manifest
21 @@ -1,5 +1,3 @@
22 DIST libblockdev-2.14-1.tar.gz 274241 BLAKE2B 64c4c2a298ed95ed24a79716ccef5930f4276faaca02acf883c386b85a662d3fa1dc6f30e00d99bd835832e3c65acb89b445eff6fb35f9090dc949efde737d1a SHA512 fb80e840ed2f247912da93a6cc0cb1846be73dcc16b917f5231f5d7a87eaa7b43d07d5b2110038dd783fefa7ef7df0893785a60079ed02567f1e08bfcbd82343
23 -DIST libblockdev-2.15-1.tar.gz 279744 BLAKE2B caabeffdc2ee27bec63f0e799c632eab4e02867b866a83b03613e84567dbb0a5a6d8a59b4a34b9130b55a546bfa4a76b439bf901247da2d4d87b88b66c386ed6 SHA512 a58ee6ca75c0ee8706796afb6bf26334cc1716bb3ba9230f35c485643faf4921e70ff3a86ebb2be41b2d0177e68fdc0f8011e198e46d66aca9e9712a228c4ea3
24 -DIST libblockdev-2.16-1.tar.gz 282247 BLAKE2B 0645ffe9f0cadc6e412de813b32f4e37ead67039a69f7e8938b41f5ea10983a18d31e29653eab50dc41889952b00658b91853908dff3e62b50c1e85a267b4a63 SHA512 d48d4b0e3174ad7b93558534d7f0285b398e47e2c9dce3cc60cbe0a32a78fef32601cca2508f30a882609ceb3cc59efe2761720af191e6394ca1b8c51878b535
25 DIST libblockdev-2.17-1.tar.gz 300882 BLAKE2B a7300ecf59a3ea37c2bb3245dcb4c0434ed8292e8fca87634224557112183de5fab2e66428d9b769537eebde341a3858182f9e9b9cefa68654c1d580fe4b63b2 SHA512 e882642e124100abf578699272bf1f0a2618b5eeed3ded4582f8535173238f145f3d4a2ea7dbe4b3b464d646f6e98ef0a891e7dfa7dde7e8c3322c883f7264e6
26 DIST libblockdev-2.18-1.tar.gz 310870 BLAKE2B afeb904938c9700917e3bf55665bfa5612677b963e4273378046edae15f94b90f2e85c31f12b196317fe26c4befe9ae514822d987fdc8003bc1b0cc49cd61dac SHA512 c7837b0abb7747baf8dc2a21a0a75bc5fb80693a1685ddb310bf7d606d44ea65fa4c934cff6c09c5069806dea3ee056eb53c64122ec43b5c0485cdf92fda58d5
27
28 diff --git a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
29 deleted file mode 100644
30 index 11885ae1c96..00000000000
31 --- a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
32 +++ /dev/null
33 @@ -1,82 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python3_{4,5,6} )
40 -inherit autotools python-single-r1
41 -
42 -MY_PV="${PV}-1"
43 -MY_P="${PN}-${MY_PV}"
44 -
45 -DESCRIPTION="A library for manipulating block devices"
46 -HOMEPAGE="https://github.com/rhinstaller/libblockdev"
47 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
48 -LICENSE="LGPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
51 -IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
52 -
53 -CDEPEND="
54 - >=dev-libs/glib-2.42.2
55 - dev-libs/libbytesize
56 - >=sys-apps/kmod-19
57 - >=sys-apps/util-linux-2.27
58 - >=sys-block/parted-3.1
59 - cryptsetup? (
60 - >=dev-libs/nss-3.18.0
61 - dev-libs/volume_key
62 - >=sys-fs/cryptsetup-1.6.7:=
63 - )
64 - dmraid? (
65 - sys-fs/dmraid
66 - sys-fs/lvm2
67 - )
68 - lvm? (
69 - sys-fs/lvm2
70 - virtual/udev
71 - )
72 - ${PYTHON_DEPS}
73 -"
74 -
75 -DEPEND="
76 - ${CDEPEND}
77 - >=dev-libs/gobject-introspection-1.3.0
78 - doc? ( dev-util/gtk-doc )
79 -"
80 -
81 -RDEPEND="
82 - ${CDEPEND}
83 -"
84 -
85 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
86 -
87 -S="${WORKDIR}/${MY_P}"
88 -
89 -pkg_setup() {
90 - python-single-r1_pkg_setup
91 -}
92 -
93 -src_prepare() {
94 - default
95 - eautoreconf
96 -}
97 -
98 -src_configure() {
99 - local myeconfargs=(
100 - --with-btrfs
101 - --with-fs
102 - --with-part
103 - --with-python3
104 - --without-mpath
105 - $(use_enable test tests)
106 - $(use_with bcache)
107 - $(use_with cryptsetup crypto)
108 - $(use_with dmraid dm)
109 - $(use_with doc gtk-doc)
110 - $(use_with lvm lvm)
111 - $(use_with lvm lvm-dbus)
112 - $(use_with kbd)
113 - )
114 - econf "${myeconfargs[@]}"
115 -}
116
117 diff --git a/sys-libs/libblockdev/libblockdev-2.16.ebuild b/sys-libs/libblockdev/libblockdev-2.16.ebuild
118 deleted file mode 100644
119 index 9cf4560ec98..00000000000
120 --- a/sys-libs/libblockdev/libblockdev-2.16.ebuild
121 +++ /dev/null
122 @@ -1,82 +0,0 @@
123 -# Copyright 1999-2018 Gentoo Foundation
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=6
127 -
128 -PYTHON_COMPAT=( python3_{4,5,6} )
129 -inherit autotools python-single-r1
130 -
131 -MY_PV="${PV}-1"
132 -MY_P="${PN}-${MY_PV}"
133 -
134 -DESCRIPTION="A library for manipulating block devices"
135 -HOMEPAGE="https://github.com/rhinstaller/libblockdev"
136 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
137 -LICENSE="LGPL-2+"
138 -SLOT="0"
139 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
140 -IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
141 -
142 -CDEPEND="
143 - >=dev-libs/glib-2.42.2
144 - dev-libs/libbytesize
145 - >=sys-apps/kmod-19
146 - >=sys-apps/util-linux-2.27
147 - >=sys-block/parted-3.1
148 - cryptsetup? (
149 - >=dev-libs/nss-3.18.0
150 - dev-libs/volume_key
151 - >=sys-fs/cryptsetup-1.6.7:=
152 - )
153 - dmraid? (
154 - sys-fs/dmraid
155 - sys-fs/lvm2
156 - )
157 - lvm? (
158 - sys-fs/lvm2
159 - virtual/udev
160 - )
161 - ${PYTHON_DEPS}
162 -"
163 -
164 -DEPEND="
165 - ${CDEPEND}
166 - >=dev-libs/gobject-introspection-1.3.0
167 - doc? ( dev-util/gtk-doc )
168 -"
169 -
170 -RDEPEND="
171 - ${CDEPEND}
172 -"
173 -
174 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
175 -
176 -S="${WORKDIR}/${MY_P}"
177 -
178 -pkg_setup() {
179 - python-single-r1_pkg_setup
180 -}
181 -
182 -src_prepare() {
183 - default
184 - eautoreconf
185 -}
186 -
187 -src_configure() {
188 - local myeconfargs=(
189 - --with-btrfs
190 - --with-fs
191 - --with-part
192 - --with-python3
193 - --without-mpath
194 - $(use_enable test tests)
195 - $(use_with bcache)
196 - $(use_with cryptsetup crypto)
197 - $(use_with dmraid dm)
198 - $(use_with doc gtk-doc)
199 - $(use_with lvm lvm)
200 - $(use_with lvm lvm-dbus)
201 - $(use_with kbd)
202 - )
203 - econf "${myeconfargs[@]}"
204 -}