Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag_storage/
Date: Thu, 03 Jan 2019 12:00:36
Message-Id: 1546516820.85f12a8de3b4dc4aa10209c052d205f5b700fa95.aballier@gentoo
1 commit: 85f12a8de3b4dc4aa10209c052d205f5b700fa95
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 12:00:08 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 12:00:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f12a8d
7
8 dev-ros/rosbag_storage: add missing crypto deps
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ...sbag_storage-1.14.3-r1.ebuild => rosbag_storage-1.14.3-r2.ebuild} | 5 ++++-
14 dev-ros/rosbag_storage/rosbag_storage-9999.ebuild | 5 ++++-
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r2.ebuild
18 similarity index 88%
19 rename from dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild
20 rename to dev-ros/rosbag_storage/rosbag_storage-1.14.3-r2.ebuild
21 index 8cd7afb6750..d2265060d27 100644
22 --- a/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild
23 +++ b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -27,5 +27,8 @@ RDEPEND="
31 app-arch/bzip2
32 dev-libs/console_bridge:=
33 dev-libs/tinyxml2:=
34 +
35 + dev-libs/openssl:0=
36 + app-crypt/gpgme
37 "
38 DEPEND="${RDEPEND}"
39
40 diff --git a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild
41 index 8cd7afb6750..d2265060d27 100644
42 --- a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild
43 +++ b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Authors
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -27,5 +27,8 @@ RDEPEND="
51 app-arch/bzip2
52 dev-libs/console_bridge:=
53 dev-libs/tinyxml2:=
54 +
55 + dev-libs/openssl:0=
56 + app-crypt/gpgme
57 "
58 DEPEND="${RDEPEND}"