mgorny 14/04/28 17:54:55
Modified: udev-9999.ebuild udev-208.ebuild udev-212-r1.ebuild
ChangeLog
Log:
Replace multilib_build_binaries with multilib_is_native_abi, in order to put
an end to the confusion introduced by having two functions, the proper one
suggesting it is just for binaries.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.295 sys-fs/udev/udev-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.295&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.295&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.294&r2=1.295
Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- udev-9999.ebuild 8 Apr 2014 21:01:41 -0000 1.294
+++ udev-9999.ebuild 28 Apr 2014 17:54:55 -0000 1.295
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.294
2014/04/08 21:01:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.295
2014/04/28 17:54:55 mgorny Exp $
EAPI=5
@@ -210,7 +210,7 @@
--disable-manpages
)
fi
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
econf_args+=(
$(use_enable static-libs static)
$(use_enable doc gtk-doc)
@@ -245,7 +245,7 @@
# but not everything -- separate building of the binaries as a
workaround,
# which will force internal libraries required for the helpers to be
built
# early enough, like eg. libsystemd-shared.la
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
local lib_targets=( libudev.la )
use gudev && lib_targets+=( libgudev-1.0.la )
emake "${lib_targets[@]}"
@@ -289,7 +289,7 @@
}
multilib_src_install() {
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
local lib_LTLIBRARIES="libudev.la" \
pkgconfiglib_DATA="src/libudev/libudev.pc"
1.18 sys-fs/udev/udev-208.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-208.ebuild?rev=1.18&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-208.ebuild?rev=1.18&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-208.ebuild?r1=1.17&r2=1.18
Index: udev-208.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-208.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- udev-208.ebuild 28 Mar 2014 18:32:16 -0000 1.17
+++ udev-208.ebuild 28 Apr 2014 17:54:55 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-208.ebuild,v 1.17
2014/03/28 18:32:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-208.ebuild,v 1.18
2014/04/28 17:54:55 mgorny Exp $
EAPI=5
@@ -221,7 +221,7 @@
--disable-manpages
)
fi
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
econf_args+=(
--with-rootlibdir=/$(get_libdir)
$(use_enable acl)
@@ -258,7 +258,7 @@
# but not everything -- separate building of the binaries as a
workaround,
# which will force internal libraries required for the helpers to be
built
# early enough, like eg. libsystemd-shared.la
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
local lib_targets=( libudev.la )
use gudev && lib_targets+=( libgudev-1.0.la )
emake "${lib_targets[@]}"
@@ -300,7 +300,7 @@
}
multilib_src_install() {
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
local lib_LTLIBRARIES="libudev.la" \
pkgconfiglib_DATA="src/libudev/libudev.pc"
1.8 sys-fs/udev/udev-212-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?r1=1.7&r2=1.8
Index: udev-212-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- udev-212-r1.ebuild 5 Apr 2014 20:28:17 -0000 1.7
+++ udev-212-r1.ebuild 28 Apr 2014 17:54:55 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v 1.7
2014/04/05 20:28:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v 1.8
2014/04/28 17:54:55 mgorny Exp $
EAPI=5
@@ -210,7 +210,7 @@
--disable-manpages
)
fi
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
econf_args+=(
$(use_enable static-libs static)
$(use_enable doc gtk-doc)
@@ -245,7 +245,7 @@
# but not everything -- separate building of the binaries as a
workaround,
# which will force internal libraries required for the helpers to be
built
# early enough, like eg. libsystemd-shared.la
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
local lib_targets=( libudev.la )
use gudev && lib_targets+=( libgudev-1.0.la )
emake "${lib_targets[@]}"
@@ -289,7 +289,7 @@
}
multilib_src_install() {
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
local lib_LTLIBRARIES="libudev.la" \
pkgconfiglib_DATA="src/libudev/libudev.pc"
1.1025 sys-fs/udev/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1025&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1025&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1024&r2=1.1025
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1024
retrieving revision 1.1025
diff -u -r1.1024 -r1.1025
--- ChangeLog 8 Apr 2014 21:01:41 -0000 1.1024
+++ ChangeLog 28 Apr 2014 17:54:55 -0000 1.1025
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1024 2014/04/08
21:01:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1025 2014/04/28
17:54:55 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <[email protected]> udev-208.ebuild,
+ udev-212-r1.ebuild, udev-9999.ebuild:
+ Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+ an end to the confusion introduced by having two functions, the proper one
+ suggesting it is just for binaries.
08 Apr 2014; Samuli Suominen <[email protected]> udev-9999.ebuild:
Finetune the 80-net-name-slot.rules migration code a bit and remove