From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7895413877A for ; Thu, 4 Sep 2014 08:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD1BE09F8; Thu, 4 Sep 2014 08:33:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBC54E09F8 for ; Thu, 4 Sep 2014 08:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79D3C33DA84 for ; Thu, 4 Sep 2014 08:33:34 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 807) id 2F7084ACC; Thu, 4 Sep 2014 08:33:33 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/eudev: eudev-1.10-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: eudev-1.10-r2.ebuild ChangeLog X-VCS-Directories: sys-fs/eudev X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140904083333.2F7084ACC@oystercatcher.gentoo.org> Date: Thu, 4 Sep 2014 08:33:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35ec1e3b-0b81-4ed8-880f-3a3c344fe7d0 X-Archives-Hash: 0d2ed186752d402ee5f56ea47bb7b4d7 patrick 14/09/04 08:33:33 Modified: ChangeLog Added: eudev-1.10-r2.ebuild Log: Run eautoreconf unconditionally to be immune to automake versions #522078 (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.138 sys-fs/eudev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/ChangeLog?rev=1.138&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/ChangeLog?rev=1.138&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/ChangeLog?r1=1.137&r2=1.138 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v retrieving revision 1.137 retrieving revision 1.138 diff -u -r1.137 -r1.138 --- ChangeLog 3 Sep 2014 10:52:23 -0000 1.137 +++ ChangeLog 4 Sep 2014 08:33:33 -0000 1.138 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/eudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.137 2014/09/03 10:52:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.138 2014/09/04 08:33:33 patrick Exp $ + +*eudev-1.10-r2 (04 Sep 2014) + + 04 Sep 2014; Patrick Lauer +eudev-1.10-r2.ebuild: + Run eautoreconf unconditionally to be immune to automake versions #522078 *eudev-1.10-r1 (03 Sep 2014) 1.1 sys-fs/eudev/eudev-1.10-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.10-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.10-r2.ebuild?rev=1.1&content-type=text/plain Index: eudev-1.10-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.10-r2.ebuild,v 1.1 2014/09/04 08:33:33 patrick Exp $ EAPI="5" KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" HOMEPAGE="https://github.com/gentoo/eudev" LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" IUSE="doc gudev +hwdb +kmod introspection +keymap +modutils +openrc +rule-generator selinux static-libs test" COMMON_DEPEND=">=sys-apps/util-linux-2.20 gudev? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.38 ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !/dev/null if [[ -d ${EROOT}dev/loop ]]; then ewarn "Please make sure your remove /dev/loop," ewarn "else losetup may be confused when looking for unused devices." fi if use hwdb && has_version 'sys-apps/hwids[udev]'; then udevadm hwdb --update --root="${ROOT%/}" # http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda # reload database after it has be rebuilt, but only if we are not upgrading # also pass if we are -9999 since who knows what hwdb related changes there might be if [[ ${REPLACING_VERSIONS%-r*} == ${PV} || -z ${REPLACING_VERSIONS} ]] && \ [[ ${ROOT%/} == "" ]] && [[ ${PV} != "9999" ]]; then udevadm control --reload fi fi ewarn ewarn "You need to restart eudev as soon as possible to make the" ewarn "upgrade go into effect:" ewarn "\t/etc/init.d/udev --nodeps restart" if use rule-generator && use openrc && \ [[ -x $(type -P rc-update) ]] && rc-update show | grep udev-postmount | grep -qsv 'boot\|default\|sysinit'; then ewarn ewarn "Please add the udev-postmount init script to your default runlevel" ewarn "to ensure the legacy rule-generator functionality works as reliably" ewarn "as possible." ewarn "\trc-update add udev-postmount default" fi elog elog "For more information on eudev on Gentoo, writing udev rules, and" elog "fixing known issues visit:" elog " http://www.gentoo.org/doc/en/udev-guide.xml" elog # http://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69 # http://bugs.gentoo.org/246847 # http://bugs.gentoo.org/514174 enewgroup input # Update hwdb database in case the format is changed by udev version. if has_version 'sys-apps/hwids[udev]'; then udevadm hwdb --update --root="${ROOT%/}" # Only reload when we are not upgrading to avoid potential race w/ incompatible hwdb.bin and the running udevd if [[ -z ${REPLACING_VERSIONS} ]]; then # http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then return 0 fi udevadm control --reload fi fi }