sys-fs/owfs: Fix sub slot
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 21 Mar 2018 00:40:56 +0000 (01:40 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 21 Mar 2018 00:40:56 +0000 (01:40 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --force

sys-fs/owfs/owfs-3.1_p4-r1.ebuild [moved from sys-fs/owfs/owfs-3.1_p4.ebuild with 95% similarity]
sys-fs/owfs/owfs-3.2_p2-r1.ebuild [moved from sys-fs/owfs/owfs-3.2_p2.ebuild with 96% similarity]

similarity index 95%
rename from sys-fs/owfs/owfs-3.1_p4.ebuild
rename to sys-fs/owfs/owfs-3.1_p4-r1.ebuild
index 50af8d0e122f0ed7e7456feadc6b734963872b2a..493fd92843bc1270eb9017de22fbb009e0cdc39a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_OPTIONAL=1
 
-inherit autotools distutils-r1 eutils linux-info perl-functions systemd user
+inherit autotools distutils-r1 eutils linux-info perl-functions systemd user versionator
 
 MY_P=${P/_/}
 
@@ -15,12 +15,13 @@ SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
 HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/"
 
 KEYWORDS="amd64 arm x86"
-SLOT="0/4.0.0"
+# Upstream uses crazy SONAME, https://github.com/owfs/owfs/commit/c696fa9b9b44f49c96b9f1c2b3159d277e0c1273
+SLOT="0/${PV}"
 LICENSE="GPL-2"
 
 RDEPEND="
        ftdi? ( dev-embedded/libftdi:0 )
-       fuse? ( sys-fs/fuse )
+       fuse? ( sys-fs/fuse:0= )
        perl? ( dev-lang/perl:= )
        parport? ( sys-kernel/linux-headers )
        php? ( dev-lang/php:=[cli] )
similarity index 96%
rename from sys-fs/owfs/owfs-3.2_p2.ebuild
rename to sys-fs/owfs/owfs-3.2_p2-r1.ebuild
index b8e17902bbbac769463201a0daa73388f5a94b66..c30388eef076e7f1d943c4ee1927efd5bbc27955 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_OPTIONAL=1
 
-inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user
+inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user versionator
 
 MY_P=${P/_/}
 
@@ -15,12 +15,13 @@ SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
 HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/"
 
 KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0/4.0.0"
+# Upstream uses crazy SONAME, https://github.com/owfs/owfs/commit/c696fa9b9b44f49c96b9f1c2b3159d277e0c1273
+SLOT="0/${PV}"
 LICENSE="GPL-2"
 
 RDEPEND="
        ftdi? ( dev-embedded/libftdi:0 )
-       fuse? ( sys-fs/fuse:0 )
+       fuse? ( sys-fs/fuse:0= )
        perl? ( dev-lang/perl:= )
        parport? ( sys-kernel/linux-headers )
        php? ( dev-lang/php:=[cli] )