Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/
Date: Tue, 21 Jan 2020 07:48:05
Message-Id: 1579592869.bfb5cc6d5ed296025bc3ebb8e0cb05f5b6edf60f.zmedico@gentoo
1 commit: bfb5cc6d5ed296025bc3ebb8e0cb05f5b6edf60f
2 Author: Yury Martynov <email <AT> linxon <DOT> ru>
3 AuthorDate: Sun Dec 1 09:23:02 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 07:47:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb5cc6d
7
8 dev-util/ostree: drop 2018.5
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Yury Martynov <email <AT> linxon.ru>
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-util/ostree/Manifest | 1 -
15 dev-util/ostree/ostree-2018.5.ebuild | 52 ------------------------------------
16 2 files changed, 53 deletions(-)
17
18 diff --git a/dev-util/ostree/Manifest b/dev-util/ostree/Manifest
19 index 87e278a57a8..927c10f3b0c 100644
20 --- a/dev-util/ostree/Manifest
21 +++ b/dev-util/ostree/Manifest
22 @@ -1,2 +1 @@
23 -DIST ostree-2018.5.tar.xz 1937184 BLAKE2B ff126d2963296eb9ac270816efed7d2fbfdbcc7b0dba69007ae83e4499a46ef21a5b4e5d387de9bd387af0fe8d4086427d1aa9043c246a49676d116e919a93e6 SHA512 03854c662cddc1e0c7150bb62bbdd2990cf091ef126ddc5bb94494fee2ffb0383afb067b89d63c3e4f39849e2c8b7cabfd887d0d6fc1e7a43fda4fe7da1dc2e8
24 DIST ostree-2018.9.tar.xz 1951732 BLAKE2B c6fba1321fe21bff569fe1dadd1aa649f23059a35dc906c3a0b7dcca29f7acbe8338e19541d8f7d854452bf6a6b1ac293d4350c7056a9b13b9ed1eacf358d4b3 SHA512 407b6b67add54e80a55fc35f08bde56561009db93ec202a10dd1ec1e66bd32b439c1d66c759e4e173e44fce6fbc2c162cae928a477c9d7abafbf007ed8f7bfb5
25
26 diff --git a/dev-util/ostree/ostree-2018.5.ebuild b/dev-util/ostree/ostree-2018.5.ebuild
27 deleted file mode 100644
28 index a625a9af6c8..00000000000
29 --- a/dev-util/ostree/ostree-2018.5.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Operating system and container binary deployment and upgrades"
38 -HOMEPAGE="https://ostree.readthedocs.io/en/latest/"
39 -SRC_URI="https://github.com/ostreedev/${PN}/releases/download/v${PV}/lib${P}.tar.xz -> ${P}.tar.xz"
40 -
41 -LICENSE="LGPL-2+"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="grub selinux soup systemd zeroconf"
45 -RESTRICT="test"
46 -
47 -S="${WORKDIR}/lib${P}"
48 -COMMON_DEPEND="
49 - app-arch/libarchive:=
50 - app-arch/xz-utils:=
51 - app-crypt/gpgme:=
52 - dev-libs/glib:=
53 - dev-libs/libassuan:=
54 - dev-libs/libgpg-error:=
55 - dev-libs/openssl:0=
56 - net-misc/curl:=
57 - sys-apps/util-linux:=
58 - sys-fs/fuse:=
59 - sys-libs/zlib:=
60 -
61 - grub? ( sys-boot/grub:* )
62 - selinux? ( sys-libs/libselinux:= )
63 - soup? ( net-libs/libsoup:= )
64 - systemd? ( sys-apps/systemd:= )
65 - zeroconf? ( net-dns/avahi:* )
66 -"
67 -DEPEND="
68 - ${COMMON_DEPEND}
69 - sys-devel/bison
70 - sys-devel/flex
71 -"
72 -RDEPEND="${COMMON_DEPEND}"
73 -
74 -src_configure() {
75 - unset ${!XDG_*} #657346 g-ir-scanner sandbox violation
76 - econf \
77 - --with-crypto=openssl \
78 - --with-curl \
79 - --with-openssl \
80 - $(use_with soup) \
81 - $(use_with selinux ) \
82 - $(use_with zeroconf avahi)
83 -}