Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/owfs/
Date: Wed, 21 Mar 2018 00:41:51
Message-Id: 1521592856.52ff8a40e4275e0b68a59df3c7c0305fe2dabe36.whissi@gentoo
1 commit: 52ff8a40e4275e0b68a59df3c7c0305fe2dabe36
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 00:40:56 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 00:40:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ff8a40
7
8 sys-fs/owfs: Fix sub slot
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --force
12
13 sys-fs/owfs/{owfs-3.1_p4.ebuild => owfs-3.1_p4-r1.ebuild} | 9 +++++----
14 sys-fs/owfs/{owfs-3.2_p2.ebuild => owfs-3.2_p2-r1.ebuild} | 7 ++++---
15 2 files changed, 9 insertions(+), 7 deletions(-)
16
17 diff --git a/sys-fs/owfs/owfs-3.1_p4.ebuild b/sys-fs/owfs/owfs-3.1_p4-r1.ebuild
18 similarity index 95%
19 rename from sys-fs/owfs/owfs-3.1_p4.ebuild
20 rename to sys-fs/owfs/owfs-3.1_p4-r1.ebuild
21 index 50af8d0e122..493fd92843b 100644
22 --- a/sys-fs/owfs/owfs-3.1_p4.ebuild
23 +++ b/sys-fs/owfs/owfs-3.1_p4-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -6,7 +6,7 @@ EAPI=6
31 PYTHON_COMPAT=( python2_7 )
32 DISTUTILS_OPTIONAL=1
33
34 -inherit autotools distutils-r1 eutils linux-info perl-functions systemd user
35 +inherit autotools distutils-r1 eutils linux-info perl-functions systemd user versionator
36
37 MY_P=${P/_/}
38
39 @@ -15,12 +15,13 @@ SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
40 HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/"
41
42 KEYWORDS="amd64 arm x86"
43 -SLOT="0/4.0.0"
44 +# Upstream uses crazy SONAME, https://github.com/owfs/owfs/commit/c696fa9b9b44f49c96b9f1c2b3159d277e0c1273
45 +SLOT="0/${PV}"
46 LICENSE="GPL-2"
47
48 RDEPEND="
49 ftdi? ( dev-embedded/libftdi:0 )
50 - fuse? ( sys-fs/fuse )
51 + fuse? ( sys-fs/fuse:0= )
52 perl? ( dev-lang/perl:= )
53 parport? ( sys-kernel/linux-headers )
54 php? ( dev-lang/php:=[cli] )
55
56 diff --git a/sys-fs/owfs/owfs-3.2_p2.ebuild b/sys-fs/owfs/owfs-3.2_p2-r1.ebuild
57 similarity index 96%
58 rename from sys-fs/owfs/owfs-3.2_p2.ebuild
59 rename to sys-fs/owfs/owfs-3.2_p2-r1.ebuild
60 index b8e17902bbb..c30388eef07 100644
61 --- a/sys-fs/owfs/owfs-3.2_p2.ebuild
62 +++ b/sys-fs/owfs/owfs-3.2_p2-r1.ebuild
63 @@ -6,7 +6,7 @@ EAPI=6
64 PYTHON_COMPAT=( python2_7 )
65 DISTUTILS_OPTIONAL=1
66
67 -inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user
68 +inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user versionator
69
70 MY_P=${P/_/}
71
72 @@ -15,12 +15,13 @@ SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
73 HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/"
74
75 KEYWORDS="~amd64 ~arm ~x86"
76 -SLOT="0/4.0.0"
77 +# Upstream uses crazy SONAME, https://github.com/owfs/owfs/commit/c696fa9b9b44f49c96b9f1c2b3159d277e0c1273
78 +SLOT="0/${PV}"
79 LICENSE="GPL-2"
80
81 RDEPEND="
82 ftdi? ( dev-embedded/libftdi:0 )
83 - fuse? ( sys-fs/fuse:0 )
84 + fuse? ( sys-fs/fuse:0= )
85 perl? ( dev-lang/perl:= )
86 parport? ( sys-kernel/linux-headers )
87 php? ( dev-lang/php:=[cli] )